Symbol: clnt_perror
include/rpc/clnt.h
343
extern void clnt_perror(CLIENT *, char *); /* stderr */
lib/libc/hidden/rpc/clnt.h
26
PROTO_NORMAL(clnt_perror);
lib/libc/rpc/clnt_perror.c
150
DEF_WEAK(clnt_perror);
lib/libc/yp/yp_first.c
71
clnt_perror(ysd->dom_client, "yp_first: clnt_call");
lib/libc/yp/yp_maplist.c
58
clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
lib/libc/yp/yp_master.c
67
clnt_perror(ysd->dom_client, "yp_master: clnt_call");
lib/libc/yp/yp_order.c
74
clnt_perror(ysd->dom_client, "yp_order: clnt_call");
lib/libc/yp/ypmatch_cache.c
189
clnt_perror(ysd->dom_client, "yp_match: clnt_call");
lib/libc/yp/ypmatch_cache.c
250
clnt_perror(ysd->dom_client, "yp_next: clnt_call");
sbin/umount/umount.c
246
clnt_perror(clp, "Bad MNT RPC");
usr.bin/rpcinfo/rpcinfo.c
477
clnt_perror(client, "rpcinfo");
usr.bin/rpcinfo/rpcinfo.c
517
clnt_perror(client, "rpcinfo");
usr.bin/rusers/rusers.c
381
clnt_perror(rusers_clnt, __progname);
usr.bin/rusers/rusers.c
397
clnt_perror(rusers_clnt, __progname);
usr.bin/rwall/rwall.c
96
clnt_perror(cl, wallhost);
usr.sbin/amd/amq/amq.c
475
clnt_perror(clnt, server);
usr.sbin/amd/amq/amq.c
488
clnt_perror(clnt, server);
usr.sbin/amd/amq/amq.c
514
clnt_perror(clnt, server);
usr.sbin/rpc.lockd/test.c
103
clnt_perror(clnt, "nlm_lock_msg_1");
usr.sbin/rpc.lockd/test.c
33
clnt_perror(clnt, "humbug");
usr.sbin/yppoll/yppoll.c
104
clnt_perror(client, "yp_order: clnt_call");
usr.sbin/yppoll/yppoll.c
116
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
146
clnt_perror(client, "yp_match_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
179
clnt_perror(client, "yp_first_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
218
clnt_perror(client, "yp_next_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
334
clnt_perror(client, "yp_order_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
358
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
380
clnt_perror(client, "yp_maplist: clnt_call");
usr.sbin/ypserv/yppush/yppush.c
134
clnt_perror(client, "yppush: Cannot call YPPROC_XFR");
usr.sbin/ypserv/ypxfr/ypxfr.c
306
clnt_perror(client, "yp_clear: clnt_call");
usr.sbin/ypserv/ypxfr/ypxfr.c
327
clnt_perror(client, "yppushresp_xdr: clnt_call");