HomeSort by: relevance | last modified time | path
    Searched defs:tzset (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/time/
zdump.c 167 # undef tzset
168 # define tzset zdump_tzset macro
169 static void tzset(void) { } function in typeref:typename:void
250 tzset();
288 tzset();
299 tzset();
zdump.c 167 # undef tzset
168 # define tzset zdump_tzset macro
169 static void tzset(void) { } function in typeref:typename:void
250 tzset();
288 tzset();
299 tzset();
private.h 727 # undef tzset
728 # define tzset tz_tzset macro
781 void tzset(void);
private.h 727 # undef tzset
728 # define tzset tz_tzset macro
781 void tzset(void);
localtime.c 161 ** 1. They might reference tzname[0] before calling tzset (explicitly
163 ** 2. They might reference tzname[1] before calling tzset (explicitly
1595 tzset(void) function in typeref:typename:void
1686 ** since in that case tzset should have already done this step correctly.
1702 /* Don't bother to set tzname etc.; tzset has already done it. */
localtime.c 161 ** 1. They might reference tzname[0] before calling tzset (explicitly
163 ** 2. They might reference tzname[1] before calling tzset (explicitly
1595 tzset(void) function in typeref:typename:void
1686 ** since in that case tzset should have already done this step correctly.
1702 /* Don't bother to set tzname etc.; tzset has already done it. */
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 43 #define tzset __tzset50 macro
1074 INTERCEPTOR(void, tzset, int fake) {
1077 REAL(tzset)(fake); local in function:INTERCEPTOR
1694 INTERCEPT_FUNCTION(tzset);
msan_interceptors.cc 43 #define tzset __tzset50 macro
1074 INTERCEPTOR(void, tzset, int fake) {
1077 REAL(tzset)(fake); local in function:INTERCEPTOR
1694 INTERCEPT_FUNCTION(tzset);
  /src/lib/libc/include/
namespace.h 764 #define tzset _tzset macro
namespace.h 764 #define tzset _tzset macro

Completed in 34 milliseconds