Searched refs:test_groups (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
D | setregid04.c | 81 gid_t test_groups[3]; in setup() local 83 root_gid = test_groups[0] = getgid(); in setup() 84 tst_get_gids(test_groups, 1, 3); in setup() 85 first_gid = test_groups[1]; in setup() 86 second_gid = test_groups[2]; in setup()
|
D | setregid02.c | 96 gid_t test_groups[3]; in setup() local 99 nobody_gid = test_groups[0] = ltpuser->pw_gid; in setup() 100 root_gid = test_groups[1] = getgid(); in setup() 101 tst_get_gids(test_groups, 2, 3); in setup() 102 other_gid = test_groups[2]; in setup()
|
D | setregid03.c | 57 gid_t test_groups[2]; in setup() local 61 tst_get_gids(test_groups, 0, 2); in setup() 62 primary_gid = test_groups[0]; in setup() 63 secondary_gid = test_groups[1]; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid02.c | 56 gid_t test_groups[3]; in setup() local 58 root_gid = test_groups[0] = getgid(); in setup() 59 tst_get_gids(test_groups, 1, 3); in setup() 60 main_gid = test_groups[1]; in setup() 61 other_gid = test_groups[2]; in setup()
|
D | setresgid03.c | 47 gid_t test_groups[2]; in setup() local 50 nobody_gid = test_groups[0] = pw->pw_gid; in setup() 51 tst_get_gids(test_groups, 1, 2); in setup() 52 other_gid = test_groups[1]; in setup()
|
/third_party/glib/glib/tests/ |
D | keyfile.c | 979 test_groups (void) in test_groups() function 1841 g_test_add_func ("/keyfile/groups", test_groups); in main()
|