Home
last modified time | relevance | path

Searched defs:strcasecmp_l (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/
De_os.h421 # define strcasecmp_l _stricmp_l macro
/third_party/node/deps/openssl/openssl/
De_os.h421 # define strcasecmp_l _stricmp_l macro
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs3177 pub fn strcasecmp_l(s1: *const ::c_char, s2: *const ::c_char, loc: ::locale_t) -> ::c_int; in strcasecmp_l() function