incode
const char *yperr_string(int incode);
const char *ypbinderr_string(int incode);
int ypprot_err(unsigned int incode);
yperr_string(int incode)
switch (incode) {
sprintf(err, "YP unknown error %d\n", incode);
ypprot_err(unsigned int incode)
switch (incode) {
ypbinderr_string(int incode)
switch (incode) {
sprintf(err, "Unknown ypbind error: #%d\n", incode);
incode = code;
oldcode = incode;