Home | History | Annotate | Download | only in tzcode

Lines Matching defs:abbr

164 static char *	abbr(struct tm * tmp);
507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
528 abbr(&newtm),
537 strcmp(abbr(&newtm), buf) != 0)) {
543 abbr(&newtm),
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
704 strcmp(abbr(&tm), loab) == 0)) {
761 if (*abbr(tmp) != '\0')
762 (void) printf(" %s", abbr(tmp));
771 if (tmp != NULL && *abbr(tmp) != '\0')
772 abbrok(abbr(tmp), zone);
776 abbr(tmp)
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);