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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile189 utimes.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h271 int utimes(const char *, const struct timeval *);
H A Dsysproto.h1822 int utimes(struct proc *, struct utimes_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c224 {AC(utimes_args), 0, 0, (sy_call_t *)utimes, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 138 = utimes */
/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 */
3512 my_err = utimes( my_pathp, &my_utimes[0] );
3514 printf( "utimes - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3528 printf( "utimes failed to set access and mod times \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4373 /* utimes calls are not allowed for resource forks. */
4408 utimes(__unused proc_t p, struct utimes_args *uap, __unused register_t *retval) function

Completed in 62 milliseconds