Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/string/
Dstrcmp.c4 _LIBC_TEXT_SECTION int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/src/string/
Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/pcre2/pcre2/src/
Dpcre2_string_utils.c102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in PRIV() argument
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h71 #define strcmp b_strcmp macro
Dusr_lib_ops.h115 int (*strcmp)(const char *l, const char *r); member
/third_party/icu/icu4c/source/samples/coll/
Dcoll.cpp143 int strcmp() in strcmp() function
/third_party/skia/third_party/externals/icu/source/samples/coll/
Dcoll.cpp143 int strcmp() in strcmp() function
/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc276 int strcmp(const RangeCheckedBytePtr &x, const std::string &y) { in strcmp() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h656 #define strcmp OS_DO_NOT_USE_strcmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h656 #define strcmp OS_DO_NOT_USE_strcmp macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c164 #define strcmp(l,r) dl_strcmp(l,r) macro
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c164 #define strcmp(l,r) dl_strcmp(l,r) macro
/third_party/musl/ldso/
Ddynlink.c178 #define strcmp(l,r) dl_strcmp(l,r) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs357 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs541 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/libc/src/
Dwasi.rs558 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs725 pub fn strcmp(arg1: *const c_char, arg2: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1146 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3430 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115098 static int32_t strcmp(const char* aStr1, const char* aStr2) in strcmp() function in nsCRT