Home
last modified time | relevance | path

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

/src/usr.bin/mdo/
H A Dmdo.c360 struct group_array { struct
365 static const struct group_array GROUP_ARRAY_INITIALIZER = { argument
371 group_array_is_empty(const struct group_array *const ga) in group_array_is_empty()
377 realloc_groups(struct group_array *const ga, const u_int diff) in realloc_groups()
399 sort_uniq_groups(struct group_array *const ga) in sort_uniq_groups()
420 remove_groups(struct group_array *const set, in remove_groups()
421 const struct group_array *const remove) in remove_groups()
506 struct group_array supp_groups = GROUP_ARRAY_INITIALIZER; in main()
507 struct group_array supp_rem = GROUP_ARRAY_INITIALIZER; in main()