Searched defs:ret (Results 1 – 9 of 9) sorted by relevance
/io/ |
A D | tst-posix_fallocate64.c | 26 int ret; in do_test() local
|
A D | tst-open-tmpfile.c | 41 int ret = open (path, flags, mode); in wrap_open() local 55 int ret = openat (AT_FDCWD, path, flags, mode); in wrap_openat() local 69 int ret = open64 (path, flags, mode); in wrap_open64() local 83 int ret = openat64 (AT_FDCWD, path, flags, mode); in wrap_openat64() local 136 ssize_t ret = read (random_device, bytes, sizeof (bytes)); in get_random_name() local
|
A D | test-lfs.c | 94 int ret; in test_ftello() local 146 int ret, fd2; in do_test() local
|
A D | tst-ttyname_r.c | 27 int ret = 0; in do_test() local
|
A D | statx_generic.c | 60 int ret = __fstatat64 (fd, path, &st, flags & ~clear_flags); in statx_generic() local
|
A D | bug-ftw4.c | 39 int ret, i, result = 0, fd, fd1, fd2; in main() local
|
A D | tst-lchmod.c | 126 int ret = chmod_func (fd, arg, 2, AT_SYMLINK_NOFOLLOW); in test_1() local 172 int ret = dup (STDOUT_FILENO); in test_1() local
|
A D | tst-copy_file_range.c | 243 ssize_t ret = copy_file_range (infd, NULL, outfd, NULL, 0, 0); in do_test() local
|
A D | fts.c | 1112 int ret, oerrno, newfd; in fts_safe_changedir() local
|
Completed in 8 milliseconds