Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dos.h21 struct os_time { struct
22 os_time_t sec; argument
23 os_time_t usec; argument
/freebsd/contrib/lua/src/
H A Dloslib.c344 static int os_time (lua_State *L) { in os_time() function