Searched refs:st32 (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | fstatat_time32.c | 9 int __fstatat_time32(int fd, const char *restrict path, struct stat32 *restrict st32, int flag) in __fstatat_time32() argument 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
|
H A D | fstat_time32.c | 9 int __fstat_time32(int fd, struct stat32 *restrict st32) in __fstat_time32() argument 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
|
H A D | lstat_time32.c | 9 int __lstat_time32(const char *restrict path, struct stat32 *restrict st32) in __lstat_time32() argument 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __lstat_time32()
|
H A D | stat_time32.c | 9 int __stat_time32(const char *restrict path, struct stat32 *restrict st32) in __stat_time32() argument 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __stat_time32()
|
Completed in 1 milliseconds