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

  /src/usr.bin/ypwhich/
ypwhich.c 279 int yperr; local in function:find_mapmaster
351 yperr = ypprot_err(yprespmlist.status);
352 if (yperr) {
353 warnx("clnt_call: %s: %s", host, yperr_string(yperr));
386 yperr = ypprot_err(yprespmaster.status);
387 if (yperr) {
389 yperr_string(yperr));
  /src/usr.bin/chpass/
pw_yp.c 213 yppw_error(const char *name, int yperr, int eval)
216 if (yperr) {
  /src/usr.sbin/ypserv/ypxfr/
ypxfr.c 274 yperr2yppush(int yperr) {
275 switch (yperr) {
287 * generic error status for the rest (BADARGS, RPC, YPERR, RESRC,

Completed in 13 milliseconds