Home
last modified time | relevance | path

Searched defs:timeb (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/posix/sys/
H A Dtimeb.h12 struct timeb { struct
24 int ftime(struct timeb *timeb); argument
/haiku/src/system/libroot/posix/sys/
H A Dftime.c12 ftime(struct timeb *timeb) in ftime()