/third_party/musl/porting/liteos_m/user/src/string/ |
H A D | strcmp.c | 4 _LIBC_TEXT_SECTION int strcmp(const char *l, const char *r) in strcmp() function
|
/third_party/musl/src/string/ |
H A D | strcmp.c | 3 int strcmp(const char *l, const char *r) in strcmp() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strcmp.c | 3 int strcmp(const char *l, const char *r) in strcmp() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strcmp.c | 3 int strcmp(const char *l, const char *r) in strcmp() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strcmp.c | 3 int strcmp(const char *l, const char *r) in strcmp() function
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_string_utils.c | 102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in strcmp() function
|
/third_party/icu/icu4c/source/samples/coll/ |
H A D | coll.cpp | 143 int strcmp() in strcmp() function
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_define.h | 71 #define strcmp b_strcmp macro
|
H A D | usr_lib_ops.h | 115 int (*strcmp)(const char *l, const char *r); member
|
/third_party/skia/third_party/externals/icu/source/samples/coll/ |
H A D | coll.cpp | 143 int strcmp() in strcmp() function
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 276 int strcmp(const RangeCheckedBytePtr &x, const std::string &y) { in strcmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 655 #undef strcmp macro 656 #define strcmp OS_DO_NOT_USE_strcmp macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 655 #undef strcmp macro 656 #define strcmp OS_DO_NOT_USE_strcmp macro
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | linker.cpp | 160 assert(num_found < num_variables); if (++num_found == num_variables) return visit_stop; } break; } } return visit_continue_with_parent; } private: unsigned num_variables; unsigned num_found; find_variable * const *variables; }; static void find_assignments(exec_list *ir, find_variable * const *vars) { unsigned num_variables = 0; for (find_variable * const *v = vars; *v; ++v) num_variables++; find_assignment_visitor visitor(num_variables, vars); visitor.run(ir); } static void find_assignments(exec_list *ir, find_variable *var) { find_assignment_visitor visitor(1, &var); visitor.run(ir); } class find_deref_visitor : public ir_hierarchical_visitor { public: find_deref_visitor(const char *name) : name(name), found(false) { } virtual ir_visitor_status visit(ir_dereference_variable *ir) { if (strcmp(this->name, ir->var->name) check_variable_name() argument
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 164 #define strcmp(l,r) dl_strcmp(l,r) macro
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 164 #define strcmp(l,r) dl_strcmp(l,r) macro
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 178 #define strcmp(l,r) dl_strcmp(l,r) macro [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 1175 ASSERT(id < mNamesById.size()); ASSERT(mNamesById[id] == nullptr); mNamesById[id] = name; } void SpirvIDDiscoverer::visitMemberName(const ShaderInterfaceVariableInfo &info, spirv::IdRef id, spirv::LiteralInteger member, const spirv::LiteralString &name) { ASSERT(id < mNamesById.size()); ASSERT(mNamesById[id] != nullptr); if (strcmp(mNamesById[id], �) != 0) { return; } if (!mOutputPerVertex.typeId.valid() || id == mOutputPerVertex.typeId) { mOutputPerVertex.typeId = id; if (info.varyingIsOutput && member > mOutputPerVertex.maxActiveMember) { mOutputPerVertex.maxActiveMember = member; } } else if (!mInputPerVertex.typeId.valid() || id == mInputPerVertex.typeId) { mInputPerVertex.typeId = id; if (info.varyingIsInput && member > mInputPerVertex.maxActiveMember) visitName() argument
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 357 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 725 pub fn strcmp(arg1: *const c_char, arg2: *const c_char) -> c_int; in strcmp() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 558 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 541 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1146 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3430 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|