Searched refs:TIME_UTC (Results 1 – 9 of 9) sorted by relevance
33 TEST_COMPARE (timespec_getres (&ts, TIME_UTC), TIME_UTC); in do_test()39 TEST_COMPARE (timespec_getres (NULL, TIME_UTC), TIME_UTC); in do_test()
32 TEST_COMPARE (timespec_get (&ts, TIME_UTC), TIME_UTC); in do_test()
25 if (base == TIME_UTC) in timespec_get()
26 if (base == TIME_UTC) in timespec_getres()
65 # define TIME_UTC 1 macro
25 if (base == TIME_UTC) in __timespec_getres64()44 if (ret == TIME_UTC && ts != NULL) in libc_hidden_def()
26 if (base == TIME_UTC) in __timespec_get64()45 if (ret == TIME_UTC) in libc_hidden_def()
5 macro-int-constant TIME_UTC > 0
79502 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.88331 * time/time.h: TIME_UTC must be a macro.89974 * time/time.h: Define TIME_UTC and declare timespec_get. Define