Home
last modified time | relevance | path

Searched refs:fstatat64 (Results 1 – 15 of 15) sorted by relevance

/io/
A Dfstatat64.c39 weak_alias (__fstatat64, fstatat64)
41 stub_warning (fstatat64)
A Dtst-fstatat.c104 if (fstatat64 (fd, "some-file", &st1, 0) != -1) in do_test()
124 if (fstatat64 (dir_fd, "some-file", &st2, 0) != 0) in do_test()
144 if (fstatat64 (dir_fd, "some-file", &st2, 0) == 0) in do_test()
164 if (fstatat64 (dir_fd2, "some-file", &st1, 0) != -1) in do_test()
177 if (fstatat64 (-1, "some-file", &st1, 0) != -1) in do_test()
A Dtst-symlinkat.c116 if (fstatat64 (dir_fd, "some-file", &st2, 0) != 0) in do_test()
127 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
138 if (fstatat64 (dir_fd, "another-file", &st2, 0) != 0) in do_test()
A Dtst-linkat.c116 if (fstatat64 (dir_fd, "some-file", &st2, 0) != 0) in do_test()
127 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
145 if (fstatat64 (dir_fd, "another-file", &st2, 0) != 0) in do_test()
A Dtst-readlinkat.c92 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
103 if (fstatat64 (dir_fd, symlinkcontent, &st2, AT_SYMLINK_NOFOLLOW) == 0) in do_test()
A Dtst-renameat.c139 if (fstatat64 (dir_fd, "some-file", &st2, 0) == 0) in do_test()
150 if (fstatat64 (dir_fd, "another-file", &st2, 0) != 0) in do_test()
A Dtst-futimesat.c35 # define fstatat fstatat64
A Dtst-fchmodat.c140 if (fstatat64 (dir_fd, "some-file", &st2, 0) != 0) in do_test()
A Dtst-mkdirat.c100 if (fstatat64 (dir_fd, "some-dir", &st1, 0) != 0) in do_test()
A Dtst-mkfifoat.c100 if (fstatat64 (dir_fd, "some-fifo", &st1, 0) != 0) in do_test()
A Dtst-mknodat.c100 if (fstatat64 (dir_fd, "some-fifo", &st1, 0) != 0) in do_test()
A Dtst-fchownat.c142 if (fstatat64 (dir_fd, "some-file", &st2, 0) != 0) in do_test()
A DVersions137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
A DMakefile35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
/io/sys/
A Dstat.h282 fstatat64) __nonnull ((2, 3));
284 # define fstatat fstatat64
291 extern int fstatat64 (int __fd, const char *__restrict __file,
296 extern int __REDIRECT_NTH (fstatat64, (int __fd,
303 # define fstatat64 __fstatat64_time64 macro

Completed in 10 milliseconds