Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c86 static const char gmt[] = "GMT"; variable
132 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
292 tzname[0] = tzname[1] = (char *) gmt; in settzname()
1028 stdlen = sizeof gmt - 1; in tzparse()
1249 if (tzload(gmt, sp, true) != 0) in gmtload()
1250 tzparse(gmt, sp, true); in gmtload()
1268 strcpy(sp->chars, gmt); in zoneinit()
1541 (offset ? wildabbr : gmtptr ? gmtptr->chars : gmt)); in gmtsub()