Searched refs:grps (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | admin.c | 391 gid_t *grps; local 398 grps = (gid_t *) xmalloc((n + 1) * sizeof *grps); 399 n = getgroups (n, grps); 402 grps[n] = getgid(); 404 if (grps[i] == grp->gr_gid) break; 405 free (grps);
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ChangeLog | 76 (grps): Delete GRPPLOCK entry. 87 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence 93 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg. 98 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
|
H A D | ChangeLog-9899 | 3 * i386-dis.c (grps[]): Correct GRP5 FF/3 from "call" to "lcall". 373 (grps, prefix_user_table, float_reg): Add const. 429 (grps): Add SIMD insns. 870 (grps): Add GRP14 entries for prefetch, prefetchw. 1090 (dis386, dis386_twobyte, grps): Use new suffix macros.
|
H A D | ChangeLog-0001 | 139 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries 454 * i386-dis.c (grps): Don't print the implicit al/ax/eax register 649 * i386-dis.c (grps): Print l or w suffix, and require mem modrm 1134 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop 1171 (grps): Add SSE instructions. 1209 (grps): Likewise.
|
H A D | i386-dis.c | 1211 static const struct dis386 grps[][8] = { variable 2179 dp = &grps[dp->bytemode2][reg]; in print_insn()
|
H A D | ChangeLog-0203 | 482 (grps): Use PNI_Fixup in the "sidtQ" entry.
|
H A D | ChangeLog-9297 | 540 (grps): Likewise.
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ChangeLog-2004 | 124 (grps): 1-bit shifts' and rotates' second operands are I1. cmpxchg8b's 279 (grps): GRPPADLCK2 for opcode 0xA6. 555 (grps): Delete GRPPLOCK entry. 567 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence 574 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg. 587 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
|
H A D | ChangeLog-9899 | 3 * i386-dis.c (grps[]): Correct GRP5 FF/3 from "call" to "lcall". 373 (grps, prefix_user_table, float_reg): Add const. 429 (grps): Add SIMD insns. 870 (grps): Add GRP14 entries for prefetch, prefetchw. 1090 (dis386, dis386_twobyte, grps): Use new suffix macros.
|
H A D | ChangeLog-0001 | 139 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries 454 * i386-dis.c (grps): Don't print the implicit al/ax/eax register 649 * i386-dis.c (grps): Print l or w suffix, and require mem modrm 1134 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop 1171 (grps): Add SSE instructions. 1209 (grps): Likewise.
|
H A D | ChangeLog-2005 | 539 (grps): Use OP_VMX in the "sgdtIQ" entry. Updated GRP9. 605 (grps): Use it for the lidt entry.
|
H A D | i386-dis.c | 1262 static const struct dis386 grps[][8] = { variable 2826 dp = &grps[dp->bytemode2][reg]; in print_insn()
|
H A D | ChangeLog-0203 | 482 (grps): Use PNI_Fixup in the "sidtQ" entry.
|
H A D | ChangeLog-9297 | 540 (grps): Likewise.
|
/openbsd/usr.bin/ssh/ |
H A D | servconf.c | 936 match_cfg_line_group(const char *grps, int line, const char *user) in match_cfg_line_group() argument 950 } else if (ga_match_pattern_list(grps) != 1) { in match_cfg_line_group() 952 user, grps, line); in match_cfg_line_group() 955 grps, line); in match_cfg_line_group()
|