Home
last modified time | relevance | path

Searched refs:test_groups (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setregid/
Dsetregid04.c81 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()
Dsetregid02.c96 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()
Dsetregid03.c57 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/
Dsetresgid02.c56 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()
Dsetresgid03.c47 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/
Dkeyfile.c979 test_groups (void) in test_groups() function
1841 g_test_add_func ("/keyfile/groups", test_groups); in main()