Home
last modified time | relevance | path

Searched refs:yperr_string (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.bin/ypwhich/
H A Dypwhich.c103 warnx("can't clntudp_create: %s", yperr_string(YPERR_YPBIND)); in bind_host()
113 warnx("can't clnt_call: %s", yperr_string(YPERR_YPBIND)); in bind_host()
220 map, yperr_string(r)); in main()
239 ypml->ypml_name, yperr_string(r)); in main()
250 domnam, yperr_string(r)); in main()
/dragonfly/usr.sbin/yppoll/
H A Dyppoll.c95 errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r)); in main()
100 errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r)); in main()
/dragonfly/lib/libc/yp/
H A DSymbol.map17 yperr_string;
H A DMakefile.inc25 ypclnt.3 yperr_string.3 \
H A Dyplib.c1087 yperr_string(int incode) in yperr_string() function
/dragonfly/include/rpcsvc/
H A Dypclnt.h86 char *yperr_string(int);
/dragonfly/lib/libypclnt/
H A Dypclnt_connect.c80 "can't get NIS server name: %s", yperr_string(r)); in ypclnt_connect()
/dragonfly/usr.bin/ypcat/
H A Dypcat.c137 errx(1, "no such map %s. reason: %s", inmap, yperr_string(r)); in main()
/dragonfly/usr.bin/ypmatch/
H A Dypmatch.c127 inkey, inmap, yperr_string(r)); in main()
/dragonfly/usr.sbin/ypset/
H A Dypset.c96 warnx("can't yp_bind, reason: %s", yperr_string(YPERR_YPBIND)); in bind_tohost()
/dragonfly/usr.bin/newkey/
H A Dnewkey.c151 status, yperr_string(status)); in main()
/dragonfly/usr.bin/chkey/
H A Dchkey.c179 status, yperr_string(status)); in main()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c513 yperr_string(rval)); in yppasswdproc_update_1_svc()
770 yperr_string(rval)); in yppasswdproc_update_master_1_svc()
/dragonfly/usr.sbin/yppush/
H A Dyppush_main.c304 yppush_mapname, yperr_string(yp_errno), in yppush_send_xfr()