Searched refs:utc (Results 1 – 2 of 2) sorted by relevance
72 static char utc[] = { "UTC" }; variable435 } 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()
74 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable318 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()