Home
last modified time | relevance | path

Searched refs:files_hash_func (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h48 typedef uint_t (*files_hash_func)(nss_XbyY_args_t *, int, const char *, int); typedef
66 files_hash_func *fh_hash_func;
H A Dgetprojent.c82 static files_hash_func hash_proj[2] = {
H A Dgetgrent.c87 static files_hash_func hash_gr[2] = { hash_grname, hash_grgid };
H A Dgetpwnam.c89 static files_hash_func hash_pw[2] = { hash_pwname, hash_pwuid };
H A Dgetnetgrent.c91 static files_hash_func hash_netgr[1] = { hash_netgrname };