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

/freebsd-13-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
82 SKIPX(, "clnt_create (%s)", clnt_spcreateerror(""));
88 SKIPX(, "clnt_create (%s)", clnt_spcreateerror(""));
202 SKIPX(EXIT_FAILURE, "Cannot create server %d", num);
/freebsd-13-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 106 milliseconds