Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c72 static char utc[] = { "UTC" }; variable
435 } else if (strncmp((const char *)bp, utc, 3) == 0) { in _strptime()
438 tm->tm_zone = utc; in _strptime()
484 tm->tm_zone = utc; in _strptime()
Dlocaltime.c74 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable
318 tzname[0] = tzname[1] = (char *) (sp ? wildabbr : utc); in settzname()
1441 strcpy(sp->chars, utc); in zoneinit()
1723 (offset ? wildabbr : gmtptr ? gmtptr->chars : utc)); in gmtsub()