Searched refs:stat64 (Results 1 – 25 of 43) sorted by relevance
12
/io/ |
A D | test-stat.c | 33 == 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 D | stat64.c | 21 __stat64 (const char *file, struct stat64 *buf) in __stat64() 26 weak_alias (__stat64, stat64)
|
A D | lstat64.c | 21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
|
A D | fstat64.c | 22 __fstat64 (int fd, struct stat64 *buf) in __fstat64()
|
A D | fts64.c | 27 #define STRUCT_STAT stat64
|
A D | ftw64.c | 24 #define STRUCT_STAT stat64
|
A D | test-stat2.c | 33 struct stat64 st64; in main() 47 if (stat64 (argv[i], &st64) != 0) in main()
|
A D | fstatat64.c | 22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64()
|
A D | mkdirat.c | 38 struct stat64 st; in mkdirat()
|
A D | mkfifoat.c | 39 struct stat64 st; in mkfifoat()
|
A D | tst-utime.c | 25 # define struct_stat struct stat64
|
A D | tst-utimes.c | 26 # define struct_stat struct stat64
|
A D | tst-futimens.c | 24 # define struct_stat struct stat64
|
A D | tst-futimes.c | 25 # define struct_stat struct stat64
|
A D | openat.c | 44 struct stat64 st; in __openat()
|
A D | openat64.c | 42 struct stat64 st; in __openat64()
|
A D | tst-fchmodat.c | 104 struct stat64 st1; in do_test() 139 struct stat64 st2; in do_test()
|
A D | tst-lutimes.c | 25 # define struct_stat struct stat64
|
A D | tst-fchownat.c | 112 struct stat64 st1; in do_test() 141 struct stat64 st2; in do_test()
|
A D | tst-fstatat.c | 100 struct stat64 st1; in do_test() 123 struct stat64 st2; in do_test()
|
A D | tst-symlinkat.c | 100 struct stat64 st1; in do_test() 115 struct stat64 st2; in do_test()
|
A D | tst-linkat.c | 100 struct stat64 st1; in do_test() 115 struct stat64 st2; in do_test()
|
A D | tst-renameat.c | 100 struct stat64 st1; in do_test() 138 struct stat64 st2; in do_test()
|
A D | ftw.h | 118 const struct stat64 *__status, int __flag); 126 const struct stat64 *__status,
|
/io/sys/ |
A D | stat.h | 228 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