Lines Matching refs:abbr
225 static char * abbr(struct tm * tmp);
592 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
615 abbr(&newtm),
624 strcmp(abbr(&newtm), buf) != 0)) {
630 abbr(&newtm),
739 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
757 strcmp(abbr(&tm), loab) == 0)) {
812 if (*abbr(tmp) != '\0')
813 (void) printf(" %s", abbr(tmp));
822 if (tmp != NULL && *abbr(tmp) != '\0')
823 abbrok(abbr(tmp), zone);
827 abbr(struct tm *tmp)
934 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);