/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_002.cpp | 106 if (strcmp(PEER_IP, newIp) != 0) { in ChildFunc() 139 ret = strcmp(oldIp, newIp); in ItNetContainer002()
|
H A D | It_net_container_001.cpp | 97 if (strcmp(PEER_IP, newIp) != 0) { in ChildFunc() 130 ret = strcmp(oldIp, newIp); in ItNetContainer001()
|
H A D | It_net_container_006.cpp | 76 ret = strcmp(buffer, SERVER_MSG); in TcpClient() 137 ret = strcmp(buffer, PEER_MSG); in ChildFunc()
|
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 215 ptraceme = (*argv && strcmp (*argv, "--ptraceme") == 0); in main() 217 gencore = (*argv && strcmp (*argv, "--gencore") == 0); in main()
|
H A D | backtrace-dwarf.c | 106 if (symname && (strcmp (symname, "main") == 0 in frame_callback() 107 || strcmp (symname, ".main") == 0)) in frame_callback()
|
H A D | line2addr.c | 93 if (strcmp (file, a->file) || line != a->line || col != 0) in handle_module() 99 || strcmp (file, a->file) || line != a->line || col != 0) in handle_module()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrc_file.c | 101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file() 103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()
|
/third_party/curl/tests/unit/ |
H A D | unit2602.c | 115 fail_if(strcmp(Curl_dyn_ptr(&dbuf), 140 fail_if(strcmp(Curl_dyn_ptr(&dbuf),
|
/third_party/ffmpeg/libavformat/ |
H A D | asf.c | 144 if (!strcmp(name, "WM/Picture")) // handle cover art in ff_asf_handle_byte_array() 146 else if (!strcmp(name, "ID3")) // handle ID3 tag in ff_asf_handle_byte_array()
|
/third_party/glfw/src/ |
H A D | platform.c | 94 if (strcmp(session, "wayland") == 0 && getenv("WAYLAND_DISPLAY")) in _glfwSelectPlatform() 96 else if (strcmp(session, "x11") == 0 && getenv("DISPLAY")) in _glfwSelectPlatform()
|
/third_party/glfw/deps/ |
H A D | getopt.c | 76 if (strcmp(argv[optind], "-") == 0) in getopt() 81 if (strcmp(argv[optind], "--") == 0) { in getopt()
|
/third_party/astc-encoder/Utils/ |
H A D | astc_rgbm_codec.cpp | 45 if (strcmp(argv[1], "-ch") == 0) in main() 49 else if (strcmp(argv[1], "-dh") == 0) in main()
|
/third_party/alsa-utils/alsamixer/ |
H A D | cli.c | 132 if (!strcmp(optarg, "none")) in parse_options() 134 else if (!strcmp(optarg, "basic")) in parse_options()
|
/third_party/alsa-lib/src/topology/ |
H A D | channel.c | 126 if (strcmp(id, "reg") == 0) in tplg_parse_channel() 128 else if (strcmp(id, "shift") == 0) in tplg_parse_channel()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | intel-nhlt.c | 92 if (!strcmp(id, temp_val->name)) { in find_set_values() 107 if (!strcmp(id, temp_val->name)) { in find_set_values()
|
/third_party/libsnd/examples/ |
H A D | sndfile-to-text.c | 107 if (!strcmp ("--full-precision", argv [3])) in main() 123 if (strcmp (infilename, outfilename) == 0) in main()
|
/third_party/libuv/test/ |
H A D | test-ip6-addr.c | 80 ASSERT_OK(strcmp(device_name, scoped_addr)); in TEST_IMPL() 91 ASSERT_OK(strcmp(device_name, interface_id)); in TEST_IMPL()
|
/third_party/libwebsockets/lib/misc/ |
H A D | fsmount.c | 45 if (!strcmp(lde->name, ".") || !strcmp(lde->name, "..")) in rm_rf_cb()
|
/third_party/libabigail/tests/ |
H A D | test-abicompat.cc | 219 if (s->in_lib2_path && strcmp(s->in_lib2_path, "")) in main() 223 if (s->suppressions == 0 || !strcmp(s->suppressions, "")) in main()
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_perfmon.c | 165 if (!strcmp(dom->name, name)) in etna_perfmon_get_dom_by_name() 179 if (!strcmp(signal->name, name)) in etna_perfmon_get_sig_by_name()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_device.c | 53 if (!strcmp(version->name, "msm")) { in fd_device_new() 65 } else if (!strcmp(version->name, "kgsl")) { in fd_device_new()
|
/third_party/libdrm/intel/ |
H A D | test_decode.c | 121 if (strcmp(ref_ptr, ptr) != 0) { in compare_batch() 183 if (strcmp(argv[2], "-dump") == 0) in main()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-context-data.cpp | 175 TEST_ASSERT (!strcmp (*((const char **) jerry_get_context_data (&manager1)), "item1")); in HWTEST_F() 176 TEST_ASSERT (!strcmp (*((const char **) jerry_get_context_data (&manager2)), "item2")); in HWTEST_F()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_perfmon.c | 165 if (!strcmp(dom->name, name)) in etna_perfmon_get_dom_by_name() 179 if (!strcmp(signal->name, name)) in etna_perfmon_get_sig_by_name()
|
/third_party/ltp/testcases/kernel/fs/fs_fill/ |
H A D | fs_fill.c | 48 if (!strcmp(ent->d_name, ".") || in worker() 49 !strcmp(ent->d_name, "..")) in worker()
|