Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_syscalls.c90 int dofutimens(struct proc *, int, struct timespec [2]);
2776 return (dofutimens(p, SCARG(uap, fd), ts)); in sys_futimes()
2810 return (dofutimens(p, SCARG(uap, fd), ts)); in sys_futimens()
2814 dofutimens(struct proc *p, int fd, struct timespec ts[2]) in dofutimens() function