Searched refs:ypstatus (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | nis_common.c | 65 switch_err(ypstatus, ismatch) in switch_err() argument 66 int ypstatus; in switch_err() 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; [all …]
|
H A D | getexecattr.c | 261 int ypstatus; in _exec_nis_lookup() local 283 key, &val, &vallen, &ypstatus); in _exec_nis_lookup() 284 if ((check_policy == 0) && (ypstatus == YPERR_KEY)) { in _exec_nis_lookup() 321 ypstatus = __yp_all_cflookup((char *)(be->domain), in _exec_nis_lookup()
|