Searched defs:timeb (Results 1 – 6 of 6) sorted by relevance
16 struct timeb { struct17 time_t time; /* seconds since the Epoch */18 unsigned short millitm; /* + milliseconds since the Epoch */19 short timezone; /* minutes west of CUT */20 short dstflag; /* DST == non-zero */
20 struct timeb { struct28 register struct timeb *tp; in ftime() argument
106 struct timeb { struct111 } timeb; variable
361 struct timeb struct376 extern struct timeb Now; argument
32 struct timeb timeb; local