Searched refs:ret (Results 1 – 9 of 9) sorted by relevance
/misc/ |
A D | tst-atomic.c | 31 int ret = 0; in do_test() local 39 ret = 1; in do_test() 47 ret = 1; in do_test() 55 ret = 1; in do_test() 63 ret = 1; in do_test() 72 ret = 1; in do_test() 80 ret = 1; in do_test() 88 ret = 1; in do_test() 96 ret = 1; in do_test() 104 ret = 1; in do_test() [all …]
|
A D | tst-preadvwritev64.c | 25 int ret; in do_test() local 27 ret = do_test_with_offset (0); in do_test() 32 return ret; in do_test() 38 ret += do_test_with_offset (base_offset); in do_test() 56 return ret; in do_test()
|
A D | tst-mntent-escape.c | 56 struct mntent *ret, curtest; in do_test() local 81 ret = getmntent (fp); in do_test() 82 if (ret == NULL) in do_test() 88 TEST_COMPARE_STRING(tests[i].mnt_fsname, ret->mnt_fsname); in do_test() 89 TEST_COMPARE_STRING(tests[i].mnt_dir, ret->mnt_dir); in do_test() 90 TEST_COMPARE_STRING(tests[i].mnt_type, ret->mnt_type); in do_test() 91 TEST_COMPARE_STRING(tests[i].mnt_opts, ret->mnt_opts); in do_test() 92 TEST_COMPARE(tests[i].mnt_freq, ret->mnt_freq); in do_test() 93 TEST_COMPARE(tests[i].mnt_passno, ret->mnt_passno); in do_test()
|
A D | tst-preadvwritev-common.c | 99 ssize_t ret; in do_test_with_offset() local 114 ret = PWRITEV (temp_fd, iov, 2, offset); in do_test_with_offset() 115 if (ret == -1) in do_test_with_offset() 117 if (ret != (sizeof buf1 + sizeof buf2)) in do_test_with_offset() 121 if (ret == -1) in do_test_with_offset() 123 if (ret != (sizeof buf1 + sizeof buf2)) in do_test_with_offset() 138 ret = PREADV (temp_fd, iov, 2, offset); in do_test_with_offset() 139 if (ret == -1) in do_test_with_offset() 141 if (ret != (sizeof buf3 + sizeof buf4)) in do_test_with_offset() 150 if (ret == -1) in do_test_with_offset() [all …]
|
A D | tst-gethostid.c | 86 int ret = gethostname (hostname, sizeof (hostname)); in do_test() local 87 if (ret < 0) in do_test() 88 printf ("warning: invalid result from gethostname: %d\n", ret); in do_test()
|
A D | getusershell.c | 67 char *ret; in getusershell() local 71 ret = *curshell; in getusershell() 72 if (ret != NULL) in getusershell() 74 return (ret); in getusershell()
|
A D | tst-insremque.c | 10 ret = 1; \ 18 int ret = 0; in do_test() local 57 return ret; in do_test()
|
A D | mntent_r.c | 243 int ret = 1; in __addmntent() local 246 return ret; in __addmntent() 256 ret = __ferror_unlocked (stream) != 0 || fflush (stream) != 0; in __addmntent() 260 return ret; in __addmntent()
|
A D | error.c | 207 int ret = __vfxprintf (stderr, message, args, mode_flags); in error_tail() local 208 if (ret < 0 && errno == ENOMEM && _IO_fwide (stderr, 0) > 0) in error_tail()
|
Completed in 20 milliseconds