Home
last modified time | relevance | path

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

/freebsd/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
83 SKIPX(, "clnt_create (%s)", clnt_spcreateerror("")); in onehost()
89 SKIPX(, "clnt_create (%s)", clnt_spcreateerror("")); in onehost()
203 SKIPX(EXIT_FAILURE, "Cannot create server %d", num); in regtest()
/freebsd/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