Home
last modified time | relevance | path

Searched refs:error_table (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/cvs/lib/
H A Dstrerror.c75 static const struct error_info error_table[] = variable
509 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
527 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
546 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c74 static const struct error_info error_table[] = variable
516 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
534 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
553 for (eip = error_table; eip -> name != NULL; eip++) in init_error_tables()
H A DChangeLog6596 * strerror.c (error_table): Now const.
/openbsd/sbin/scsi/
H A Dlibscsi.c874 static scsi_assoc_t *error_table = 0; variable
929 if (error_table) in sense_7x_dump()
930 fprintf(f, "%s\n", scsi_assoc_text(code, error_table)); in sense_7x_dump()