Searched defs:strncasecmp (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/intl/ |
D | os2compat.h | 40 #define strncasecmp strnicmp macro
|
/external/libusb/libusb/ |
D | strerror.c | 32 #define strncasecmp _strnicmp macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vccompat.h | 45 #define strncasecmp _strnicmp macro
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 12 #define strncasecmp _strnicmp macro
|
/external/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp macro
|
D | tjexample.c | 44 #define strncasecmp strnicmp macro
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 14 int strncasecmp; variable
|
/external/libxml2/ |
D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 41 #define strncasecmp _strnicmp macro
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 248 # define strncasecmp _strnicmp macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 651 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
/external/u-boot/lib/ |
D | string.c | 30 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function
|
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 152 HF_WEAK_WRAP(int, strncasecmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() argument
|
/external/clang/test/Analysis/ |
D | string.c | 989 #define strncasecmp BUILTIN(strncasecmp) macro
|