Home
last modified time | relevance | path

Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/tests/
H A Dtime.c79 TIMESPEC_TO_TIMEVAL(&amtimes[0], &stbuf.st_atimespec);
80 TIMESPEC_TO_TIMEVAL(&amtimes[1], &stbuf.st_mtimespec);
91 TIMESPEC_TO_TIMEVAL(&newamtimes[0], &stbuf.st_atimespec);
92 TIMESPEC_TO_TIMEVAL(&newamtimes[1], &stbuf.st_mtimespec);
/xnu-10002.81.5/bsd/sys/
H A Dtime.h147 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro