Searched refs:time_ptr (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
H A D | 1-1.c | 29 struct tm time_ptr; in main() local 42 time_ptr.tm_wday = WEEKDAY; in main() 43 time_ptr.tm_mon = MONTH; in main() 44 time_ptr.tm_mday = MONTHDAY; in main() 45 time_ptr.tm_hour = HOUR; in main() 46 time_ptr.tm_min = MINUTE; in main() 47 time_ptr.tm_sec = SECOND; in main() 48 time_ptr.tm_year = YEAR; in main() 50 real = asctime(&time_ptr); in main() 53 wday_name[time_ptr in main() [all...] |
/third_party/NuttX/fs/vfs/ |
H A D | fs_poll.c | 198 static int wait_sem_time(poll_wait_head wait, const struct timespec *time_ptr) in wait_sem_time() argument 200 if (time_ptr != NULL) in wait_sem_time() 202 return sem_timedwait(&wait->sem, time_ptr); in wait_sem_time()
|
/third_party/node/src/ |
H A D | node_wasi.cc | 355 uint32_t time_ptr; in ClockTimeGet() local 361 CHECK_TO_TYPE_OR_RETURN(args, args[2], Uint32, time_ptr); in ClockTimeGet() 363 Debug(wasi, "clock_time_get(%d, %d, %d)\n", clock_id, precision, time_ptr); in ClockTimeGet() 367 time_ptr, in ClockTimeGet() 375 uvwasi_serdes_write_timestamp_t(memory, time_ptr, time); in ClockTimeGet()
|
Completed in 4 milliseconds