Searched refs:timeval32 (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | time32.h | 8 struct timeval32 { struct 14 struct timeval32 it_interval; 15 struct timeval32 it_value;
|
H A D | adjtime32.c | 7 int __adjtime32(const struct timeval32 *in32, struct timeval32 *out32) in __adjtime32()
|
H A D | getrusage_time32.c | 7 struct timeval32 ru_utime; 8 struct timeval32 ru_stime;
|
H A D | wait4_time32.c | 8 struct timeval32 ru_utime; 9 struct timeval32 ru_stime;
|
H A D | wait3_time32.c | 8 struct timeval32 ru_utime; 9 struct timeval32 ru_stime;
|
H A D | settimeofday_time32.c | 5 int __settimeofday_time32(const struct timeval32 *tv32, const void *tz) in __settimeofday_time32()
|
H A D | utimes_time32.c | 6 int __utimes_time32(const char *path, const struct timeval32 times32[2]) in __utimes_time32()
|
H A D | gettimeofday_time32.c | 6 int __gettimeofday_time32(struct timeval32 *tv32, void *tz) in __gettimeofday_time32()
|
H A D | futimesat_time32.c | 7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32()
|
H A D | futimes_time32.c | 7 int __futimes_time32(int fd, const struct timeval32 times32[2]) in __futimes_time32()
|
H A D | select_time32.c | 6 int __select_time32(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, struct timeval32 *restrict tv32) in __select_time32()
|
H A D | lutimes_time32.c | 7 int __lutimes_time32(const char *path, const struct timeval32 times32[2]) in __lutimes_time32()
|
H A D | clock_adjtime32.c | 13 struct timeval32 time;
|
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/ |
H A D | mod.rs | 7 pub struct timeval32 { structure names 37 pub ifi_lastchange: timeval32, 45 pub bh_tstamp: ::timeval32,
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 1243 pub ifi_lastchange: timeval32,
|
Completed in 18 milliseconds