/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/mdnsresponder/mDNSWindows/ |
D | PosixCompat.h | 64 # define strcasecmp _stricmp macro
|
/external/musl/src/string/ |
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 11 #define strcasecmp _stricmp macro
|
D | unistd.h | 46 #define strcasecmp _stricmp macro
|
/external/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp macro
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 13 int strcasecmp; variable
|
/external/tinyxml2/contrib/ |
D | html5-printer.cpp | 47 #define strcasecmp stricmp macro
|
/external/rust/crates/libc/src/windows/gnu/ |
D | mod.rs | 10 pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in strcasecmp() function
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | compat.h | 55 #define strcasecmp _stricmp macro
|
/external/mesa3d/src/util/ |
D | u_string.h | 114 #define strcasecmp stricmp macro
|
/external/gflags/src/ |
D | windows_port.h | 107 #define strcasecmp _stricmp macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ahost.c | 42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | acountry.c | 60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
D | adig.c | 53 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
|
/external/python/cpython2/Python/ |
D | dynload_win.c | 31 static int strcasecmp (char *string1, char *string2) in strcasecmp() function
|
/external/iperf3/src/ |
D | dscp.c | 35 #define strcasecmp(a,b) _stricmp(a,b) macro
|
/external/e2fsprogs/misc/ |
D | util.c | 54 int strcasecmp (char *s1, char *s2) in strcasecmp() function
|
/external/libevent/sample/ |
D | https-client.c | 29 #define strcasecmp _stricmp macro
|
/external/bc/include/ |
D | history.h | 109 #define strcasecmp _stricmp macro
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerInterceptors.cpp | 189 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() function
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 42 #define strcasecmp _stricmp macro
|
/external/libcups/vcnet/ |
D | config.h | 62 #define strcasecmp _stricmp macro
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 243 # define strcasecmp _stricmp macro
|
/external/mtools/ |
D | missFuncs.c | 305 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|