Searched refs:_nss_files_constr (Results 1 – 23 of 23) sorted by relevance
/titanic_44/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.h | 96 extern nss_backend_t *_nss_files_constr(files_backend_op_t *ops, 123 extern nss_backend_t *_nss_files_constr();
|
H A D | getauuser.c | 60 return (_nss_files_constr(auuser_ops, in _nss_files_audit_user_constr()
|
H A D | getprofattr.c | 63 return (_nss_files_constr(profattr_ops, in _nss_files_prof_attr_constr()
|
H A D | getuserattr.c | 63 return (_nss_files_constr(userattr_ops, in _nss_files_user_attr_constr()
|
H A D | getauthattr.c | 64 return (_nss_files_constr(authattr_ops, in _nss_files_auth_attr_constr()
|
H A D | getspent.c | 73 return (_nss_files_constr(shadow_ops,
|
H A D | tsol_gettpent.c | 81 return (_nss_files_constr(tsol_tp_ops,
|
H A D | gethostent6.c | 96 return (_nss_files_constr(ipnodes_ops,
|
H A D | getprotoent.c | 94 return (_nss_files_constr(proto_ops,
|
H A D | getrpcent.c | 95 return (_nss_files_constr(rpc_ops,
|
H A D | getnetent.c | 112 return (_nss_files_constr(net_ops,
|
H A D | bootparams_getbyname.c | 66 return (_nss_files_constr(bootparams_ops,
|
H A D | getprojent.c | 148 return (_nss_files_constr(project_ops,
|
H A D | netmasks.c | 145 return (_nss_files_constr(netmasks_ops,
|
H A D | tsol_getrhent.c | 143 return (_nss_files_constr(tsol_rh_ops, in _nss_files_tnrhdb_constr()
|
H A D | ether_addr.c | 170 return (_nss_files_constr(ethers_ops,
|
H A D | getprinter.c | 201 return (_nss_files_constr(printers_ops,
|
H A D | getservent.c | 200 return (_nss_files_constr(serv_ops,
|
H A D | getgrent.c | 248 return (_nss_files_constr(group_ops,
|
H A D | getpwnam.c | 245 return (_nss_files_constr(passwd_ops,
|
H A D | getexecattr.c | 389 return (_nss_files_constr(execattr_ops, in _nss_files_exec_attr_constr()
|
H A D | gethostent.c | 325 return (_nss_files_constr(host_ops,
|
H A D | files_common.c | 643 _nss_files_constr(ops, n_ops, filename, min_bufsize, fhp) in _nss_files_constr() function
|