Symbol: yperr_string
include/rpcsvc/ypclnt.h
76
char * yperr_string(int);
lib/libc/hidden/rpcsvc/ypclnt.h
38
PROTO_DEPRECATED(yperr_string);
usr.bin/ypcat/ypcat.c
141
inmap, yperr_string(r));
usr.bin/ypmatch/ypmatch.c
131
inkey, inmap, yperr_string(r));
usr.bin/ypwhich/ypwhich.c
107
yperr_string(YPERR_YPBIND));
usr.bin/ypwhich/ypwhich.c
113
yperr_string(ypbr.ypbind_status));
usr.bin/ypwhich/ypwhich.c
231
map, yperr_string(r));
usr.bin/ypwhich/ypwhich.c
262
ypml->map, yperr_string(r));
usr.bin/ypwhich/ypwhich.c
274
domain, yperr_string(r));
usr.sbin/amd/amd/info_nis.c
125
data->ncd_map, yperr_string(e), status, e);
usr.sbin/amd/amd/info_nis.c
128
data->ncd_map, yperr_string(e));
usr.sbin/amd/amd/info_nis.c
158
map, yperr_string(ypprot_err(error)));
usr.sbin/amd/amd/info_nis.c
235
plog(XLOG_ERROR, "%s: %s", map, yperr_string(res));
usr.sbin/yppoll/yppoll.c
165
inmap, yperr_string(r));
usr.sbin/ypserv/ypserv/ypserv_proc.c
163
yplog(" match2_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
194
yplog(" first2_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
227
yplog(" next2_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
380
yplog(" master2_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
428
yplog(" order2_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
507
yplog(" maplist_status: %s", yperr_string(ypprot_err(res.stat)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
638
yperr_string(ypprot_err(res.ypmatch_resp_status)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
686
yperr_string(ypprot_err(res.ypfirst_resp_status)));
usr.sbin/ypserv/ypserv/ypserv_proc.c
737
yperr_string(ypprot_err(res.ypnext_resp_status)));
usr.sbin/ypset/ypset.c
89
warnx("can't yp_bind: reason: %s", yperr_string(YPERR_YPBIND));