Searched defs:tzset (Results 1 – 5 of 5) sorted by relevance
178 # define tzset zdump_tzset macro 179 static void tzset(void) { } in tzset() function
658 # define tzset tz_tzset global() macro
1520 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