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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile60 futimes.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h259 int futimes(int, const struct timeval *);
H A Dsysproto.h1823 int futimes(struct proc *, struct futimes_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c225 {AC(futimes_args), 0, 0, (sy_call_t *)futimes, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 139 = futimes */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3431 * Test futimes, gettimeofday, settimeofday, utimes system calls.
3501 /* test utimes and futimes - get current access and mod times then change them */
3540 my_err = futimes( my_fd, &my_utimes[0] );
3542 printf( "futimes - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3556 printf( "futimes failed to set access and mod times \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4447 futimes(__unused proc_t p, struct futimes_args *uap, __unused register_t *retval) function

Completed in 91 milliseconds