HomeSort by: relevance | last modified time | path
    Searched refs:yperr_string (Results 1 - 16 of 16) 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/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/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/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.sbin/yppoll/
yppoll.c 139 inmap, yperr_string(r));
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 319 yperr_string(ypprot_err(*status)));
  /src/lib/libc/include/
namespace.h 927 #define yperr_string _yperr_string macro

Completed in 21 milliseconds