Home
last modified time | relevance | path

Searched refs:TIME_UTC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c46 VERIFY0(timespec_get(&ts, TIME_UTC + 1)); in main()
47 VERIFY0(timespec_get(&ts, TIME_UTC - 1)); in main()
51 VERIFY3S(timespec_get(&ts, TIME_UTC), ==, TIME_UTC); in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtimespec_get.c26 if (base != TIME_UTC) in timespec_get()
32 return (TIME_UTC); in timespec_get()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dtime_h.cfg31 define | TIME_UTC | | time.h | -ALL +C11
/illumos-gate/usr/src/head/
H A Dtime.h306 #define TIME_UTC 0x1 /* timespec_get base */ macro