Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:g3

97 	GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[1]);
160 rc = syscall(SYSCALL_NR, ngroups_max, g3);
163 printuid(g3[0]);
165 printuid(g3[1]);
168 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, g3);
171 printuid(g3[0]);
173 printuid(g3[1]);
176 rc = syscall(SYSCALL_NR, ngroups_max + 1, g3);
178 ngroups_max + 1, g3, sprintrc(rc));