Searched refs:YP_NOKEY (Results 1 – 7 of 7) sorted by relevance
62 case YP_NOKEY: in ypprot_err()
47 YP_NOKEY = -3, enumerator
225 #define YP_NOKEY (-3) /* No such key in map */ macro
217 #define YP_NOKEY ((long)-3) /* No such key in map */ macro
842 } else if ((resp.status != YP_NOKEY) &&890 } else if ((resp.status != YP_NOKEY) &&1680 case YP_NOKEY:
203 resp.status = (unsigned)YP_NOKEY; in ypmatch()1136 resp.ypfirst_resp_status = (unsigned)YP_NOKEY; in ypoldfirst()
590 case YP_NOKEY: str = "No such key"; break;