/third_party/libunwind/libunwind/src/ |
H A D | os-hpux.c | 61 if (strcmp(path, path2) != 0) in tdep_get_elf_image()
|
/third_party/ltp/lib/ |
H A D | tst_path_has_mnt_flags.c | 59 if (!strcmp(mnt->mnt_fsname, "rootfs")) in tst_path_has_mnt_flags_()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_define.h | 71 #define strcmp b_strcmp macro
|
/third_party/ltp/testcases/kernel/syscalls/flistxattr/ |
H A D | flistxattr01.c | 42 if (!strcmp(list + i, attr)) in has_attribute()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
H A D | msgget01.c | 45 if (strcmp(snd_buf.text, rcv_buf.text) == 0) in verify_msgget()
|
/third_party/ltp/testcases/kernel/syscalls/listxattr/ |
H A D | listxattr01.c | 41 if (!strcmp(list + i, attr)) in has_attribute()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
H A D | 1-1.c | 61 if (strcmp(real, expected) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
H A D | 15-1.c | 36 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 20-1.c | 36 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 32-1.c | 37 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
H A D | 34-1.c | 37 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
H A D | 14-2.c | 71 if (strcmp(buf, str) == 0) { in main()
|
H A D | 28-2.c | 73 if (strcmp(buf, str) == 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/ |
H A D | 15-1.c | 36 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 12-1.c | 34 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-hasher.h | 56 return strcmp(name1, name2) == 0; in operator ()()
|
/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | rewinddir.c | 61 if (strcmp(d_name, result->d_name)) { in rewinddir_0100() 62 t_error("%s failed: strcmp. d_name = %s, result->d_name = %s\n", __func__, d_name, result->d_name); in rewinddir_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_fgets_chk_test.cpp | 30 int result = strcmp(content, "this is a test\n"); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getmntent.c | 41 EXPECT_EQ("getmntent_0100", strcmp(m->mnt_fsname, str), 0); in getmntent_0100()
|
/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()
|