/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
H A D | fchownat02.c | 92 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) { in setup() 95 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid, in setup() 122 c_buf.st_gid != set_gid && l_buf.st_gid == set_gid) { in test_verify() 129 c_buf.st_gid, l_buf.st_gid, set_gid); in test_verify()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat08.c | 58 if (buf.st_gid != gid) { in file_test() 60 buf.st_gid, gid); in file_test() 88 if (buf.st_gid != free_gid) { in run() 90 buf.st_gid, free_gid); in run() 101 if (buf.st_gid != free_gid) { in run() 103 buf.st_gid, free_gid); in run()
|
H A D | creat09.c | 86 if (buf.st_gid != free_gid) { in setup() 88 buf.st_gid, free_gid); in setup() 102 if (buf.st_gid != free_gid) { in file_test() 104 buf.st_gid, free_gid); in file_test()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open10.c | 56 if (buf.st_gid != gid) { in file_test() 58 buf.st_gid, gid); in file_test() 86 if (buf.st_gid != free_gid) { in run() 88 buf.st_gid, free_gid); in run() 99 if (buf.st_gid != free_gid) { in run() 101 buf.st_gid, free_gid); in run()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | fstatat.c | 44 EXPECT_EQ("fstatat_0100", st.st_gid, gid); in fstatat_0100() 71 EXPECT_EQ("fstatat_0200", st.st_gid, gid); in fstatat_0200() 100 EXPECT_EQ("fstatat_0300", st.st_gid, gid); in fstatat_0300() 123 EXPECT_EQ("fstatat_0100", st.st_gid, gid); in fstatat_time64_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 26-2.c | 68 old_gid = stat_buf.st_gid; in main() 116 if (stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) { in main() 123 if (stat_buf.st_gid != old_gid) in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | chown.c | 38 EXPECT_EQ("chown_0100", buf.st_gid, 0); in chown_0100() 61 printf("0200: %d\n", buf.st_gid); in chown_0200() 82 EXPECT_EQ("chown_0300", buf.st_gid, 0); in chown_0300()
|
H A D | fchownat.c | 39 EXPECT_EQ("fchownat_0100", buf.st_gid, 0); in fchownat_0100() 61 EXPECT_EQ("fchownat_0200", buf.st_gid, 0); in fchownat_0200()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 108 if (buf.st_gid != free_gid) { in setup() 110 buf.st_gid, free_gid); in setup() 124 TST_EXP_EQ_LI(buf.st_gid, free_gid); in file_test()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir02.c | 33 if (statbuf.st_gid != free_gid) { in verify_mkdir() 36 statbuf.st_gid, free_gid); in verify_mkdir()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid04.c | 89 if (ltpuser->pw_gid == buf.st_gid) { in setresgid_verify() 93 "setresgid failed unexpectedly; egid(%d) - st_gid(%d)", in setresgid_verify() 94 ltpuser->pw_gid, buf.st_gid); in setresgid_verify()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | aarch64.rs | 14 pub st_gid: ::gid_t, 36 pub st_gid: ::gid_t,
|
H A D | x86_64.rs | 14 pub st_gid: ::gid_t, 35 pub st_gid: ::gid_t,
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown03.c | 33 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner() 36 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
|
H A D | chown02.c | 52 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) { in run() 54 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown03.c | 39 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner() 41 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
|
H A D | fchown02.c | 62 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) in run() 64 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 8-1.c | 99 stat_after.st_gid != stat_before.st_gid || in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 72 short st_gid; /* group ID of owner */ member 223 buf->st_gid = crtstat->st_gid; in copy_stat()
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 49 .st_gid = stx.stx_gid, in fstatat_statx() 114 .st_gid = kst.st_gid, in fstatat_kstat()
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod03.c | 152 if (buf.st_gid != group2_gid) { in main() 251 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod04.c | 155 if (buf.st_gid != group2_gid) { in main() 256 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod08.c | 152 if (buf.st_gid != mygid) { in main() 251 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod05.c | 154 if (buf.st_gid != group2_gid) { in main() 247 if (buf.st_gid != group2_gid) { in setup()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 23 pub st_gid: ::gid_t, 47 pub st_gid: ::gid_t,
|