Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dftime.c25 __ftime64 (struct __timeb64 *timebuf) in __ftime64() argument
30 timebuf->time = ts.tv_sec; in __ftime64()
31 timebuf->millitm = ts.tv_nsec / 1000000; in __ftime64()
32 timebuf->timezone = 0; in __ftime64()
33 timebuf->dstflag = 0; in __ftime64()
40 ftime (struct timeb *timebuf) 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