HomeSort by: relevance | last modified time | path
    Searched defs: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));
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));
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));

Completed in 31 milliseconds