Searched refs:mtime (Results 1 – 3 of 3) sorted by relevance
/sysdeps/mach/hurd/ |
A D | utime-helper.c | 35 mtime->tv_sec = 0; in utime_ts_from_tval() 36 mtime->tv_nsec = UTIME_NOW; in utime_ts_from_tval() 41 TIMEVAL_TO_TIMESPEC (&tvp[1], mtime); in utime_ts_from_tval() 58 mtime->seconds = tvp[1].tv_sec; in utime_tvalue_from_tval() 68 struct timespec atime, mtime; in hurd_futimes() local 97 mtime->tv_sec = 0; in utime_ts_from_tspec() 98 mtime->tv_nsec = UTIME_NOW; in utime_ts_from_tspec() 103 *mtime = tsp[1]; in utime_ts_from_tspec() 125 mtime->microseconds = -1; in utime_tvalue_from_tspec() 127 mtime->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