Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dtime.c70 T_DECL(futimes, "check that futimes updates file times",
85 ret = futimes(tmpfd, amtimes);
/xnu-8019.80.24/SETUP/installfile/
H A Dinstallfile.c114 ret = futimes(dstfd, NULL); in main()
/xnu-8019.80.24/bsd/sys/
H A Dtime.h244 int futimes(int, const struct timeval *);
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile79 futimes.2 \
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c7536 futimes(__unused proc_t p, struct futimes_args *uap, __unused int32_t *retval) in futimes() function