Searched defs:ERRX (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c49 #define ERRX(msg, a) errx(EXIT_FAILURE, msg, a) macro
54 #define ERRX(msg, a) ATF_REQUIRE_MSG(0, msg, a) macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c20 #define ERRX(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro
28 #define ERRX(ev, msg, ...) errx(EXIT_FAILURE, msg, __VA_ARGS__) macro
[all...]
/freebsd-10-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c61 #define ERRX(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro
70 #define ERRX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) macro
[all...]
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl.c1445 #define ERRX(x) do { warnx(x); goto _error; } while(0) macro
1573 #undef ERRX macro
[all...]

Completed in 58 milliseconds