Searched defs:strncasecmp (Results 1 – 17 of 17) sorted by relevance
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 18 # define strncasecmp _strnicmp macro 21 # define strncasecmp strnicmp macro
|
/external/syslinux/com32/lib/ |
D | strncasecmp.c | 8 int strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
|
/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/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp macro
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 12 #define strncasecmp _strnicmp macro
|
/external/libvncserver/test/ |
D | tjutil.h | 36 #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 | 245 # define strncasecmp _strnicmp macro
|
/external/valgrind/coregrind/ |
D | m_libcbase.c | 396 Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax ) in VG_() argument 439 if (VG_(strncasecmp)(haystack, needle, n) == 0) in VG_() local
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 651 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 176 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
|
/external/libvncserver/rfb/ |
D | rfbproto.h | 92 #define strncasecmp _strnicmp macro
|