Searched defs:strncasecmp (Results 1 – 12 of 12) sorted by relevance
| /external/e2fsprogs/intl/ |
| D | os2compat.h | 40 #define strncasecmp strnicmp macro
|
| /external/libvncserver/test/ |
| D | tjutil.h | 36 #define strncasecmp strnicmp macro
|
| /external/e2fsprogs/include/nonunix/ |
| D | config.h | 12 #define strncasecmp _strnicmp macro
|
| /external/clang/test/Sema/ |
| D | builtins-gnu-mode.c | 14 int strncasecmp; variable
|
| /external/tcpdump/ |
| D | strcasecmp.c | 81 strncasecmp(s1, s2, n) in strncasecmp() function
|
| /external/libxml2/ |
| D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
|
| /external/valgrind/coregrind/ |
| D | m_libcbase.c | 365 Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax ) in VG_() argument 408 if (VG_(strncasecmp)(haystack, needle, n) == 0) in VG_() local
|
| /external/mdnsresponder/mDNSShared/ |
| D | dnssd_clientlib.c | 41 #define strncasecmp _strnicmp macro
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 639 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
| /external/v8/src/base/platform/ |
| D | platform-win32.cc | 35 int strncasecmp(const char* s1, const char* s2, int n) { in strncasecmp() function
|
| /external/clang/test/Analysis/ |
| D | string.c | 939 #define strncasecmp BUILTIN(strncasecmp) macro
|
| /external/libvncserver/rfb/ |
| D | rfbproto.h | 92 #define strncasecmp _strnicmp macro
|