Searched defs:times32 (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | futimes_time32.c | 7 int __futimes_time32(int fd, const struct timeval32 times32[2]) in __futimes_time32() argument
|
H A D | futimens_time32.c | 5 int __futimens_time32(int fd, const struct timespec32 *times32) in __futimens_time32() argument
|
H A D | lutimes_time32.c | 7 int __lutimes_time32(const char *path, const struct timeval32 times32[2]) in __lutimes_time32() argument
|
H A D | utimes_time32.c | 6 int __utimes_time32(const char *path, const struct timeval32 times32[2]) in __utimes_time32() argument
|
H A D | futimesat_time32.c | 7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32() argument
|
H A D | utimensat_time32.c | 5 int __utimensat_time32(int fd, const char *path, const struct timespec32 times32[2], int flags) in __utimensat_time32() argument
|
H A D | utime_time32.c | 10 int __utime_time32(const char *path, const struct utimbuf32 *times32) in __utime_time32() argument
|
Completed in 1 milliseconds