Searched refs:ca (Results 1 – 4 of 4) sorted by relevance
372 int ca, cb; in strbufcmp_impl() local377 ca = a[i]; in strbufcmp_impl()379 if (ca != cb) { in strbufcmp_impl()380 return ca - cb; /* includes case when in strbufcmp_impl()384 if (ca == '\0') { in strbufcmp_impl()473 int ca, cb; in strbufcasecmp_impl() local478 ca = tolower(a[i]); in strbufcasecmp_impl()480 if (ca != cb) { in strbufcasecmp_impl()481 return ca - cb; /* includes case when in strbufcasecmp_impl()485 if (ca == '\0') { in strbufcasecmp_impl()
748 ca = CastIOKitClass(childArray, 'OSArray *')749 count = unsigned(ca.count)750 array = ca.array795 ca = CastIOKitClass(childArray, 'OSArray *')796 array = ca.array797 count = unsigned(ca.count)837 ca = CastIOKitClass(childArray, 'OSArray *')838 array = ca.array839 for idx in range(ca.count):1110 ca = CastIOKitClass(child_array, 'OSArray *')[all …]
251 $(LIBTOOL) -ca $(TARGET)/justlto.o/*.o -filelist nonltolink.filelist -o $@; \253 $(LIBTOOL) -ca $(TARGET)/justlto.o -filelist nonltolink.filelist -o $@; \256 …$(_v)$(LIBTOOL) -ca -filelist link.filelist version.o lastkerneldataconst.o lastkernelconstructor.…
48 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is