Lines Matching full:times
38 .Nd set file access and modification times
44 .Fn utimes "const char *path" "const struct timeval *times"
46 .Fn lutimes "const char *path" "const struct timeval *times"
48 .Fn futimes "int fd" "const struct timeval *times"
50 .Fn futimesat "int fd" "const char *path" "const struct timeval times[2]"
60 The access and modification times of the file named by
65 .Fa times .
68 .Fa times
71 the access and modification times are set to the current time.
76 .Fa times
82 For file systems that support file birth (creation) times (such as
90 of all three times at once.
104 changes the access and modification times of the link,
107 changes the times of the file the link references.
139 .Fa times
149 .Fa times
154 .Fa times
161 .Fa times
181 .Fa times