Searched defs:tzset (Results 1 – 5 of 5) sorted by relevance
163 # define tzset zdump_tzset macro164 static void tzset(void) { } in tzset() function
714 # define tzset tz_tzset macro
1665 tzset(void) tzset() function
128 # define tzset __tzset macro
47 #define tzset __tzset50 macro1233 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() argument1236 REAL(tzset)(fake); in INTERCEPTOR() local