Home | History | Annotate | Download | only in tzcode

Lines Matching defs:abbr

230 static char *	abbr(struct tm * tmp);
598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
621 abbr(&newtm),
630 strcmp(abbr(&newtm), buf) != 0)) {
636 abbr(&newtm),
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
763 strcmp(abbr(&tm), loab) == 0)) {
818 if (*abbr(tmp) != '\0')
819 (void) printf(" %s", abbr(tmp));
828 if (tmp != NULL && *abbr(tmp) != '\0')
829 abbrok(abbr(tmp), zone);
833 abbr(struct tm *tmp)
940 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);