Home
last modified time | relevance | path

Searched refs:_nss_files_constr (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h96 extern nss_backend_t *_nss_files_constr(files_backend_op_t *ops,
123 extern nss_backend_t *_nss_files_constr();
H A Dgetauuser.c60 return (_nss_files_constr(auuser_ops, in _nss_files_audit_user_constr()
H A Dgetprofattr.c63 return (_nss_files_constr(profattr_ops, in _nss_files_prof_attr_constr()
H A Dgetuserattr.c63 return (_nss_files_constr(userattr_ops, in _nss_files_user_attr_constr()
H A Dgetauthattr.c64 return (_nss_files_constr(authattr_ops, in _nss_files_auth_attr_constr()
H A Dgetspent.c73 return (_nss_files_constr(shadow_ops,
H A Dtsol_gettpent.c81 return (_nss_files_constr(tsol_tp_ops,
H A Dgethostent6.c96 return (_nss_files_constr(ipnodes_ops,
H A Dgetprotoent.c94 return (_nss_files_constr(proto_ops,
H A Dgetrpcent.c95 return (_nss_files_constr(rpc_ops,
H A Dgetnetent.c112 return (_nss_files_constr(net_ops,
H A Dbootparams_getbyname.c66 return (_nss_files_constr(bootparams_ops,
H A Dgetprojent.c148 return (_nss_files_constr(project_ops,
H A Dnetmasks.c145 return (_nss_files_constr(netmasks_ops,
H A Dtsol_getrhent.c143 return (_nss_files_constr(tsol_rh_ops, in _nss_files_tnrhdb_constr()
H A Dether_addr.c170 return (_nss_files_constr(ethers_ops,
H A Dgetprinter.c201 return (_nss_files_constr(printers_ops,
H A Dgetservent.c200 return (_nss_files_constr(serv_ops,
H A Dgetgrent.c248 return (_nss_files_constr(group_ops,
H A Dgetpwnam.c245 return (_nss_files_constr(passwd_ops,
H A Dgetexecattr.c389 return (_nss_files_constr(execattr_ops, in _nss_files_exec_attr_constr()
H A Dgethostent.c325 return (_nss_files_constr(host_ops,
H A Dfiles_common.c643 _nss_files_constr(ops, n_ops, filename, min_bufsize, fhp) in _nss_files_constr() function