Home
last modified time | relevance | path

Searched refs:groupent (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/ypldap/
Dypldap.h70 struct groupent { struct
71 RB_ENTRY(groupent) ge_name_node;
72 RB_ENTRY(groupent) ge_gid_node;
182 RB_HEAD(group_name_tree,groupent)*sc_group_names;
183 RB_HEAD(group_gid_tree,groupent) sc_group_gids;
213 int groupent_name_cmp(struct groupent *, struct groupent *);
214 int groupent_gid_cmp(struct groupent *, struct groupent *);
217 RB_PROTOTYPE( group_name_tree, groupent, ge_name_node, groupent_name_cmp);
218 RB_PROTOTYPE( group_gid_tree, groupent, ge_gid_node, groupent_gid_cmp);
Dentries.c47 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);
Dypldap.c151 struct groupent *ge; in main_trash_update()
180 struct groupent *ge; in main_create_user_groups()
277 struct groupent *ge; in main_end_update()
415 struct groupent *ge; in main_dispatch_client()
Dyp.c431 struct groupent gkey; in ypproc_match_2_svc()
432 struct groupent *ge; in ypproc_match_2_svc()
588 struct groupent gkey; in ypproc_next_2_svc()
589 struct groupent *ge; in ypproc_next_2_svc()