/third_party/node/deps/icu-small/source/i18n/ |
H A D | windtfmt.cpp | 259 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 D | windtfmt.cpp | 258 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 D | fuse_opt.c | 185 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 D | read_all.c | 641 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 D | main.c | 144 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 D | target.cc | 464 if (!strcmp(str, "fThreadInfo") || !strcmp(str, "sThreadInfo")) { in ProcessQueryPacket()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 423 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 D | x509_vpm.c | 570 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 D | pem_pkey.c | 135 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 D | decoder_pkey.c | 320 && (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 D | rehash.c | 150 if (strcmp(filename, ep->filename) == 0) { in add_entry() 342 return strcmp(*a, *b); in sk_strcmp()
|
/third_party/openssl/test/testutil/ |
H A D | tests.c | 281 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 D | rehash.c | 153 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 D | decoder_pkey.c | 316 && (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()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_pkey.c | 135 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/skia/src/gpu/ |
H A D | GrAHardwareBufferUtils.cpp | 512 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl() 515 && !strcmp(" " PROT_CONTENT_EXT_STR, in can_import_protected_content_eglimpl()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vpm.c | 567 return strcmp(a->name, b->name); in table_cmp() 576 return strcmp((*a)->name, (*b)->name); in param_cmp()
|
/third_party/skia/third_party/externals/imgui/misc/fonts/ |
H A D | binary_to_compressed_c.cpp | 49 if (strcmp(argv[argn], "-base85") == 0) { use_base85_encoding = true; argn++; } in main() 50 else if (strcmp(argv[argn], "-nocompress") == 0) { use_compression = false; argn++; } in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | windtfmt.cpp | 253 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format() 274 if (fCalendar == NULL || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 293 if(0!=strcmp(inKey, "%%ALIAS")) { in ures_enumDependencies() 299 if(0!=strcmp(parentKey, "%%DEPENDENCY")) { in ures_enumDependencies()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get.c | 91 if (0 != strcmp (me, method)) in ahc_echo() 517 if (0 != strcmp ("GET", method)) in ahc_empty()
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 514 && 0 != strcmp(font_format, kFontFormatTrueType) 515 && 0 != strcmp(font_format, kFontFormatCFF))
|
/third_party/skia/tests/ |
H A D | FontMgrAndroidParserTest.cpp | 49 REPORTER_ASSERT(reporter, !strcmp(fontFamilies[0]->fNames[0].c_str(), "sans-serif")); in ValidateLoadedFonts() 51 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-tag.cc | 287 0 == strcmp (ot_languages[tag_idx].language, ot_languages[tag_idx - 1].language)) in hb_ot_tags_from_language() 293 0 == strcmp (ot_languages[tag_idx + i].language, ot_languages[tag_idx].language); in hb_ot_tags_from_language()
|
/third_party/toybox/kconfig/ |
H A D | conf.c | 246 if (!line[1] || !strcmp(&line[1], "o")) in conf_sym() 258 if (!line[1] || !strcmp(&line[1], "es")) in conf_sym()
|