Searched defs:TIME_UTC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c46 VERIFY0(timespec_get(&ts, TIME_UTC + 1));
47 VERIFY0(timespec_get(&ts, TIME_UTC - 1));
51 VERIFY3S(timespec_get(&ts, TIME_UTC), ==, TIME_UTC); local
/illumos-gate/usr/src/head/
H A Dtime.h304 * passed into timespec_get() be non-zero. Hence why TIME_UTC starts at one.
306 #define TIME_UTC 0x1 /* timespec_get base */ macro

Completed in 44 milliseconds