Searched refs:num_allow_groups (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dservconf.h139 u_int num_allow_groups; member in struct:__anon14981
233 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
H A Dauth.c184 options.num_deny_groups > 0 || options.num_allow_groups > 0) {
213 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) {
235 if (options.num_allow_groups > 0)
237 options.num_allow_groups)) {
H A Dservconf.c140 options->num_allow_groups = 0;
1422 if (options->num_allow_groups >= MAX_ALLOW_GROUPS)
1427 options->allow_groups[options->num_allow_groups++] =
2331 dump_cfg_strarray(sAllowGroups, o->num_allow_groups, o->allow_groups);

Completed in 108 milliseconds