Searched defs:tz (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c185 gettimeofday(struct timeval *tv, struct timezone *tz) { argument
193 return syscall(SYS_gettimeofday, tv, tz);
195 ret = syscall(SYS_gettimeofday, &now, tz);
200 return syscall(SYS_gettimeofday, tv, tz);

Completed in 26 milliseconds