Home
last modified time | relevance | path

Searched refs:strcmp (Results 3076 - 3100 of 3204) sorted by relevance

1...<<121122123124125126127128129

/third_party/icu/icu4c/source/test/intltest/
H A Dplurults.cpp452 // if (strcmp(locales[i].getName(), "uk") == 0) { // Debug only. in testGetSamples()
522 // if (strcmp(locales[i].getName(), "uk") == 0) { // Debug only. in testGetDecimalQuantitySamples()
1169 if (strcmp(num, END_MARK) == 0) { in checkSelect()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1442 if (strcmp(argv[4], "--old") == 0) { in main()
/third_party/libdrm/
H A Dxf86drmMode.c935 if (strcmp(sbusid, busid) != 0) in drmCheckModesettingSupported()
/third_party/libfuse/test/
H A Dtest_syscalls.c431 if (strcmp(cont[i], de->d_name) == 0) { in check_dir_contents()
/third_party/lz4/tests/
H A Dframetest.c40 #include <string.h> /* strcmp */
1243 if (!strcmp(argument, "--no-prompt")) { in main()
H A Dfuzzer.c49 #include <string.h> /* strcmp */
1778 if (!strcmp(argument, "--no-prompt")) { use_pause=0; seedset=1; g_displayLevel=1; continue; } in main()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc138 DCHECK_EQ(strcmp(Marking::kWhiteBitPattern, "00"), 0); in IsWhite()
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc262 strcmp("none", it->getType()) != 0) { in CreateUnitMap()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c1616 if (!version || strcmp(version->name, "virtio_gpu") || in virtgpu_open_device()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c836 && strcmp(s->ext.hostname, edsess->ext.hostname) != 0)) { in tls_construct_ctos_early_data()
/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/python/Python/
H A Dsysmodule.c519 else if (!strcmp(envar, "0")) { in sys_breakpointhook()
/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/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp900 if (std::strcmp(deviceExtensions[i].extensionName, "VK_KHR_shared_presentable_image") == 0) in createSwapchainTest()
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp1933 if (0 == strcmp(tag, resource.getUniqueKey().tag())) {
/third_party/openssl/ssl/statem/
H A Dextensions_clnt.c836 && strcmp(s->ext.hostname, edsess->ext.hostname) != 0)) { in tls_construct_ctos_early_data()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp1442 if (strcmp(argv[4], "--old") == 0) { in main()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c915 if (!strcmp(function, p->function)) { in ReturnedBufferSize()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp435 for(const auto& v : values) { if (strcmp(fontType, v.s) == 0) { return v.t; } } in get_font_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2248 if (Modifier && strcmp(Modifier, "add") == 0) { in printMemOperand()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c379 If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp)
395 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
/third_party/toybox/toys/pending/
H A Ddhcp.c412 if (!strcmp(options_list[count].key, option)) { in strtoopt()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc352 } else if (strcmp(text, "}") == 0) { in TryConsumeEndOfDeclaration()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc993 if (strcmp(sixdigitsbuf, snprintfbuf) != 0) { in TEST_F()
/third_party/zlib/contrib/minizip/
H A Dunzip.c300 If iCaseSensitivity = 1, comparison is case sensitive (like strcmp)
314 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()

Completed in 72 milliseconds

1...<<121122123124125126127128129