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

/ast/src/cmd/warp/
H A Dwarp.c877 warp_utimensat(int dirfd, register Call_t* p, const char* path, const struct timespec* tv, int flags) argument
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);
901 utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument
905 return warp_utimensat(dirfd, &call, path, tv, flags);
911 _utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument
915 return warp_utimensat(dirfd, &call, path, tv, flags);
919 __utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument
923 return warp_utimensat(dirfd,
927 _libc_utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument
935 __libc_utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument
[all...]

Completed in 5518 milliseconds