Home
last modified time | relevance | path

Searched refs:mtim (Results 1 – 3 of 3) sorted by relevance

/sysdeps/mach/hurd/
A Dfutimens.c41 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()
A Dfutimes.c41 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()
A Dutime-helper.c76 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()

Completed in 4 milliseconds