Home
last modified time | relevance | path

Searched refs:__timex64 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/include/sys/
Dtimex.h33 # define __timex64 timex in libc_hidden_proto() macro
41 struct __timex64 in libc_hidden_proto()
80 extern int __clock_adjtime64 (const clockid_t clock_id, struct __timex64 *tx64) __nonnull((2));
82 extern int ___adjtimex64 (struct __timex64 *tx64) __nonnull ((1));
105 static inline struct __timex64
108 struct __timex64 tx64;
136 valid_timex64_to_timex (const struct __timex64 tx64) in valid_timex64_to_timex()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dadjtimex.c23 ___adjtimex64 (struct __timex64 *tx64) in ___adjtimex64()
34 struct __timex64 tx64; in libc_hidden_def()
Dclock_adjtime.c27 __clock_adjtime64 (const clockid_t clock_id, struct __timex64 *tx64) in __clock_adjtime64()
58 struct __timex64 tx64; in libc_hidden_def()
Dntp_gettime.c35 struct __timex64 tntx; in __ntp_gettime64()
Dntp_gettimex.c31 struct __timex64 tntx; in __ntp_gettimex64()
Dadjtime.c30 struct __timex64 tntx; in __adjtime64()
/glibc-2.36/ChangeLog.old/
DChangeLog.217106 y2038: Provide conversion helpers for struct __timex64
7110 [! _ISOMAC](__timex64): New.
7117 y2038: Introduce struct __timex64 - new internal glibc type
7120 [! _ISOMAC][__TIMESIZE != 64](__timex64): New.
7121 [! _ISOMAC][__TIMESIZE == 64](__timex64): New.