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

/freebsd-current/usr.sbin/ypldap/
H A Dypldap.h64 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_nod
[all...]
H A Dentries.c47 struct groupent *ge;
131 groupent_name_cmp(struct groupent *ge1, struct groupent *ge2)
137 groupent_gid_cmp(struct groupent *ge1, struct groupent *ge2)
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 Dyp.c317 struct groupent gkey;
318 struct groupent *ge;
479 struct groupent gkey;
480 struct groupent *ge;
H A Dypldap.c152 struct groupent *ge;
181 struct groupent *ge;
277 struct groupent *ge;
414 struct groupent *ge;

Completed in 65 milliseconds