Searched refs:timestruc_to_timeval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c68 static void timestruc_to_timeval(timestruc_t *, struct timeval *);
236 timestruc_to_timeval(&stbuf.st_mtim, times + 1);
238 timestruc_to_timeval(&stbuf.st_atim, times);
354 timestruc_to_timeval(timestruc_t *ts, struct timeval *tv) function

Completed in 56 milliseconds