Home
last modified time | relevance | path

Searched refs:strcasecmp_l (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dstrings.c11 {int(*p)(const char*,const char*,locale_t) = strcasecmp_l;} in f()
/third_party/musl/src/string/
H A Dstrcasecmp.c17 weak_alias(__strcasecmp_l, strcasecmp_l);
/third_party/musl/porting/linux/user/src/string/
H A Dstrcasecmp.c17 weak_alias(__strcasecmp_l, strcasecmp_l)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstrings.h32 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrcasecmp.c16 weak_alias(__strcasecmp_l, strcasecmp_l)
/third_party/musl/porting/liteos_m/user/include/
H A Dstrings.h32 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrcasecmp.c16 weak_alias(__strcasecmp_l, strcasecmp_l);
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrcasecmp.c16 weak_alias(__strcasecmp_l, strcasecmp_l)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dstrings.h32 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstrings.h30 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstrings.h32 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/musl/include/
H A Dstrings.h33 int strcasecmp_l (const char *, const char *, locale_t);
/third_party/node/deps/openssl/openssl/
H A De_os.h421 # define strcasecmp_l _stricmp_l macro
/third_party/openssl/
H A De_os.h421 # define strcasecmp_l _stricmp_l macro
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3177 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 Dstylo.hpp7175 extern int strcasecmp_l (const char *__s1, const char *__s2,
[all...]

Completed in 39 milliseconds