Lines Matching defs:ypstatus
65 switch_err(ypstatus, ismatch)
66 int ypstatus;
69 switch (ypstatus) {
158 int ypstatus;
167 ypstatus = __yp_match_cflookup((grrr)domain, (grrr)map,
175 *ypstatusp = ypstatus;
177 return (switch_err(ypstatus, 1));
194 int ypstatus;
203 ypstatus = __yp_match_rsvdport_cflookup((grrr)domain, (grrr)map,
211 *ypstatusp = ypstatus;
213 return (switch_err(ypstatus, 1));
324 int ypstatus;
338 ypstatus = __yp_first_cflookup((grrr)be->domain,
343 ypstatus = __yp_next_cflookup((grrr)be->domain,
354 if ((res = switch_err(ypstatus, 0)) != NSS_SUCCESS) {