Home
last modified time | relevance | path

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

/openbsd/lib/libc/sys/
H A Dw_gettimeofday.c25 static struct timezone zerotz = { 0, 0 }; in WRAP() local
/openbsd/sys/kern/
H A Dkern_time.c341 static const struct timezone zerotz = { 0, 0 }; in sys_gettimeofday() local