Symbol: clnt_perror
include/rpc/clnt.h
436
extern void clnt_perror(CLIENT *, const char *); /* stderr */
lib/libc/rpc/pmap_getmaps.c
89
clnt_perror(client, "pmap_getmaps rpc problem");
lib/libc/yp/yplib.c
1030
clnt_perror(ysd->dom_client, "yp_master: clnt_call");
lib/libc/yp/yplib.c
1073
clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
lib/libc/yp/yplib.c
717
clnt_perror(ysd->dom_client, "yp_match: clnt_call");
lib/libc/yp/yplib.c
796
clnt_perror(ysd->dom_client, "yp_first: clnt_call");
lib/libc/yp/yplib.c
856
clnt_perror(ysd->dom_client, "yp_next: clnt_call");
lib/libc/yp/yplib.c
924
clnt_perror(ysd->dom_client, "yp_all: clnt_call");
lib/libc/yp/yplib.c
983
clnt_perror(ysd->dom_client, "yp_order: clnt_call");
share/examples/sunrpc/dir/rls.c
57
clnt_perror(cl, server);
share/examples/sunrpc/msg/rprintmsg.c
53
clnt_perror(cl, server);
usr.bin/rpcinfo/rpcinfo.c
1018
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr.bin/rpcinfo/rpcinfo.c
1518
clnt_perror(client, "rpcinfo");
usr.bin/rpcinfo/rpcinfo.c
511
clnt_perror(client, "rpcinfo: can't contact portmapper");
usr.bin/rpcinfo/rpcinfo.c
776
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr.bin/rpcinfo/rpcinfo.c
935
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr.bin/rup/rup.c
193
clnt_perror(rstat_clnt, host);
usr.bin/rwall/rwall.c
110
clnt_perror(cl, wallhost);
usr.sbin/rpc.lockd/test.c
103
clnt_perror(clnt, "nlm_lock_msg_1");
usr.sbin/rpc.lockd/test.c
37
clnt_perror(clnt, "humbug");
usr.sbin/spray/spray.c
141
clnt_perror(cl, getprogname());
usr.sbin/spray/spray.c
163
clnt_perror(cl, getprogname());