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

/ast/src/cmd/warp/
H A Dwarp.c198 typedef int (*Utimensat_f)(int, const char*, const struct timespec*, int); typedef
885 return (*(Utimensat_f)p->call)(dirfd, path, tv, flags);
891 r = (*(Utimensat_f)p->call)(dirfd, path, tb, flags);
895 r = (*(Utimensat_f)p->call)(dirfd, path, tv, flags);

Completed in 16 milliseconds