Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 43) sorted by relevance

12

/io/
A Dtest-stat.c33 == sizeof (struct stat64)); in do_test()
35 == offsetof (struct stat64, st_dev)); in do_test()
37 == offsetof (struct stat64, st_ino)); in do_test()
39 == offsetof (struct stat64, st_mode)); in do_test()
41 == offsetof (struct stat64, st_nlink)); in do_test()
43 == offsetof (struct stat64, st_uid)); in do_test()
45 == offsetof (struct stat64, st_gid)); in do_test()
47 == offsetof (struct stat64, st_rdev)); in do_test()
49 == offsetof (struct stat64, st_size)); in do_test()
51 == offsetof (struct stat64, st_atime)); in do_test()
[all …]
A Dstat64.c21 __stat64 (const char *file, struct stat64 *buf) in __stat64()
26 weak_alias (__stat64, stat64)
A Dlstat64.c21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
A Dfstat64.c22 __fstat64 (int fd, struct stat64 *buf) in __fstat64()
A Dfts64.c27 #define STRUCT_STAT stat64
A Dftw64.c24 #define STRUCT_STAT stat64
A Dtest-stat2.c33 struct stat64 st64; in main()
47 if (stat64 (argv[i], &st64) != 0) in main()
A Dfstatat64.c22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64()
A Dmkdirat.c38 struct stat64 st; in mkdirat()
A Dmkfifoat.c39 struct stat64 st; in mkfifoat()
A Dtst-utime.c25 # define struct_stat struct stat64
A Dtst-utimes.c26 # define struct_stat struct stat64
A Dtst-futimens.c24 # define struct_stat struct stat64
A Dtst-futimes.c25 # define struct_stat struct stat64
A Dopenat.c44 struct stat64 st; in __openat()
A Dopenat64.c42 struct stat64 st; in __openat64()
A Dtst-fchmodat.c104 struct stat64 st1; in do_test()
139 struct stat64 st2; in do_test()
A Dtst-lutimes.c25 # define struct_stat struct stat64
A Dtst-fchownat.c112 struct stat64 st1; in do_test()
141 struct stat64 st2; in do_test()
A Dtst-fstatat.c100 struct stat64 st1; in do_test()
123 struct stat64 st2; in do_test()
A Dtst-symlinkat.c100 struct stat64 st1; in do_test()
115 struct stat64 st2; in do_test()
A Dtst-linkat.c100 struct stat64 st1; in do_test()
115 struct stat64 st2; in do_test()
A Dtst-renameat.c100 struct stat64 st1; in do_test()
138 struct stat64 st2; in do_test()
A Dftw.h118 const struct stat64 *__status, int __flag);
126 const struct stat64 *__status,
/io/sys/
A Dstat.h228 struct stat *__restrict __buf), stat64)
233 # define stat stat64
240 extern int stat64 (const char *__restrict __file,
241 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
245 extern int __REDIRECT_NTH (stat64, (const char *__restrict __file,
246 struct stat64 *__restrict __buf),
253 # define stat64 __stat64_time64 macro
292 struct stat64 *__restrict __buf, int __flag)
298 struct stat64 *__restrict __buf,
339 struct stat64 *__restrict __buf)
[all …]

Completed in 21 milliseconds

12