Searched refs:SKIPX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c22 #define SKIPX(ev, msg, ...) do { \ macro
29 #define SKIPX(ev, msg, ...) errx(EXIT_FAILURE, msg, __VA_ARGS__) macro
79 SKIPX(, "clnt_create (%s)", clnt_spcreateerror(""));
192 SKIPX(EXIT_FAILURE, "Cannot create server %d", num);
/freebsd-10-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c64 #define SKIPX(ev, msg, ...) do { \ macro
72 #define SKIPX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) macro

Completed in 108 milliseconds