Searched refs:tz (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_tm_zone.c39 const char* tz = getenv("TZ");
44 if (tz) {
45 printf( "TZ set to '%s'\n", tz );
/system/core/include/cutils/
H A Dtztime.h26 time_t mktime_tz(struct tm * const tmp, char const * tz);
27 void localtime_tz(const time_t * const timep, struct tm * tmp, const char* tz);
/system/core/init/
H A Dbuiltins.c628 struct timezone tz; local
633 memset(&tz, 0, sizeof(tz));
634 tz.tz_minuteswest = atoi(args[1]);
635 if (settimeofday(NULL, &tz))
/system/core/libcutils/
H A Dtztime.c1292 localtime_tz(const time_t * const timep, struct tm * tmp, const char* tz) argument
1295 if (tzload(tz, &st, TRUE) != 0) {
1942 mktime_tz(struct tm * const tmp, char const * tz) argument
1945 if (tzload(tz, &st, TRUE) != 0) {

Completed in 467 milliseconds