Lines Matching refs:abbr
98 static char *abbr(struct tm *);
294 (void) strncpy(buf, abbr(&tm), sizeof (buf) - 1);
311 strcmp(abbr(&newtm), buf) != 0)) {
317 abbr(&newtm),
439 (void) strncpy(loab, abbr(&lotm), sizeof (loab) - 1);
457 strcmp(abbr(&tm), loab) == 0)) {
517 if (*abbr(tmp) != '\0')
518 (void) printf(" %s", abbr(tmp));
527 if (tmp != NULL && *abbr(tmp) != '\0')
528 abbrok(abbr(tmp), zone);
532 abbr(tmp) in abbr() function