Searched refs:passwd_ops (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/nsswitch/nis/common/ |
H A D | getpwnam.c | 125 static nis_backend_op_t passwd_ops[] = { variable 139 return (_nss_nis_constr(passwd_ops, 140 sizeof (passwd_ops) / sizeof (passwd_ops[0]),
|
/titanic_50/usr/src/lib/nsswitch/files/common/ |
H A D | getpwnam.c | 231 static files_backend_op_t passwd_ops[] = { variable 245 return (_nss_files_constr(passwd_ops, 246 sizeof (passwd_ops) / sizeof (passwd_ops[0]),
|
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getpwnam.c | 236 static ldap_backend_op_t passwd_ops[] = { variable 258 return ((nss_backend_t *)_nss_ldap_constr(passwd_ops, in _nss_ldap_passwd_constr() 259 sizeof (passwd_ops)/sizeof (passwd_ops[0]), in _nss_ldap_passwd_constr()
|
/titanic_50/usr/src/lib/nsswitch/compat/common/ |
H A D | getpwent.c | 261 static compat_backend_op_t passwd_ops[] = { variable 275 return (_nss_compat_constr(passwd_ops, 276 sizeof (passwd_ops) / sizeof (passwd_ops[0]),
|
/titanic_50/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 472 static ad_backend_op_t passwd_ops[] = { variable 493 return ((nss_backend_t *)_nss_ad_constr(passwd_ops, in _nss_ad_passwd_constr() 494 sizeof (passwd_ops)/sizeof (passwd_ops[0]), in _nss_ad_passwd_constr()
|