Home
last modified time | relevance | path

Searched refs:dupfd (Results 1 – 14 of 14) sorted by relevance

/io/
A Dtst-mkdirat.c57 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 Dtst-mkfifoat.c57 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 Dtst-mknodat.c57 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 Dtst-unlinkat.c56 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 Dtst-openat.c56 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 Dtst-readlinkat.c56 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 Dtst-futimesat.c76 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 Dtst-fchmodat.c58 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 Dtst-fchownat.c68 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 Dtst-fstatat.c56 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 Dtst-symlinkat.c56 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 Dtst-linkat.c56 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 Dtst-faccessat.c58 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 Dtst-renameat.c56 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()

Completed in 11 milliseconds