Searched defs:tz (Results 1 – 7 of 7) sorted by relevance
40 gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday()
41 __tzinfo_type *const tz = __gettzinfo (); in localtime_r() local
19 __tzinfo_type *const tz = __gettzinfo (); in __tzcalc_limits() local
123 __tzinfo_type *tz = __gettzinfo (); in _tzset_unlocked() local
237 __tzinfo_type *tz; in mktime() local
1150 __tzinfo_type *tz = __gettzinfo (); in __strftime() local1385 __tzinfo_type *tz = __gettzinfo (); in __strftime() local1865 __tzinfo_type *tz = __gettzinfo (); in main() local
37 gettimeofday (struct timeval *tv, void *tz) { in gettimeofday()