Home
last modified time | relevance | path

Searched defs:strcasecmp (Results 1 – 25 of 26) sorted by relevance

12

/external/mdnsresponder/mDNSWindows/
DPosixCompat.h64 # define strcasecmp _stricmp macro
/external/libxml2/
Dtriostr.c73 # define strcasecmp(x,y) stricmp(x,y) macro
79 # define strcasecmp(x,y) _stricmp(x,y) macro
81 # define strcasecmp(x,y) strcmpi(x,y) macro
/external/e2fsprogs/intl/
Dos2compat.h39 #define strcasecmp stricmp macro
Dlocalealias.c77 # define strcasecmp __strcasecmp macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvccompat.h47 #define strcasecmp _stricmp macro
/external/e2fsprogs/include/nonunix/
Dconfig.h11 #define strcasecmp _stricmp macro
Dunistd.h46 #define strcasecmp _stricmp macro
/external/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
Dtjexample.c43 #define strcasecmp stricmp macro
/external/clang/test/Sema/
Dbuiltins-gnu-mode.c13 int strcasecmp; variable
/external/tinyxml2/contrib/
Dhtml5-printer.cpp47 #define strcasecmp stricmp macro
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dcompat.h55 #define strcasecmp _stricmp macro
/external/gflags/src/
Dwindows_port.h107 #define strcasecmp _stricmp macro
/external/python/cpython2/Python/
Ddynload_win.c31 static int strcasecmp (char *string1, char *string2) in strcasecmp() function
/external/e2fsprogs/misc/
Dutil.c54 int strcasecmp (char *s1, char *s2) in strcasecmp() function
/external/python/cpython3/Python/
Ddynload_win.c44 static int strcasecmp (const char *string1, const char *string2) in strcasecmp() function
/external/iperf3/src/
Ddscp.c34 #define strcasecmp(a,b) _stricmp(a,b) macro
/external/mesa3d/src/mesa/main/
Dimports.h87 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
/external/libevent/sample/
Dhttps-client.c29 #define strcasecmp _stricmp macro
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c42 #define strcasecmp _stricmp macro
/external/ImageMagick/MagickCore/
Dnt-base.h245 # define strcasecmp _stricmp macro
/external/wpa_supplicant_8/src/utils/
Dos.h650 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
/external/u-boot/lib/
Dstring.c60 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function
/external/honggfuzz/libhfuzz/
Dmemorycmp.c146 HF_WEAK_WRAP(int, strcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() argument
/external/mdnsresponder/Clients/
Ddns-sd.c96 #define strcasecmp _stricmp macro

12