Searched refs:strcasecmp_l (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/libc-test/src/api/ |
H A D | strings.c | 11 {int(*p)(const char*,const char*,locale_t) = strcasecmp_l;} in f()
|
/third_party/musl/src/string/ |
H A D | strcasecmp.c | 17 weak_alias(__strcasecmp_l, strcasecmp_l);
|
/third_party/musl/porting/linux/user/src/string/ |
H A D | strcasecmp.c | 17 weak_alias(__strcasecmp_l, strcasecmp_l)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | strings.h | 32 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strcasecmp.c | 16 weak_alias(__strcasecmp_l, strcasecmp_l)
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | strings.h | 32 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strcasecmp.c | 16 weak_alias(__strcasecmp_l, strcasecmp_l);
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strcasecmp.c | 16 weak_alias(__strcasecmp_l, strcasecmp_l)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | strings.h | 32 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | strings.h | 30 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | strings.h | 32 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/musl/include/ |
H A D | strings.h | 33 int strcasecmp_l (const char *, const char *, locale_t);
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 421 # define strcasecmp_l _stricmp_l macro
|
/third_party/openssl/ |
H A D | e_os.h | 421 # define strcasecmp_l _stricmp_l macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 3177 pub fn strcasecmp_l(s1: *const ::c_char, s2: *const ::c_char, loc: ::locale_t) -> ::c_int; in strcasecmp_l() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 7175 extern int strcasecmp_l (const char *__s1, const char *__s2, [all...] |
Completed in 39 milliseconds