Searched defs:ypstatus (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/nis/common/ |
H A D | getexecattr.c | 260 int ypstatus; local 282 key, &val, &vallen, &ypstatus); 283 if ((check_policy == 0) && (ypstatus == YPERR_KEY)) { 320 ypstatus = __yp_all_cflookup((char *)(be->domain),
|
H A D | nis_common.c | 65 switch_err(ypstatus, ismatch) 66 int ypstatus; 69 switch (ypstatus) { 158 int ypstatus; local 167 ypstatus = __yp_match_cflookup((grrr)domain, (grrr)map, 175 *ypstatusp = ypstatus; 177 return (switch_err(ypstatus, 1)); 194 int ypstatus; local 203 ypstatus = __yp_match_rsvdport_cflookup((grrr)domain, (grrr)map, 211 *ypstatusp = ypstatus; 324 int ypstatus; local [all...] |
Completed in 22 milliseconds