/third_party/musl/libc-test/src/functional/ |
H A D | fdopen.c | 28 if (strcmp(foo,"hello") != 0) in fdopen_1()
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getgrgid_r.c | 47 if (strcmp(group_name, grp->gr_name)) { in getgrgid_r_0100()
|
H A D | getgrnam_r.c | 47 if (strcmp(group_name, grp->gr_name)) { in getgrnam_r_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fgetln.c | 41 if (strcmp(result, "HelloWorld")) { in fgetln_0100()
|
H A D | getdelim.c | 38 EXPECT_TRUE("getdelim_0100", strcmp(line, "hello,") == 0); in getdelim_0100()
|
H A D | setlinebuf.c | 47 if (strcmp(buffer, str)) { in setlinebuf_0100()
|
H A D | setbuf.c | 46 if (strcmp(buf, str)) { in setbuf_0100()
|
H A D | vdprintf.c | 52 if (strcmp(buffer, "asdf") != 0) { in vdprintf_0100()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_strops.c | 44 EXPECT_EQ(__FUNCTION__, strcmp(tmp, "abc"), 0); in strops_test_0020()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | dh_support.c | 10 #include <string.h> /* strcmp */ 58 && strcmp(dhtype2id[i].name, name) == 0) in ossl_dh_gen_type_name2id()
|
/third_party/libcoap/examples/ |
H A D | getopt.c | 32 else if (!strcmp(argv[optind], "--")) { in getopt()
|
/third_party/openssl/crypto/evp/ |
H A D | dh_support.c | 10 #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 D | Platform.cpp | 51 if (strcmp(expectedName, actualName) != 0) in ANGLEGetDisplayPlatform()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 52 if (0 != strcmp (method, "GET")) in ahc_echo()
|
H A D | dual_stack_example.c | 43 if (0 != strcmp (method, "GET")) in ahc_echo()
|
H A D | minimal_example.c | 43 if (0 != strcmp (method, "GET")) in ahc_echo()
|
H A D | minimal_example_comet.c | 50 if (0 != strcmp (method, "GET")) in ahc_echo()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | batch.hh | 36 if (argc == 2 && !strcmp (argv[1], "--batch")) in batch_main()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | ImgHandler.cpp | 18 return 0 == strcmp(method, MHD_HTTP_METHOD_GET) && in canHandle()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_check_securetty_context.c | 39 if (!strcmp(type, start)) { in selinux_check_securetty_context()
|
/third_party/selinux/libsepol/src/ |
H A D | symtab.c | 37 return strcmp(key1, key2); in symcmp()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | ioapic.c | 82 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 D | clk-lpc18xx-ccu.c | 127 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 D | dma-heap.c | 214 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 D | utosi.c | 243 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()
|