Searched refs:atim (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | utime-helper.c | 76 time_value_t atim, mtim; in hurd_futimes() local 78 utime_tvalue_from_tval (tvp, &atim, &mtim); in hurd_futimes() 80 err = __file_utimes (port, atim, mtim); in hurd_futimes() 146 time_value_t atim, mtim; in hurd_futimens() local 148 utime_tvalue_from_tspec (tsp, &atim, &mtim); in hurd_futimens() 150 err = __file_utimes (port, atim, mtim); in hurd_futimens()
|
D | futimens.c | 41 time_value_t atim, mtim; in __futimens() local 43 utime_tvalue_from_tspec (tsp, &atim, &mtim); in __futimens() 45 err = HURD_DPORT_USE (fd, __file_utimes (port, atim, mtim)); in __futimens()
|
D | futimes.c | 41 time_value_t atim, mtim; in __futimes() local 43 utime_tvalue_from_tval (tvp, &atim, &mtim); in __futimes() 45 err = HURD_DPORT_USE (fd, __file_utimes (port, atim, mtim)); in __futimes()
|