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