Searched refs:YP_BADARGS (Results 1 – 8 of 8) sorted by relevance
64 case YP_BADARGS: in ypprot_err()
51 YP_BADARGS = -7, enumerator
229 #define YP_BADARGS (-7) /* Request arguments bad */ macro
221 #define YP_BADARGS ((long)-7) /* Request arguments bad */ macro
157 *error = YP_BADARGS; in ypset_current_map()
749 *status = (unsigned)YP_BADARGS; in ypfilter()1001 resp.ypmatch_resp_status = (unsigned)YP_BADARGS; in ypoldmatch()1111 resp.ypfirst_resp_status = (unsigned)YP_BADARGS; in ypoldfirst()1175 resp.ypnext_resp_status = (unsigned)YP_BADARGS; in ypoldnext()
1684 case YP_BADARGS:
594 case YP_BADARGS:str = "Bad args"; break;