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

/freebsd-10.2-release/contrib/atf/atf-c/
H A Derror_fwd.h30 * The "atf_error" type.
33 struct atf_error;
34 typedef struct atf_error *atf_error_t;
H A Derror.h35 * The "atf_error" type.
38 struct atf_error { struct
43 void (*m_format)(struct atf_error *, char *, size_t);
H A Derror.c86 * The "atf_error" type.
242 static struct atf_error no_memory_error;
/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp33 struct atf_error;
50 void throw_atf_error(struct atf_error *);

Completed in 53 milliseconds