Searched refs:errb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c970 char errb[256]; /* build error message */ local
973 errb[0] = '\0';
1009 (void) strcat(errb, gettext("starting time-stamp invalid - "));
1010 (void) strcat(errb, error_str);
1011 (void) strcpy(errbuf, errb);
1032 (void) strcat(errb, gettext("ending time-stamp invalid - "));
1033 (void) strcat(errb, error_str);
1034 (void) strcpy(errbuf, errb);

Completed in 70 milliseconds