Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dftime.c42 struct __timeb64 tb64; in libc_hidden_def() local
43 __ftime64 (&tb64); in libc_hidden_def()
44 if (! in_time_t_range (tb64.time)) in libc_hidden_def()
49 timebuf->time = tb64.time; in libc_hidden_def()
50 timebuf->millitm = tb64.millitm; in libc_hidden_def()
51 timebuf->timezone = tb64.timezone; in libc_hidden_def()
52 timebuf->dstflag = tb64.dstflag; in libc_hidden_def()

Completed in 3 milliseconds