Home
last modified time | relevance | path

Searched refs:st32 (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/compat/time32/
H A Dfstatat_time32.c9 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 Dfstat_time32.c9 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 Dlstat_time32.c9 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 Dstat_time32.c9 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