Symbol: yperr_string
distrib/utils/libhack/yplib.c
92
__weak_alias(yperr_string,_yperr_string);
include/rpcsvc/ypclnt.h
83
char * yperr_string (int);
lib/libc/yp/yperr_string.c
41
__weak_alias(yperr_string,_yperr_string)
lib/libc/yp/yperr_string.c
45
yperr_string(int incode)
lib/libpam/modules/pam_unix/pam_unix.c
264
yperr_string(r));
lib/libpam/modules/pam_unix/pam_unix.c
315
master, yperr_string(YPERR_YPBIND));
lib/libpam/modules/pam_unix/pam_unix.c
455
yperr_string(r));
lib/libpam/modules/pam_unix/pam_unix.c
483
yperr_string(r));
usr.bin/chpass/pw_yp.c
119
yperr_string(r));
usr.bin/chpass/pw_yp.c
130
yperr_string(r));
usr.bin/chpass/pw_yp.c
192
master, yperr_string(YPERR_YPBIND));
usr.bin/passwd/yp_passwd.c
269
yperr_string(r));
usr.bin/passwd/yp_passwd.c
277
yperr_string(r));
usr.bin/passwd/yp_passwd.c
310
master, yperr_string(YPERR_YPBIND));
usr.bin/passwd/yp_passwd.c
396
yperr_string(r));
usr.bin/passwd/yp_passwd.c
404
yperr_string(r));
usr.bin/passwd/yp_passwd.c
445
master, yperr_string(YPERR_YPBIND));
usr.bin/ypcat/ypcat.c
145
errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r));
usr.bin/ypmatch/ypmatch.c
150
inkey, inmap, yperr_string(r));
usr.bin/ypwhich/ypwhich.c
243
yperr_string(YPERR_YPBIND));
usr.bin/ypwhich/ypwhich.c
258
yperr_string(ypbind_resp.ypbind_status));
usr.bin/ypwhich/ypwhich.c
329
yperr_string(YPERR_YPSERV));
usr.bin/ypwhich/ypwhich.c
353
warnx("clnt_call: %s: %s", host, yperr_string(yperr));
usr.bin/ypwhich/ypwhich.c
389
yperr_string(yperr));
usr.sbin/yppoll/yppoll.c
139
inmap, yperr_string(r));
usr.sbin/ypserv/yppush/yppush.c
153
yperr_string(c));
usr.sbin/ypserv/yppush/yppush.c
223
yperr_string(rv));
usr.sbin/ypserv/yppush/yppush.c
231
ypi.ourdomain, yperr_string(rv));
usr.sbin/ypserv/yppush/yppush.c
257
ypi.ourdomain, yperr_string(rv));
usr.sbin/ypserv/yppush/yppush.c
272
ypi.ourdomain, yperr_string(rv));
usr.sbin/ypserv/ypserv/ypserv_db.c
319
yperr_string(ypprot_err(*status)));
usr.sbin/ypserv/yptest/yptest.c
101
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
108
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
121
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
129
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
65
printf("Can't get YP domain name: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
75
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
83
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypserv/yptest/yptest.c
93
printf("yp error: %s\n", yperr_string(Status));
usr.sbin/ypset/ypset.c
136
warnx("Can't yp_bind: Reason: %s", yperr_string(YPERR_YPBIND));