/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
H A D | mod.rs | 13 pub st_gid: ::gid_t, 36 pub st_gid: ::gid_t,
|
/third_party/elfutils/src/ |
H A D | ar.c | 804 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_extract() 1059 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_delete() 1297 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid; in do_oper_insert() 1545 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_insert()
|
H A D | ranlib.c | 264 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in handle_file()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 1442 else if (statter.st_gid != asymlink.st_gid) in do_stat() 1445 (intmax_t) statter.st_gid, (intmax_t) asymlink.st_gid); in do_stat()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | compat.h | 90 __compat_gid_t st_gid; member
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | 9p.h | 408 kgid_t st_gid; member
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | 9p.h | 415 kgid_t st_gid; member
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 64 pub st_gid: ::gid_t,
|
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 69 int st_gid; member
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 606 prop = (UInt32)st.st_gid;
in GetProperty() 634 const uid_t gid = st.st_gid;
in GetProperty()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 28 pub st_gid: ::gid_t, 51 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 15 pub st_gid: ::gid_t, 37 pub st_gid: ::gid_t,
|
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 522 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF); in fill_inode() 523 in->gid_high = SWAP_LE16(that->st.st_gid >> 16); in fill_inode()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 74 err |= put_user(from_kgid_munged(current_user_ns(), stat->gid), &statbuf->st_gid); in cp_compat_stat64()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 74 err |= put_user(from_kgid_munged(current_user_ns(), stat->gid), &statbuf->st_gid); in cp_compat_stat64()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 27 p->gid = buf->st_gid; in stat64_to_hostfs()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 27 p->gid = buf->st_gid; in stat64_to_hostfs()
|
/third_party/f2fs-tools/fsck/ |
H A D | sload.c | 197 de->gid = stat.st_gid; in set_inode_metadata()
|
/third_party/eudev/src/udev/ |
H A D | udev-node.c | 283 if ((stats.st_mode & 0777) != (mode & 0777) || stats.st_uid != uid || stats.st_gid != gid) { in node_permissions_apply()
|
/third_party/ffmpeg/libavformat/ |
H A D | libsmbclient.c | 265 entry->group_id = st.st_gid; in libsmbc_read_dir()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 59 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 132 pub st_gid: ::gid_t,
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 245 (int)st.st_ino, st.st_mode, st.st_uid, st.st_gid, (int)st.st_nlink, in cpio_main()
|
H A D | tar.c | 222 if (TT.group) st->st_gid = TT.ggid; in add_to_tar() 230 ITOO(hdr.gid, st->st_gid); in add_to_tar() 293 if (TT.group || (gr = bufgetgrgid(st->st_gid))) in add_to_tar()
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 589 gid = fstat.st_gid 595 assert fstat.st_gid == gid 601 assert fstat.st_gid == gid_new
|