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

/bionic/tests/
H A Dtime_test.cpp50 tzset();
54 tzset();
82 tzset();
91 tzset();
111 tzset();
117 tzset();
176 tzset();
193 tzset();
649 tzset();
654 tzset();
[all...]
/bionic/libc/include/
H A Dtime.h89 void tzset(void);
/bionic/tools/versioner/current/
H A Dtime.h89 void tzset(void);
/bionic/libc/tzcode/
H A Dprivate.h376 # undef tzset macro
377 # define tzset tz_tzset macro
390 void tzset(void);
H A Dstrftime.c154 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
1326 tzset(void) function
1395 ** since in that case tzset should have already done this step correctly.
1411 /* Don't bother to set tzname etc.; tzset has already done it. */
1499 // http://b/31339449: POSIX says localtime(3) acts as if it called tzset(3), but upstream
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c125 tzset();

Completed in 12 milliseconds