Symbol: clnt_perror
include/rpc/clnt.h
442
extern void clnt_perror (CLIENT *, const char *); /* stderr */
lib/libc/rpc/clnt_perror.c
65
__weak_alias(clnt_perror,_clnt_perror)
lib/libc/rpc/pmap_getmaps.c
101
clnt_perror(client, "pmap_getmaps rpc problem");
lib/libc/yp/yp_first.c
157
clnt_perror(ysd->dom_client, "yp_next: clnt_call");
lib/libc/yp/yp_first.c
80
clnt_perror(ysd->dom_client, "yp_first: clnt_call");
lib/libc/yp/yp_maplist.c
67
clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
lib/libc/yp/yp_master.c
78
clnt_perror(ysd->dom_client, "yp_master: clnt_call");
lib/libc/yp/yp_match.c
215
clnt_perror(ysd->dom_client, "yp_match: clnt_call");
lib/libc/yp/yp_order.c
76
clnt_perror(ysd->dom_client, "yp_order: clnt_call");
sbin/umount/umount.c
354
clnt_perror(clp, "Bad MNT RPC");
usr.bin/rwall/rwall.c
142
clnt_perror(cl, wallhost);
usr.sbin/rpc.lockd/test.c
129
clnt_perror(clnt, "nlm_lock_msg_1");
usr.sbin/rpc.lockd/test.c
48
clnt_perror(clnt, "humbug");
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
126
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
170
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
211
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
262
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
296
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
318
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
381
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
451
clnt_perror(cl2, server);
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
502
clnt_perror(cl2, server);
usr.sbin/spray/spray.c
146
clnt_perror(cl, progname);
usr.sbin/spray/spray.c
166
clnt_perror(cl, progname);
usr.sbin/yppoll/yppoll.c
201
clnt_perror(client, "yp_order: clnt_call");
usr.sbin/yppoll/yppoll.c
213
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
147
clnt_perror(client, "yp_match_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
177
clnt_perror(client, "yp_first_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
214
clnt_perror(client, "yp_next_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
264
clnt_perror(client, "yp_order_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
286
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
306
clnt_perror(client, "yp_maplist: clnt_call");
usr.sbin/ypserv/ypxfr/ypxfr.c
596
clnt_perror(client, "yp_clear: clnt_call");
usr.sbin/ypserv/ypxfr/ypxfr.c
620
clnt_perror(client, "yppushresp_xdr: clnt_call");