Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:str_table

23 struct str_table {
31 static struct str_table sig_table[] = {
134 static struct str_table generic_code_table[] = {
165 static struct str_table sigill_code_table[] = {
202 static struct str_table sigfpe_code_table[] = {
230 static struct str_table sigsegv_code_table[] = {
241 static struct str_table sigbus_code_table[] = {
255 static struct str_table sigstrap_code_table[] = {
266 static struct str_table sigcld_code_table[] = {
289 static struct str_table sigpoll_code_table[] = {
312 static const char *lookup_table(int num, struct str_table *table)
314 struct str_table *p;
322 static const char *lookup_table_fallback(int num, struct str_table *table)