Home
last modified time | relevance | path

Searched refs:strncasecmp_l (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dstrings.c13 {int(*p)(const char*,const char*,size_t,locale_t) = strncasecmp_l;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstrings.h33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dstrings.h33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dstrings.h33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstrings.h31 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstrings.h33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/musl/src/string/
H A Dstrncasecmp.c18 weak_alias(__strncasecmp_l, strncasecmp_l);
/third_party/musl/porting/linux/user/src/string/
H A Dstrncasecmp.c18 weak_alias(__strncasecmp_l, strncasecmp_l)
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrncasecmp.c17 weak_alias(__strncasecmp_l, strncasecmp_l);
/third_party/musl/include/
H A Dstrings.h34 int strncasecmp_l (const char *, const char *, size_t, locale_t);
/third_party/node/deps/openssl/openssl/
H A De_os.h422 # define strncasecmp_l _strnicmp_l macro
/third_party/openssl/
H A De_os.h422 # define strncasecmp_l _strnicmp_l macro
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3178 pub fn strncasecmp_l( in strncasecmp_l() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp7179 extern int strncasecmp_l (const char *__s1, const char *__s2,
[all...]

Completed in 47 milliseconds