Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/string/
H A Dstrcmp.c4 _LIBC_TEXT_SECTION int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/src/string/
H A Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrcmp.c3 int strcmp(const char *l, const char *r) in strcmp() function
/third_party/pcre2/pcre2/src/
H A Dpcre2_string_utils.c102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in strcmp() function
/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp143 int strcmp() in strcmp() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h71 #define strcmp b_strcmp macro
H A Dusr_lib_ops.h115 int (*strcmp)(const char *l, const char *r); member
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp143 int strcmp() in strcmp() function
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A 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/src/utils/
H A Dos.h655 #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 Dos.h655 #undef strcmp macro
656 #define strcmp OS_DO_NOT_USE_strcmp macro
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp160 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 Ddynlink.c164 #define strcmp(l,r) dl_strcmp(l,r) macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c164 #define strcmp(l,r) dl_strcmp(l,r) macro
/third_party/musl/ldso/
H A Ddynlink.c178 #define strcmp(l,r) dl_strcmp(l,r) macro
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1175 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 Dmod.rs357 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 Dmod.rs725 pub fn strcmp(arg1: *const c_char, arg2: *const c_char) -> c_int; in strcmp() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs558 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 Dmod.rs541 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 Dmod.rs1146 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 Dmod.rs3430 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions

Completed in 50 milliseconds