Home
last modified time | relevance | path

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

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