Searched refs:yperr_string (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/usr.sbin/ypserv/yptest/
H A Dyptest.c65 printf("Can't get YP domain name: %s\n", yperr_string(Status));
75 printf("yp error: %s\n", yperr_string(Status));
83 printf("yp error: %s\n", yperr_string(Status));
93 printf("yp error: %s\n", yperr_string(Status));
101 printf("yp error: %s\n", yperr_string(Status));
108 printf("yp error: %s\n", yperr_string(Status));
121 printf("yp error: %s\n", yperr_string(Status));
129 printf("yp error: %s\n", yperr_string(Status));
/netbsd-current/lib/libc/yp/
H A DMakefile.inc7 yp_order.c yplib.c yperr_string.c ypprot_err.c
13 ypclnt.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypclnt.3 ypprot_err.3 \
H A Dyperr_string.c1 /* $NetBSD: yperr_string.c,v 1.8 2012/06/25 22:32:46 abs Exp $ */
31 __RCSID("$NetBSD: yperr_string.c,v 1.8 2012/06/25 22:32:46 abs Exp $");
41 __weak_alias(yperr_string,_yperr_string)
45 yperr_string(int incode)
/netbsd-current/include/rpcsvc/
H A Dypclnt.h83 char * yperr_string (int);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c144 ncdp->ncd_map, yperr_string(e), status, e);
180 plog(XLOG_ERROR, "error grabbing nis map of %s: %s", map, yperr_string(ypprot_err(error)));
207 map, yperr_string(ypprot_err(error)));
221 map, yperr_string(ypprot_err(error)));
325 plog(XLOG_ERROR, "nis_search: %s: %s", map, yperr_string(res));
411 plog(XLOG_ERROR, "yp_first() returned error: %s\n", yperr_string(i));
443 dlog("yp_next() returned error: %s\n", yperr_string(i));
/netbsd-current/usr.bin/ypwhich/
H A Dypwhich.c243 yperr_string(YPERR_YPBIND));
258 yperr_string(ypbind_resp.ypbind_status));
329 yperr_string(YPERR_YPSERV));
353 warnx("clnt_call: %s: %s", host, yperr_string(yperr));
389 yperr_string(yperr));
/netbsd-current/usr.sbin/ypserv/yppush/
H A Dyppush.c153 yperr_string(c));
223 yperr_string(rv));
231 ypi.ourdomain, yperr_string(rv));
257 ypi.ourdomain, yperr_string(rv));
272 ypi.ourdomain, yperr_string(rv));
/netbsd-current/distrib/utils/libhack/
H A Dyplib.c52 #define yperr_string _yperr_string macro
92 __weak_alias(yperr_string,_yperr_string);
256 yperr_string(incode) function
/netbsd-current/usr.bin/chpass/
H A Dpw_yp.c119 yperr_string(r));
130 yperr_string(r));
192 master, yperr_string(YPERR_YPBIND));
/netbsd-current/usr.bin/passwd/
H A Dyp_passwd.c269 yperr_string(r));
277 yperr_string(r));
310 master, yperr_string(YPERR_YPBIND));
396 yperr_string(r));
404 yperr_string(r));
445 master, yperr_string(YPERR_YPBIND));
/netbsd-current/usr.bin/ypcat/
H A Dypcat.c145 errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r));
/netbsd-current/usr.bin/ypmatch/
H A Dypmatch.c150 inkey, inmap, yperr_string(r));
/netbsd-current/usr.sbin/ypset/
H A Dypset.c136 warnx("Can't yp_bind: Reason: %s", yperr_string(YPERR_YPBIND));
/netbsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c264 yperr_string(r));
315 master, yperr_string(YPERR_YPBIND));
455 yperr_string(r));
483 yperr_string(r));
/netbsd-current/usr.sbin/yppoll/
H A Dyppoll.c139 inmap, yperr_string(r));
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix4_3.h317 extern char *yperr_string (int incode);
H A Dnfs_prot_aix5_1.h300 extern char *yperr_string (int incode);
H A Dnfs_prot_aix5_2.h365 extern char *yperr_string (int incode);
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c319 yperr_string(ypprot_err(*status)));
/netbsd-current/lib/libc/include/
H A Dnamespace.h917 #define yperr_string _yperr_string macro

Completed in 283 milliseconds