Home | History | Annotate | Download | only in tzcode

Lines Matching defs:zone

165 static void	abbrok(const char * abbrp, const char * zone);
170 static void show(char * zone, time_t t, int v);
181 static void showICU(FILE * fp, char * zone, time_t t1, time_t t2);
224 abbrok(abbrp, zone)
226 const char * const zone;
256 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
257 progname, zone, abbrp, wp);
464 /* we want to display a zone name here */
468 printf("ZONE: %s\n", argv[i]);
519 * abbreviated zone name changes */
743 show(char *zone, time_t t, int v)
747 (void) printf("%-*s ", (int) longest, zone);
772 abbrok(abbr(tmp), zone);
900 * abbreviated zone name changes */
913 static void showICU(FILE * fp, char *zone, time_t t1, time_t t2)