Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/server/
Dsys_unix.c90 struct timezone tzp; in Sys_DoubleTime() local
93 gettimeofday(&tp, &tzp); in Sys_DoubleTime()
/external/quake/quake/src/QW/client/
Dsys_linux.c286 struct timezone tzp; in Sys_DoubleTime() local
289 gettimeofday(&tp, &tzp); in Sys_DoubleTime()
Dsys_android.c291 struct timezone tzp; in Sys_DoubleTime() local
294 gettimeofday(&tp, &tzp); in Sys_DoubleTime()
/external/quake/quake/src/WinQuake/
Dsys_sun.cpp252 struct timezone tzp; in Sys_FloatTime() local
255 gettimeofday(&tp, &tzp); in Sys_FloatTime()
Dsys_linux.cpp284 struct timezone tzp; in Sys_FloatTime() local
287 gettimeofday(&tp, &tzp); in Sys_FloatTime()
Dsys_android.cpp325 struct timezone tzp; in Sys_FloatTime() local
328 gettimeofday(&tp, &tzp); in Sys_FloatTime()
/external/libxml2/
Dxmllint.c406 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument