Home
last modified time | relevance | path

Searched refs:getutimens (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_syscalls.c87 static int getutimens (const struct timespec *, struct timespec *, int *);
3719 getutimens(const struct timespec *ts, struct timespec *newts, int *nullflag) in getutimens() function
3853 error = getutimens(ts, newts, &nullflag); in kern_futimens()
3953 error = getutimens(ts, newts, &nullflag); in kern_utimensat()