Searched refs:strcmp (Results 2801 - 2825 of 7975) sorted by relevance
1...<<111112113114115116117118119120>>...319
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | bpf-helper.c | 81 if (!strcmp(label, begin->label)) in seccomp_bpf_label()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_004.cpp | 87 ret = strcmp(oldReadLink.c_str(), newReadLink.c_str()); in ChildFun()
|
H A D | It_net_container_007.cpp | 74 ret = strcmp(recv_data, MSG); in ChildFunc()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | It_ipc_mkfifo_002.cpp | 75 ret = strcmp(buffer, "hello world"); in Testcase()
|
H A D | It_ipc_mkfifo_003.cpp | 75 ret = strcmp(buffer, "hello world"); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_ppoll_002.cpp | 63 retVal = strcmp(strBuf, buf); in pthread_01()
|
H A D | IO_test_ppoll_001.cpp | 67 retVal = strcmp(strBuf, buf); in pthread_01()
|
H A D | It_stdlib_poll_002.cpp | 63 ret = strcmp(buffer, "hello world"); in Pthread01()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_042.cpp | 71 ret = strcmp(msgptr, msgrcd); in Testcase()
|
H A D | It_posix_queue_044.cpp | 59 ret = strcmp(msgptr, msgrcd); in Testcase()
|
H A D | It_posix_queue_080.cpp | 68 if ((strcmp(msgptr, msgrcd) == 0) && (maxreached != 0)) { in Testcase()
|
/third_party/curl/tests/libtest/ |
H A D | lib576.c | 77 if(strcmp(finfo->filename, "someothertext.txt") == 0) { in chunk_bgn()
|
H A D | lib678.c | 104 if(!strcmp("check", URL)) { in test()
|
H A D | lib3102.c | 68 if(strcmp(last_issuer, subject) != 0) { in is_chain_in_order()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bitstream_filters.c | 90 if (!strcmp(f->name, name)) in av_bsf_get_by_name()
|
/third_party/elfutils/tests/ |
H A D | arextract.c | 83 if (strcmp (arhdr->ar_name, argv[2]) == 0) in main()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getscopevar.c | 116 if (diename != NULL && !strcmp (name, diename)) in dwarf_getscopevar()
|
/third_party/elfutils/backends/ |
H A D | ppc64_init.c | 93 if (name != NULL && strcmp (name, ".opd") == 0) in ppc64_init()
|
H A D | arm_symbol.c | 159 && (strcmp (sname, "$d") == 0 || startswith (sname, "$d."))); in arm_data_marker_symbol()
|
H A D | alpha_symbol.c | 141 if (strcmp (name, "_GLOBAL_OFFSET_TABLE_") == 0) in alpha_check_special_symbol()
|
/third_party/curl/tests/unit/ |
H A D | unit1305.c | 120 if(strcmp(arg, "1305") != 0) {
|
/third_party/curl/lib/ |
H A D | strcase.c | 180 return !strcmp(a, b); in Curl_safecmp()
|
/third_party/curl/src/ |
H A D | tool_vms.c | 67 if(strcmp(shell, "DCL") == 0) { in is_vms_shell()
|
H A D | tool_util.c | 153 return strcmp(p1, p2); in struplocompare()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_debuglink.c | 54 if (!strcmp (name, ".gnu_debuglink")) in dwelf_elf_gnu_debuglink()
|
Completed in 10 milliseconds
1...<<111112113114115116117118119120>>...319