Lines Matching defs:zone
476 const char *zone;
516 for (zp = obs_zone_tbl; zp->zone; zp++) {
517 if (strcmp(obs_zone, zp->zone) == 0)
544 * time = time-of-day FWS zone
549 * zone = (( "+" / "-" ) 4DIGIT) / obs-zone
615 * zone offset.
652 char zone[4];
656 zone[0] = '\0';
674 * XXX - Is the zone name always 3 characters as in isdate()?
676 if (sscanf(tail, " %3[A-Z] %n", zone, &len) == 1) {
677 if (zone[0])
678 tm->tm_zone = savestr(zone);
705 /* Make sure the time zone info is initialized. */
743 * Note: "-0000" means no valid zone info. See