Searched defs:timespec (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/warp/ |
H A D | warp.c | 118 struct timespec struct 198 typedef int (*Utimensat_f)(int, const char*, const struct timespec*, int); 200 typedef int (*Utimets_f)(const char*, const struct timespec*); 230 typedef int (*Clock_gettime_f)(int, struct timespec*); 877 warp_utimensat(int dirfd, register Call_t* p, const char* path, const struct timespec* tv, int flags) 881 struct timespec tb[2]; 901 utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) 911 _utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) 919 __utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) 927 _libc_utimensat(int dirfd, const char* path, const struct timespec* t [all...] |
Completed in 37 milliseconds