/external/strace/tests-mx32/ |
D | setgroups.c | 157 const unsigned ngroups_max = rc; in main() local 159 if ((unsigned long) rc == ngroups_max && (int) ngroups_max > 0) { in main() 160 rc = syscall(SYSCALL_NR, ngroups_max, g3); in main() 162 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 168 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, g3); in main() 170 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 176 rc = syscall(SYSCALL_NR, ngroups_max + 1, g3); in main() 178 ngroups_max + 1, g3, sprintrc(rc)); in main()
|
D | getgroups.c | 104 const unsigned int ngroups_max = sysconf(_SC_NGROUPS_MAX); in main() local 106 rc = syscall(SYSCALL_NR, ngroups_max, 0); in main() 107 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main() 109 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, 0); in main() 110 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main()
|
/external/strace/tests-m32/ |
D | setgroups.c | 157 const unsigned ngroups_max = rc; in main() local 159 if ((unsigned long) rc == ngroups_max && (int) ngroups_max > 0) { in main() 160 rc = syscall(SYSCALL_NR, ngroups_max, g3); in main() 162 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 168 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, g3); in main() 170 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 176 rc = syscall(SYSCALL_NR, ngroups_max + 1, g3); in main() 178 ngroups_max + 1, g3, sprintrc(rc)); in main()
|
D | getgroups.c | 104 const unsigned int ngroups_max = sysconf(_SC_NGROUPS_MAX); in main() local 106 rc = syscall(SYSCALL_NR, ngroups_max, 0); in main() 107 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main() 109 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, 0); in main() 110 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main()
|
/external/strace/tests/ |
D | setgroups.c | 157 const unsigned ngroups_max = rc; in main() local 159 if ((unsigned long) rc == ngroups_max && (int) ngroups_max > 0) { in main() 160 rc = syscall(SYSCALL_NR, ngroups_max, g3); in main() 162 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 168 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, g3); in main() 170 printf("%s(%d, [", SYSCALL_NAME, ngroups_max); in main() 176 rc = syscall(SYSCALL_NR, ngroups_max + 1, g3); in main() 178 ngroups_max + 1, g3, sprintrc(rc)); in main()
|
D | getgroups.c | 104 const unsigned int ngroups_max = sysconf(_SC_NGROUPS_MAX); in main() local 106 rc = syscall(SYSCALL_NR, ngroups_max, 0); in main() 107 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main() 109 rc = syscall(SYSCALL_NR, F8ILL_KULONG_MASK | ngroups_max, 0); in main() 110 printf("%s(%d, NULL) = %s\n", SYSCALL_NAME, ngroups_max, sprintrc(rc)); in main()
|
/external/ltp/testcases/kernel/syscalls/setgroups/ |
D | setgroups03.c | 111 int ngroups_max = sysconf(_SC_NGROUPS_MAX); /* max no. of groups in the current system */ in main() local 115 groups_list = malloc(ngroups_max * sizeof(GID_T)); in main() 118 " %d ", ngroups_max * sizeof(GID_T), errno); in main() 132 gidsetsize = ngroups_max + Test_cases[i].gsize_add; in main()
|
/external/strace/ |
D | uid.c | 172 static unsigned long ngroups_max; in print_groups() local 173 if (!ngroups_max) in print_groups() 174 ngroups_max = sysconf(_SC_NGROUPS_MAX); in print_groups() 176 if (len > ngroups_max) { in print_groups()
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 17 - kernel/ngroups_max 50 - kernel/ngroups_max: the number a groups a user may belong to.
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 10667 …8.125:14479): avc: denied { read } for pid=19250 comm="httpd" name="ngroups_max" dev=proc ino=-…
|