OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:groups_byname
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
groupaccess.c
42
static char **
groups_byname
;
variable
67
groups_byname
= xcalloc(ngroups, sizeof(*
groups_byname
));
73
groups_byname
[j++] = xstrdup(gr->gr_name);
90
if (match_pattern(
groups_byname
[i], groups[j]))
106
switch (match_pattern_list(
groups_byname
[i],
129
xfree(
groups_byname
[i]);
131
xfree(
groups_byname
);
Completed in 519 milliseconds