Searched refs:groupent (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ypldap/ |
H A D | ypldap.h | 64 struct groupent { struct 65 RB_ENTRY(groupent) ge_name_node; 66 RB_ENTRY(groupent) ge_gid_node; 169 RB_HEAD(group_name_tree,groupent)*sc_group_names; 170 RB_HEAD(group_gid_tree,groupent) sc_group_gids; 211 int groupent_name_cmp(struct groupent *, struct groupent *); 212 int groupent_gid_cmp(struct groupent *, struct groupent *); 215 RB_PROTOTYPE( group_name_tree, groupent, ge_name_node, groupent_name_cmp); 216 RB_PROTOTYPE( group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
|
H A D | entries.c | 47 struct groupent *ge; in flatten_entries() 131 groupent_name_cmp(struct groupent *ge1, struct groupent *ge2) in groupent_name_cmp() 137 groupent_gid_cmp(struct groupent *ge1, struct groupent *ge2) in groupent_gid_cmp() 144 RB_GENERATE(group_name_tree, groupent, ge_name_node, groupent_name_cmp); 145 RB_GENERATE(group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
|
H A D | ypldap.c | 152 struct groupent *ge; in main_trash_update() 181 struct groupent *ge; in main_create_user_groups() 277 struct groupent *ge; in main_end_update() 414 struct groupent *ge; in main_dispatch_client()
|
H A D | yp.c | 317 struct groupent gkey; in ypproc_match_2_svc() 318 struct groupent *ge; in ypproc_match_2_svc() 479 struct groupent gkey; in ypproc_next_2_svc() 480 struct groupent *ge; in ypproc_next_2_svc()
|