/third_party/musl/src/locale/ |
H A D | __mo_lookup.c | 25 int sign = strcmp(s, (char *)p + os); in __mo_lookup()
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 39 int strcmp (const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 37 int strcmp (const char *, const char *);
|
/third_party/mesa3d/src/panfrost/perf/ |
H A D | pan_perf.c | 57 if (strcmp(panfrost_perf_configs[i]->name, name) == 0) in panfrost_lookup_counters()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap07.c | 36 return strcmp(mmu_type, "Hash") == 0; in arch_has_slice_support()
|
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek07.c | 66 if (strcmp(read_buf, tc->exp_data)) { in verify_lseek()
|
H A D | lseek01.c | 63 if (tc->exp_data && strcmp(read_buf, tc->exp_data)) { in verify_lseek()
|
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
H A D | sysctl01.c | 59 if (strcmp(osname, tc->cmp_str)) { in verify_sysctl()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
H A D | rpc_callrpc_dataint.c | 123 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
H A D | tirpc_rpc_broadcast_dataint.c | 135 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
H A D | tirpc_toplevel_clnt_call_dataint.c | 135 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
H A D | llseek03.c | 112 if (strcmp(read_buf, tc->str)) in verify_lseek()
|
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/ |
H A D | sync_file_range02.c | 110 if (!strcmp(tst_device->fs_type, "vfat")) { in setup()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
H A D | tirpc_rpc_broadcast_exp_dataint.c | 135 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/kernel/syscalls/dup2/ |
H A D | dup203.c | 71 if (strcmp(buf, filename0) != 0) in run()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv01.c | 37 if (strcmp(rcv_buf.mtext, snd_buf.mtext) == 0) in verify_msgrcv()
|
/third_party/ltp/testcases/kernel/syscalls/readlinkat/ |
H A D | readlinkat01.c | 61 if (strcmp(buf, TEST_FILE) == 0) in verify_readlinkat()
|
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent.h | 91 if (!strcmp(event, uevent->values[i])) { in uevent_match()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
H A D | rpc_clnt_broadcast_dataint.c | 131 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
H A D | tirpc_interlevel_clnt_call_dataint.c | 145 if (strcmp(strSnd, strRec)) in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call_dataint.c | 124 if (strcmp(strSnd, strRec)) in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
H A D | minimal-http-server-form-get.c | 41 if (strcmp((const char *)in, "/form1")) in callback_http()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 7-1.c | 81 if ((strcmp(msgptr, msgrcd) == 0) && (maxreached != 0)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 3-1.c | 100 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 8-1.c | 63 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main()
|