Home
last modified time | relevance | path

Searched refs:strcmp (Results 2176 - 2200 of 7572) sorted by relevance

1...<<81828384858687888990>>...303

/third_party/musl/libc-test/src/functional/
H A Dfdopen.c28 if (strcmp(foo,"hello") != 0) in fdopen_1()
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetgrgid_r.c47 if (strcmp(group_name, grp->gr_name)) { in getgrgid_r_0100()
H A Dgetgrnam_r.c47 if (strcmp(group_name, grp->gr_name)) { in getgrnam_r_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfgetln.c41 if (strcmp(result, "HelloWorld")) { in fgetln_0100()
H A Dgetdelim.c38 EXPECT_TRUE("getdelim_0100", strcmp(line, "hello,") == 0); in getdelim_0100()
H A Dsetlinebuf.c47 if (strcmp(buffer, str)) { in setlinebuf_0100()
H A Dsetbuf.c46 if (strcmp(buf, str)) { in setbuf_0100()
H A Dvdprintf.c52 if (strcmp(buffer, "asdf") != 0) { in vdprintf_0100()
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_strops.c44 EXPECT_EQ(__FUNCTION__, strcmp(tmp, "abc"), 0); in strops_test_0020()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddh_support.c10 #include <string.h> /* strcmp */
58 && strcmp(dhtype2id[i].name, name) == 0) in ossl_dh_gen_type_name2id()
/third_party/libcoap/examples/
H A Dgetopt.c32 else if (!strcmp(argv[optind], "--")) { in getopt()
/third_party/openssl/crypto/evp/
H A Ddh_support.c10 #include <string.h> /* strcmp */
58 && strcmp(dhtype2id[i].name, name) == 0) in ossl_dh_gen_type_name2id()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DPlatform.cpp51 if (strcmp(expectedName, actualName) != 0) in ANGLEGetDisplayPlatform()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dchunked_example.c52 if (0 != strcmp (method, "GET")) in ahc_echo()
H A Ddual_stack_example.c43 if (0 != strcmp (method, "GET")) in ahc_echo()
H A Dminimal_example.c43 if (0 != strcmp (method, "GET")) in ahc_echo()
H A Dminimal_example_comet.c50 if (0 != strcmp (method, "GET")) in ahc_echo()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dbatch.hh36 if (argc == 2 && !strcmp (argv[1], "--batch")) in batch_main()
/third_party/skia/tools/skiaserve/urlhandlers/
H A DImgHandler.cpp18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
/third_party/selinux/libselinux/src/
H A Dselinux_check_securetty_context.c39 if (!strcmp(type, start)) { in selinux_check_securetty_context()
/third_party/selinux/libsepol/src/
H A Dsymtab.c37 return strcmp(key1, key2); in symcmp()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dioapic.c82 if (strcmp(hid, "ACPI0009") == 0) { in acpi_is_ioapic()
85 } else if (strcmp(hid, "ACPI000A") == 0) { in acpi_is_ioapic()
/kernel/linux/linux-5.10/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c127 if (!strcmp(clk_branches[i].base_name, clk_data->name[j])) in lpc18xx_ccu_branch_clk_get()
257 if (strcmp(clk_branches[i].base_name, base_name)) in lpc18xx_ccu_register_branch_clks()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-heap.c214 if (!exp_info->name || !strcmp(exp_info->name, "")) { in dma_heap_add()
266 if (!strcmp(h->name, exp_info->name)) { in dma_heap_add()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutosi.c243 if (!strcmp(interface_name, next_interface->name)) { in acpi_ut_remove_interface()
348 if (!strcmp(interface_name, next_interface->name)) { in acpi_ut_get_interface()

Completed in 9 milliseconds

1...<<81828384858687888990>>...303