Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:tdb_error

234 	enum TDB_ERROR ecode; /* error code for last tdb error */
294 enum TDB_ERROR tdb_error(struct tdb_context *tdb)
300 enum TDB_ERROR ecode; const char *estring;
3794 try to call tdb_error or tdb_errname, just do strerror(errno).