HomeSort by relevance Sort by last modified time
    Searched defs:error_table (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/lib/et/
com_err.h 24 struct error_table { struct
49 extern errcode_t add_error_table(const struct error_table * et);
50 extern errcode_t remove_error_table(const struct error_table * et);
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 15 struct error_table { struct
22 const struct error_table * table;
26 const struct error_table et_ovk_error_table = { text, 43787520L, 1 };
heimdal.c 96 struct error_table { struct
103 const struct error_table * table;
107 const struct error_table et_krb_error_table = { text, 39525376L, 82 };
heimdal2.c 82 struct error_table { struct
89 const struct error_table * table;
93 const struct error_table et_kadm_error_table = { text, -1783126272L, 68 };
heimdal3.c 16 struct error_table { struct
23 const struct error_table * table;
27 const struct error_table et_h3test_error_table = { text, 43787520L, 2 };
imap_err.c 44 struct error_table { struct
51 const struct error_table * table;
55 const struct error_table et_imap_error_table = { text, -1904809472L, 30 };
simple.c 36 struct error_table { struct
43 const struct error_table * table;
47 const struct error_table et_krb_error_table = { text, 39525376L, 22 };
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 192 struct error_table { struct
199 const struct error_table * table;
203 const struct error_table et_ext2_error_table = { text, 2133571328L, 178 };
  /external/e2fsprogs/lib/ss/
ss_err.c 26 struct error_table { struct
33 const struct error_table * table;
37 const struct error_table et_ss_error_table = { text, 748800L, 12 };
  /external/e2fsprogs/lib/support/
prof_err.c 45 struct error_table { struct
52 const struct error_table * table;
56 const struct error_table et_prof_error_table = { text, -1429577728L, 31 };
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 74 static const struct error_info error_table[] = variable in typeref:struct:error_info
494 Using the error_table, which is initialized at compile time, generate
516 /* If we haven't already scanned the error_table once to find the maximum
521 for (eip = error_table; eip -> name != NULL; eip++)
531 initialize it from the statically initialized error_table. */
539 for (eip = error_table; eip -> name != NULL; eip++)
549 initialize it from the statically initialized error_table. */
558 for (eip = error_table; eip -> name != NULL; eip++)

Completed in 561 milliseconds