Searched refs:adjtime (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 35 int adjtime (const struct timeval *, struct timeval *); 69 __REDIR(adjtime, __adjtime64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 35 int adjtime (const struct timeval *, struct timeval *); 69 __REDIR(adjtime, __adjtime64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 62 int adjtime (const struct timeval *, struct timeval *); 96 __REDIR(adjtime, __adjtime64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 35 int adjtime (const struct timeval *, struct timeval *); 69 __REDIR(adjtime, __adjtime64);
|
/third_party/musl/include/sys/ |
H A D | time.h | 35 int adjtime (const struct timeval *, struct timeval *); 69 __REDIR(adjtime, __adjtime64);
|
/third_party/musl/compat/time32/ |
H A D | adjtime32.c | 10 int r = adjtime((&(struct timeval){ in __adjtime32()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | adjtime.c | 8 int adjtime(const struct timeval *in, struct timeval *out) in adjtime() function
|
/third_party/musl/src/linux/ |
H A D | adjtime.c | 8 int adjtime(const struct timeval *in, struct timeval *out) in adjtime() function
|
/third_party/toybox/toys/net/ |
H A D | sntp.c | 205 // call adjtime() to move the clock gradually, copying nanoseconds in sntp_main() 211 if (adjtime(&why, 0)) perror_exit("adjtime"); in sntp_main()
|
/third_party/toybox/lib/ |
H A D | portability.h | 305 #define adjtime(x, y) (0) macro
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1416 pub fn adjtime(delta: *const timeval, olddelta: *mut timeval) -> ::c_int; in adjtime() functions
|
Completed in 8 milliseconds