Home
last modified time | relevance | path

Searched refs:strcmp (Results 1951 - 1975 of 3204) sorted by relevance

1...<<71727374757677787980>>...129

/third_party/alsa-lib/src/topology/
H A Delem.c344 if (!strcmp(elem->id, id) && elem->type == type) in tplg_elem_lookup()
435 if (strcmp(id, "index") == 0) { in tplg_elem_new_common()
H A Dparser.c170 if (p->id && strcmp(id, p->id) == 0) { in tplg_parse_config()
174 if (p->id2 && strcmp(id, p->id2) == 0) { in tplg_parse_config()
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c198 if (!strcmp(path, "-")) { in capture_pre_process()
252 if (!strcmp(path, "-")) { in playback_pre_process()
/third_party/googletest/googletest/test/
H A Dgtest_ext_unittest.cc55 if (strcmp(c_iter->first, full_test_name) == 0) { in flagsForTest()
65 if (strcmp(c_iter->first, full_test_name) == 0) { in reqForTest()
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c528 !asym || (strcmp(tok, "sign") && in lws_jwk_export()
529 strcmp(tok, "encrypt"))) { in lws_jwk_export()
/third_party/libcoap/src/oscore/
H A Doscore_cose.c78 if (strcmp(name, curve_mapping[i].name) == 0) in cose_get_curve_id()
134 if (strcmp(name, alg_mapping[i].name) == 0) in cose_get_alg_id()
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_varyings.cpp699 if (strcmp(input->name, "gl_Color") == 0 && input->data.used) { in cross_validate_outputs_to_inputs()
709 } else if (strcmp(input->name, "gl_SecondaryColor") == 0 && input->data.used) { in cross_validate_outputs_to_inputs()
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c202 !strcmp(content_type, "application/javascript") || in lws_add_http_common_headers()
203 !strcmp(content_type, "image/svg+xml"))) in lws_add_http_common_headers()
/third_party/ltp/lib/
H A Drandom_range.c771 if (strcmp(argv[1], "random_rangel") == 0) {
807 } else if (strcmp(argv[1], "random_rangell") == 0) {
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c581 if (strcmp(argv[i], "-fps") == 0) { in args()
585 else if (strcmp(argv[i], "-strip") == 0) { in args()
/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c227 if (!strcmp(device_info.ppEnabledExtensionNames[i], "VK_INTEL_performance_query")) { in nullhw_CreateDevice()
347 if (strcmp(name, name_to_funcptr_map[i].name) == 0) in find_ptr()
/third_party/node/deps/icu-small/source/i18n/
H A Dwindtfmt.cpp259 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format()
280 if (fCalendar == nullptr || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
/third_party/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp258 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format()
279 if (fCalendar == NULL || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
/third_party/libfuse/lib/
H A Dfuse_opt.c185 if (strcmp(t, arg) == 0) { in match_template()
390 strcmp(ctx->outargs.argv[ctx->outargs.argc - 1], "--") == 0) { in opt_parse()
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c641 if (!strcmp(dent->d_name, ".") || in visit_dir()
642 !strcmp(dent->d_name, "..")) in visit_dir()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c144 if (strcmp(argv[i], "|") != 0) { in main()
219 if (strcmp(rootPath, file) == 0) { in cleanup_dirs()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc464 if (!strcmp(str, "fThreadInfo") || !strcmp(str, "sThreadInfo")) { in ProcessQueryPacket()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c423 if (strcmp((char*)&abuf[0], (char*)&target)) { in main()
432 if (!strcmp((char*)&abuf[0], (char*)&target)) { in main()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vpm.c570 return strcmp(a->name, b->name); in table_cmp()
579 return strcmp((*a)->name, (*b)->name); in param_cmp()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c135 if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) { in pem_read_bio_key_legacy()
146 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) { in pem_read_bio_key_legacy()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c320 && (strcmp(keytype, "id-ecPublicKey") == 0 in ossl_decoder_ctx_setup_for_pkey()
321 || strcmp(keytype, "1.2.840.10045.2.1") == 0)) in ossl_decoder_ctx_setup_for_pkey()
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c150 if (strcmp(filename, ep->filename) == 0) { in add_entry()
342 return strcmp(*a, *b); in sk_strcmp()
/third_party/openssl/test/testutil/
H A Dtests.c281 if (s1 == NULL || s2 == NULL || strcmp(s1, s2) != 0) { in test_str_eq()
295 if (s1 == NULL || strcmp(s1, s2) == 0) { in test_str_ne()
/third_party/openssl/apps/
H A Drehash.c153 if (strcmp(filename, ep->filename) == 0) { in add_entry()
345 return strcmp(*a, *b); in sk_strcmp()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c316 && (strcmp(keytype, "id-ecPublicKey") == 0 in ossl_decoder_ctx_setup_for_pkey()
317 || strcmp(keytype, "1.2.840.10045.2.1") == 0)) in ossl_decoder_ctx_setup_for_pkey()

Completed in 20 milliseconds

1...<<71727374757677787980>>...129