Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/gettext/gettext-runtime/intl/
Dos2compat.h37 #define strcasecmp stricmp macro
Dlocalealias.c76 # define strcasecmp(s1, s2) __strcasecmp_l (s1, s2, _nl_C_locobj_ptr) macro
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() function
/third_party/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
Dtjexample.c43 #define strcasecmp stricmp macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp macro
Dtjexample.c43 #define strcasecmp stricmp macro
/third_party/e2fsprogs/include/nonunix/
Dconfig.h11 #define strcasecmp _stricmp macro
Dunistd.h46 #define strcasecmp _stricmp macro
/third_party/mesa3d/src/util/
Du_string.h115 #define strcasecmp stricmp macro
/third_party/node/deps/cares/src/tools/
Dahost.c42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dacountry.c60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
Dadig.c47 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
/third_party/e2fsprogs/misc/
Dutil.c54 int strcasecmp (char *s1, char *s2) in strcasecmp() function
/third_party/pixman/test/
Dutils.h11 #define strcasecmp _stricmp macro
/third_party/openssl/
De_os.h309 # define strcasecmp _stricmp macro
/third_party/openssl/test/
Dv3nametest.c19 # define strcasecmp _stricmp macro
/third_party/openssl/crypto/conf/
Dconf_def.c26 # define strcasecmp _stricmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h651 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro

12