HomeSort by: relevance | last modified time | path
    Searched refs:yperr_string (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libc/yp/
Makefile.inc 7 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 \
yperr_string.c 1 /* $NetBSD: yperr_string.c,v 1.9 2015/06/17 00:15:26 christos Exp $ */
31 __RCSID("$NetBSD: yperr_string.c,v 1.9 2015/06/17 00:15:26 christos Exp $");
41 __weak_alias(yperr_string,_yperr_string)
45 yperr_string(int incode)
  /src/usr.sbin/ypserv/yptest/
yptest.c 65 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));
  /src/include/rpcsvc/
ypclnt.h 83 char * yperr_string (int);
  /src/external/bsd/am-utils/dist/amd/
info_nis.c 144 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));
  /src/usr.bin/ypwhich/
ypwhich.c 243 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));
  /src/usr.sbin/ypserv/yppush/
yppush.c 153 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));
  /src/distrib/utils/libhack/
yplib.c 52 #define yperr_string _yperr_string macro
92 __weak_alias(yperr_string,_yperr_string);
256 yperr_string(incode) function
  /src/usr.bin/chpass/
pw_yp.c 119 yperr_string(r));
130 yperr_string(r));
192 master, yperr_string(YPERR_YPBIND));
  /src/usr.bin/passwd/
yp_passwd.c 269 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));
  /src/lib/libpam/modules/pam_unix/
pam_unix.c 264 yperr_string(r));
315 master, yperr_string(YPERR_YPBIND));
455 yperr_string(r));
483 yperr_string(r));
  /src/usr.bin/ypcat/
ypcat.c 145 errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r));
  /src/usr.bin/ypmatch/
ypmatch.c 150 inkey, inmap, yperr_string(r));
  /src/usr.sbin/ypset/
ypset.c 136 warnx("Can't yp_bind: Reason: %s", yperr_string(YPERR_YPBIND));
  /src/usr.sbin/yppoll/
yppoll.c 139 inmap, yperr_string(r));
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_aix4_3.h 317 extern char *yperr_string (int incode);
nfs_prot_aix5_1.h 300 extern char *yperr_string (int incode);
nfs_prot_aix5_2.h 365 extern char *yperr_string (int incode);
  /src/lib/libc/include/
namespace.h 927 #define yperr_string _yperr_string macro
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 319 yperr_string(ypprot_err(*status)));

Completed in 27 milliseconds