Searched refs:strcmp (Results 1751 - 1775 of 3350) sorted by relevance
1...<<71727374757677787980>>...134
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gfind_unwind_table.c | 80 if (strcmp (strtab + shdr->sh_name, ".opd") == 0 in find_gp()
|
/third_party/libuv/test/ |
H A D | test-tcp-connect-timeout.c | 109 if (strcmp(uname.sysname, "Windows_NT") == 0) { in is_supported_system()
|
/third_party/mbedtls/programs/hash/ |
H A D | generic_sum.c | 203 if (argc == 4 && strcmp("-c", argv[2]) == 0) { in main()
|
/third_party/mbedtls/programs/pkey/ |
H A D | dh_genprime.c | 87 if (strcmp(p, "bits") == 0) { in main()
|
/third_party/lame/frontend/ |
H A D | mp3rtp.c | 201 if (0 == strcmp(outPath, "-")) { in lame_main()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.c | 206 if (message_buf && funcName && strcmp(message_buf, funcName) != 0) { in _eglDebugReport()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_output_reads.cpp | 164 if (strcmp(sig->function_name(), "main") != 0) in visit_leave()
|
H A D | lower_discard_flow.cpp | 117 if (strcmp(ir->function_name(), "main") != 0) in visit_enter()
|
/third_party/mesa3d/src/broadcom/qpu/tests/ |
H A D | qpu_disasm.c | 138 if (strcmp(disasm_output, tests[i].expected) != 0) { in main()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp.c | 83 if (filename == NULL || strcmp (filename, "-") == 0) in load_text_file()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 223 if (strcmp(test2_json_expected, (char *)buf)) { in test2()
|
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/ |
H A D | cpufreq_boost.c | 120 if (!strcmp(cdrv[i].name, "intel_pstate") && boost_value == cdrv[i].off) in setup()
|
/third_party/ltp/lib/ |
H A D | tst_supported_fs_types.c | 67 if (!strcmp(fs_type, skiplist[i])) in tst_fs_in_skiplist()
|
H A D | tst_pid.c | 89 if (!strcmp(max_pid_value, "max")) { in read_session_pids_limit()
|
H A D | tst_kvercmp.c | 184 if (!strcmp(vers[i].dist_name, cur_dist_name)) { in tst_kvercmp2()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | open_flags.c | 213 if (strcmp(name, Open_flags[ind].symbol) == 0) { in parse_open_flags()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 185 if (strcmp(GLX_functions[i].Name, funcName) == 0) in _glxapi_get_proc_address()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-large.c | 156 else if (strcmp(argv[i], "-f") == 0) { in args()
|
/third_party/node/src/ |
H A D | node_metadata.cc | 138 lib_url = strcmp(NODE_ARCH, "ia32") ? NODE_RELEASE_URLPFX "win-" NODE_ARCH in Release()
|
/third_party/nghttp2/src/ |
H A D | template_test.cc | 46 CU_ASSERT(0 == strcmp("alpha", from_cstr.c_str())); in test_template_immutable_string()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | ether.c | 132 if (strcmp(hostname, temp_name) == 0) { in ether_hostton()
|
/third_party/musl/src/network/ |
H A D | ether.c | 144 if (strcmp(hostname, temp_name) == 0) { in ether_hostton()
|
/third_party/musl/src/passwd/ |
H A D | getgrouplist.c | 56 for (i=0; gr.gr_mem[i] && strcmp(user, gr.gr_mem[i]); i++); in getgrouplist()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cstring.h | 38 #define uprv_strcmp(s1, s2) U_STANDARD_CPP_NAMESPACE strcmp(s1, s2)
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_parameter.h | 213 strcmp(paramList->Parameters[i].Name, name) == 0) in _mesa_lookup_parameter_index()
|
Completed in 10 milliseconds
1...<<71727374757677787980>>...134