Searched refs:tzset (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Dtime_test.cpp50 tzset();
54 tzset();
82 tzset();
91 tzset();
110 tzset();
114 tzset();
149 tzset();
166 tzset();
/bionic/libc/include/
H A Dtime.h84 extern void tzset(void) __LIBC_ABI_PUBLIC__;
/bionic/libc/tzcode/
H A Dprivate.h365 # undef tzset macro
366 # define tzset tz_tzset macro
379 void tzset(void);
H A Dstrftime.c132 tzset();
H A Dlocaltime.c64 ** 1. They might reference tzname[0] before calling tzset (explicitly
66 ** 2. They might reference tzname[1] before calling tzset (explicitly
1360 tzset(void) function
1429 ** since in that case tzset should have already done this step correctly.
1445 /* Don't bother to set tzname etc.; tzset has already done it. */
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c125 tzset();

Completed in 60 milliseconds