Searched defs:switch_err (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dswitch_err.c23 * switch_err.c
39 switch_err(ypclnt_err) function
H A Dnis_common.c65 switch_err(ypstatus, ismatch) function
177 return (switch_err(ypstatus, 1));
213 return (switch_err(ypstatus, 1));
354 if ((res = switch_err(ypstatus, 0)) != NSS_SUCCESS) {
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c242 switch_err(int rc) function
548 exit(switch_err(rc));
580 exit(switch_err(rc));
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c100 switch_err(int rc, ns_ldap_error_t *error) function
149 rc = switch_err(rc, error);
272 rc = switch_err(rc, error);
439 retcode = switch_err(retcode, error);

Completed in 48 milliseconds