Searched refs:zerotz (Results 1 – 2 of 2) sorted by relevance
25 static struct timezone zerotz = { 0, 0 }; in WRAP() local36 *tzp = zerotz; in WRAP()
341 static const struct timezone zerotz = { 0, 0 }; in sys_gettimeofday() local360 error = copyout(&zerotz, tzp, sizeof(zerotz)); in sys_gettimeofday()