Searched refs:errb (Results 1 – 1 of 1) sorted by relevance
970 char errb[256]; /* build error message */ in check_file() local973 errb[0] = '\0'; in check_file()1009 (void) strcat(errb, gettext("starting time-stamp invalid - ")); in check_file()1010 (void) strcat(errb, error_str); in check_file()1011 (void) strcpy(errbuf, errb); in check_file()1032 (void) strcat(errb, gettext("ending time-stamp invalid - ")); in check_file()1033 (void) strcat(errb, error_str); in check_file()1034 (void) strcpy(errbuf, errb); in check_file()