Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtst-timespec_getres.c33 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()
Dtst-timespec_get.c32 TEST_COMPARE (timespec_get (&ts, TIME_UTC), TIME_UTC); in do_test()
Dtimespec_get.c25 if (base == TIME_UTC) in timespec_get()
Dtimespec_getres.c26 if (base == TIME_UTC) in timespec_getres()
Dtime.h65 # define TIME_UTC 1 macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimespec_getres.c25 if (base == TIME_UTC) in __timespec_getres64()
44 if (ret == TIME_UTC && ts != NULL) in libc_hidden_def()
Dtimespec_get.c26 if (base == TIME_UTC) in __timespec_get64()
45 if (ret == TIME_UTC) in libc_hidden_def()
/glibc-2.36/conform/data/
Dtime.h-data5 macro-int-constant TIME_UTC > 0
/glibc-2.36/ChangeLog.old/
DChangeLog.1879502 [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