Searched refs:SKIPX (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
| H A D | t_rpc.c | 22 #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 D | mcast.c | 64 #define SKIPX(ev, msg, ...) do { \ macro 72 #define SKIPX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) macro
|