/io/ |
A D | tst-mkdirat.c | 57 int dupfd = dup (dir_fd); in do_test() local 58 if (dupfd == -1) in do_test() 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 70 DIR *dir = fdopendir (dupfd); in do_test() 111 dupfd = dup (dir_fd); in do_test() 112 if (dupfd == -1) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 123 dir = fdopendir (dupfd); in do_test()
|
A D | tst-mkfifoat.c | 57 int dupfd = dup (dir_fd); in do_test() local 58 if (dupfd == -1) in do_test() 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 70 DIR *dir = fdopendir (dupfd); in do_test() 111 dupfd = dup (dir_fd); in do_test() 112 if (dupfd == -1) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 123 dir = fdopendir (dupfd); in do_test()
|
A D | tst-mknodat.c | 57 int dupfd = dup (dir_fd); in do_test() local 58 if (dupfd == -1) in do_test() 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 70 DIR *dir = fdopendir (dupfd); in do_test() 111 dupfd = dup (dir_fd); in do_test() 112 if (dupfd == -1) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 123 dir = fdopendir (dupfd); in do_test()
|
A D | tst-unlinkat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test() 102 dupfd = dup (dir_fd); in do_test() 103 if (dupfd == -1) in do_test() 108 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 115 dir = fdopendir (dupfd); in do_test()
|
A D | tst-openat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test() 117 dupfd = dup (dir_fd); in do_test() 118 if (dupfd == -1) in do_test() 123 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 130 dir = fdopendir (dupfd); in do_test()
|
A D | tst-readlinkat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-futimesat.c | 76 int dupfd = dup (dir_fd); in do_test() local 77 if (dupfd == -1) in do_test() 82 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 89 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-fchmodat.c | 58 int dupfd = dup (dir_fd); in do_test() local 59 if (dupfd == -1) in do_test() 64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 71 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-fchownat.c | 68 int dupfd = dup (dir_fd); in do_test() local 69 if (dupfd == -1) in do_test() 74 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 81 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-fstatat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-symlinkat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-linkat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-faccessat.c | 58 int dupfd = dup (dir_fd); in do_test() local 59 if (dupfd == -1) in do_test() 64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 71 DIR *dir = fdopendir (dupfd); in do_test()
|
A D | tst-renameat.c | 56 int dupfd = dup (dir_fd); in do_test() local 57 if (dupfd == -1) in do_test() 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 69 DIR *dir = fdopendir (dupfd); in do_test()
|