Home
last modified time | relevance | path

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

12

/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/mdnsresponder/mDNSWindows/
DPosixCompat.h64 # define strcasecmp _stricmp macro
/external/musl/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/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
/external/clang/test/Sema/
Dbuiltins-gnu-mode.c13 int strcasecmp; variable
/external/tinyxml2/contrib/
Dhtml5-printer.cpp47 #define strcasecmp stricmp macro
/external/rust/crates/libc/src/windows/gnu/
Dmod.rs10 pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in strcasecmp() function
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dcompat.h55 #define strcasecmp _stricmp macro
/external/mesa3d/src/util/
Du_string.h114 #define strcasecmp stricmp macro
/external/gflags/src/
Dwindows_port.h107 #define strcasecmp _stricmp macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dahost.c42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dacountry.c60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dadig.c53 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
/external/python/cpython2/Python/
Ddynload_win.c31 static int strcasecmp (char *string1, char *string2) in strcasecmp() function
/external/iperf3/src/
Ddscp.c35 #define strcasecmp(a,b) _stricmp(a,b) macro
/external/e2fsprogs/misc/
Dutil.c54 int strcasecmp (char *s1, char *s2) in strcasecmp() function
/external/libevent/sample/
Dhttps-client.c29 #define strcasecmp _stricmp macro
/external/bc/include/
Dhistory.h109 #define strcasecmp _stricmp macro
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp189 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() function
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c42 #define strcasecmp _stricmp macro
/external/libcups/vcnet/
Dconfig.h62 #define strcasecmp _stricmp macro
/external/ImageMagick/MagickCore/
Dnt-base.h243 # define strcasecmp _stricmp macro
/external/mtools/
DmissFuncs.c305 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function

12