Searched refs:atime (Results 1 – 3 of 3) sorted by relevance
/sysdeps/mach/hurd/ |
A D | utime-helper.c | 33 atime->tv_sec = 0; in utime_ts_from_tval() 34 atime->tv_nsec = UTIME_NOW; in utime_ts_from_tval() 40 TIMEVAL_TO_TIMESPEC (&tvp[0], atime); in utime_ts_from_tval() 56 atime->seconds = tvp[0].tv_sec; in utime_tvalue_from_tval() 68 struct timespec atime, mtime; in hurd_futimes() local 95 atime->tv_sec = 0; in utime_ts_from_tspec() 96 atime->tv_nsec = UTIME_NOW; in utime_ts_from_tspec() 102 *atime = tsp[0]; in utime_ts_from_tspec() 119 atime->microseconds = -1; in utime_tvalue_from_tspec() 121 atime->microseconds = -2; in utime_tvalue_from_tspec() [all …]
|
A D | futimens.c | 32 struct timespec atime, mtime; in __futimens() local 35 utime_ts_from_tspec (tsp, &atime, &mtime); in __futimens() 37 err = HURD_DPORT_USE (fd, __file_utimens (port, atime, mtime)); in __futimens()
|
A D | futimes.c | 32 struct timespec atime, mtime; in __futimes() local 35 utime_ts_from_tval (tvp, &atime, &mtime); in __futimes() 37 err = HURD_DPORT_USE (fd, __file_utimens (port, atime, mtime)); in __futimes()
|
Completed in 4 milliseconds