Searched refs:timestruc_to_timeval (Results 1 – 1 of 1) sorted by relevance
68 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) in timestruc_to_timeval() function