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

/bionic/libc/tzcode/
H A Dlocaltime.c136 static const char gmt[] = "GMT"; variable
185 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
341 tzname[0] = tzname[1] = gmt;
1241 if (tzload(gmt, sp, TRUE) != 0)
1242 (void) tzparse(gmt, sp, TRUE);
1308 (void) strcpy(lclptr->chars, gmt);
1483 tmp->TM_ZONE = gmt;

Completed in 111 milliseconds