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

/osnet-11/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) {
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c251 switch_err(int rc) function
557 exit(switch_err(rc));
589 exit(switch_err(rc));
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c106 switch_err(int rc, ns_ldap_error_t *error) function
167 rc = switch_err(rc, error);
302 rc = switch_err(rc, error);
507 retcode = switch_err(retcode, error);

Completed in 41 milliseconds