Home
last modified time | relevance | path

Searched defs:tzset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzdump.c178 # define tzset zdump_tzset macro
179 static void tzset(void) { } in tzset() function
H A Dprivate.h658 # define tzset tz_tzset global() macro
H A Dlocaltime.c1520 tzset(void) tzset() function
/freebsd/contrib/diff/lib/
H A Dstrftime.c128 # define tzset __tzset macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp47 #define tzset __tzset50 macro
1233 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() argument
1236 REAL(tzset)(fake); in INTERCEPTOR() local