Home
last modified time | relevance | path

Searched refs:__timeval64 (Results 1 – 17 of 17) sorted by relevance

/glibc-2.36/include/
Dtime.h95 struct __timeval64 it_interval;
96 struct __timeval64 it_value;
188 extern int __utimes64 (const char *file, const struct __timeval64 tvp[2]);
205 extern int __futimes64 (int fd, const struct __timeval64 tvp64[2]);
208 const struct __timeval64 tvp[2]);
210 extern int __lutimes64 (const char *file, const struct __timeval64 tvp64[2]);
259 extern int __settimeofday64 (const struct __timeval64 *tv,
262 extern int __gettimeofday64 (struct __timeval64 *restrict tv,
368 static inline struct __timeval64
371 struct __timeval64 tv64; in valid_timeval_to_timeval64()
[all …]
Dstruct___timeval64.h5 # define __timeval64 timeval macro
11 struct __timeval64 struct
/glibc-2.36/sysdeps/unix/sysv/linux/
Dadjtime.c28 __adjtime64 (const struct __timeval64 *itv, struct __timeval64 *otv) in __adjtime64()
34 struct __timeval64 tmp; in __adjtime64()
72 struct __timeval64 itv64, *pitv64 = NULL; in libc_hidden_def()
73 struct __timeval64 otv64; in libc_hidden_def()
Dgetsockopt.c64 if (*len >= sizeof (struct __timeval64)) in getsockopt32()
66 struct __timeval64 *tv64 = (struct __timeval64 *) optval; in getsockopt32()
Dsetsockopt.c50 if (len < sizeof (struct __timeval64)) in setsockopt32()
56 struct __timeval64 *tv64 = (struct __timeval64 *) optval; in setsockopt32()
Dsettimeofday.c26 __settimeofday64 (const struct __timeval64 *tv, const struct timezone *tz) in __settimeofday64()
53 struct __timeval64 tv64 = valid_timeval_to_timeval64 (*tv); in libc_hidden_def()
Dfutimes.c25 __futimes64 (int fd, const struct __timeval64 tvp64[2]) in __futimes64()
44 struct __timeval64 tv64[2]; in libc_hidden_def()
Dutimes.c23 __utimes64 (const char *file, const struct __timeval64 tvp[2]) in __utimes64()
42 struct __timeval64 tv64[2]; in libc_hidden_def()
Dlutimes.c25 __lutimes64 (const char *file, const struct __timeval64 tvp64[2]) in __lutimes64()
44 struct __timeval64 tv64[2]; in libc_hidden_def()
Dfutimesat.c25 __futimesat64 (int fd, const char *file, const struct __timeval64 tvp64[2]) in __futimesat64()
43 struct __timeval64 tv64[2]; in libc_hidden_def()
Dgettimeofday.c63 __gettimeofday64 (struct __timeval64 *restrict tv, void *restrict tz)
82 struct __timeval64 tv64;
Dselect.c33 struct __timeval64 *timeout) in __select64()
126 struct __timeval64 tv64, *ptv64 = NULL; in libc_hidden_def()
/glibc-2.36/include/sys/
Dtime.h34 extern int __adjtime64 (const struct __timeval64 *itv,
35 struct __timeval64 *otv);
Dselect.h27 struct __timeval64 *timeout)
32 struct __timeval64 *__timeout);
Dresource.h14 struct __timeval64 ru_utime;
15 struct __timeval64 ru_stime;
/glibc-2.36/sysdeps/unix/sysv/linux/include/sys/
Dtimex.h54 struct __timeval64 time; /* (read only, except for ADJ_SETOFFSET) */ in libc_hidden_proto()
87 struct __timeval64 time; /* current time (ro) */
/glibc-2.36/ChangeLog.old/
DChangeLog.217127 y2038: include: Move struct __timeval64 definition to a separate file
7131 [! _ISOMAC][__TIMESIZE != 64](__timeval64): Remove.
7132 [! _ISOMAC][__TIMESIZE == 64](__timeval64): Remove.
7133 [! _ISOMAC](__timeval64): Remove.
7135 [! _ISOMAC](__timeval64): Remove.
7137 [! _ISOMAC](__timeval64): Remove.
9453 [! _ISOMAC](__timeval64): New.
15087 y2038: Provide conversion helpers for struct __timeval64
15090 [! _ISOMAC](__timeval64): New.
15095 [! _ISOMAC](__timeval64): New.
[all …]