/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 17 # define strcasecmp _stricmp macro 20 # define strcasecmp stricmp macro
|
/external/libxml2/ |
D | triostr.c | 73 # 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/ |
D | os2compat.h | 39 #define strcasecmp stricmp macro
|
D | localealias.c | 77 # define strcasecmp __strcasecmp macro
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 11 #define strcasecmp _stricmp macro
|
D | unistd.h | 46 #define strcasecmp _stricmp macro
|
/external/libvncserver/test/ |
D | tjutil.h | 35 #define strcasecmp stricmp macro
|
/external/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp macro
|
/external/tcpdump/ |
D | strcasecmp.c | 62 strcasecmp(s1, s2) in strcasecmp() function
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 13 int strcasecmp; variable
|
/external/c-ares/ |
D | ahost.c | 54 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | acountry.c | 71 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | adig.c | 69 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | ares_private.h | 103 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
/external/netperf/src/ |
D | dscp.c | 45 #define strcasecmp(a,b) _stricmp(a,b) macro
|
D | netlib.h | 685 #define strcasecmp(a,b) _stricmp(a,b) macro
|
/external/e2fsprogs/misc/ |
D | util.c | 37 int strcasecmp (char *s1, char *s2) in strcasecmp() function
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 42 #define strcasecmp _stricmp macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 638 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
|
/external/valgrind/coregrind/ |
D | m_libcbase.c | 335 Int VG_(strcasecmp) ( const HChar* s1, const HChar* s2 ) in VG_() argument
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 96 #define strcasecmp _stricmp macro
|
/external/clang/test/Analysis/ |
D | string.c | 860 #define strcasecmp BUILTIN(strcasecmp) macro
|