Home
last modified time | relevance | path

Searched refs:time_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
H A D1-1.c29 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 Dfs_poll.c198 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 Dnode_wasi.cc355 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