Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.c577 match_cfg_line_group(const char *grps, int line, const char *user) in match_cfg_line_group() argument
591 } else if (ga_match_pattern_list(grps) != 1) { in match_cfg_line_group()
593 user, grps, line); in match_cfg_line_group()
596 grps, line); in match_cfg_line_group()
/external/qemu/
Di386-dis.c1651 static const struct dis386 grps[][8] = { variable
3831 dp = &grps[dp->op[1].bytemode][modrm.reg]; in print_insn()