/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getether.c | 143 rc = (nss_status_t)_nss_ldap_lookup(be, argp, 186 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getkeyent.c | 200 rc = (nss_status_t)_nss_ldap_lookup(be, argp, 215 rc = (nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getrpcent.c | 159 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter, 191 return ((nss_status_t)_nss_ldap_lookup(be, argp, _RPC, searchfilter,
|
H A D | getnetmasks.c | 135 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | tsol_gettpent.c | 120 return (_nss_ldap_lookup(be, argp, _TNRHTP, searchfilter, NULL,
|
H A D | getauuser.c | 143 return (_nss_ldap_lookup(be, argp, _AUUSER, searchfilter, NULL,
|
H A D | getbootparams.c | 156 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | gethostent6.c | 168 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, 223 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS6,
|
H A D | getnetent.c | 221 return ((nss_status_t)_nss_ldap_lookup(be, argp, 259 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getprojent.c | 190 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL, 211 return (_nss_ldap_lookup(be, argp, _PROJECT, searchfilter, NULL, NULL,
|
H A D | getprotoent.c | 245 return ((nss_status_t)_nss_ldap_lookup(be, argp, 279 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getpwnam.c | 251 return ((nss_status_t)_nss_ldap_lookup(be, argp, 285 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getauthattr.c | 168 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getprofattr.c | 160 return (_nss_ldap_lookup(be, argp,
|
H A D | getuserattr.c | 160 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | ldap_common.h | 189 extern nss_status_t _nss_ldap_lookup(ldap_backend_ptr be,
|
H A D | tsol_getrhent.c | 162 return (_nss_ldap_lookup(be, argp, _TNRHDB, searchfilter, NULL,
|
H A D | gethostent.c | 350 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter, 400 lstat = (nss_status_t)_nss_ldap_lookup(be, argp, _HOSTS, searchfilter,
|
H A D | getservent.c | 356 return ((nss_status_t)_nss_ldap_lookup(be, argp, 415 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getprinter.c | 294 return ((nss_status_t)_nss_ldap_lookup(be, argp,
|
H A D | getspent.c | 259 return (_nss_ldap_lookup(be, argp, _SHADOW, searchfilter, NULL,
|
H A D | ldap_common.c | 131 _nss_ldap_lookup(ldap_backend_ptr be, nss_XbyY_args_t *argp, function 142 (void) fprintf(stdout, "\n[ldap_common.c: _nss_ldap_lookup]\n"); 272 * This function is similar to _nss_ldap_lookup except it does not
|
H A D | getgrent.c | 1777 return (_nss_ldap_lookup(be, argp, _GROUP, searchfilter, NULL, 1812 return (_nss_ldap_lookup(be, argp, _GROUP, searchfilter, NULL,
|