Searched refs:timeb (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/sys/
H A Dtimeb.h12 struct timeb { struct
24 int ftime(struct timeb *timeb);
/haiku/src/system/libroot/posix/sys/
H A Dftime.c8 #include <sys/timeb.h>
12 ftime(struct timeb *timeb) argument
17 if (timeb == NULL)
22 timeb->time = tv.tv_sec;
23 timeb->millitm = tv.tv_usec / 1000UL;
24 timeb->timezone = tz.tz_minuteswest;
25 timeb->dstflag = tz.tz_dsttime;
/haiku/src/libs/mapm/
H A Dmapm_rnd.c69 #include <sys/timeb.h>
253 struct timeb timebuffer;
/haiku/src/bin/unzip/
H A Dunzpriv.h442 # include <timeb.h>
533 # include <sys/timeb.h>
H A Dfileio.c1670 struct timeb tbp;

Completed in 122 milliseconds