Home
last modified time | relevance | path

Searched refs:st_gid (Results 176 - 200 of 322) sorted by relevance

12345678910>>...13

/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs13 pub st_gid: ::gid_t,
36 pub st_gid: ::gid_t,
/third_party/elfutils/src/
H A Dar.c804 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 Dranlib.c264 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in handle_file()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c1442 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 Dcompat.h90 __compat_gid_t st_gid; member
/kernel/linux/linux-5.10/include/net/9p/
H A D9p.h408 kgid_t st_gid; member
/kernel/linux/linux-6.6/include/net/9p/
H A D9p.h415 kgid_t st_gid; member
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs64 pub st_gid: ::gid_t,
/third_party/python/Include/internal/
H A Dpycore_fileutils.h69 int st_gid; member
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp606 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 Dmod.rs28 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 Dmod.rs15 pub st_gid: ::gid_t,
37 pub st_gid: ::gid_t,
/third_party/toybox/toys/pending/
H A Dmke2fs.c522 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 Dsys_sparc32.c74 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 Dsys_sparc32.c74 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 Dhostfs_user.c27 p->gid = buf->st_gid; in stat64_to_hostfs()
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_user.c27 p->gid = buf->st_gid; in stat64_to_hostfs()
/third_party/f2fs-tools/fsck/
H A Dsload.c197 de->gid = stat.st_gid; in set_inode_metadata()
/third_party/eudev/src/udev/
H A Dudev-node.c283 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 Dlibsmbclient.c265 entry->group_id = st.st_gid; in libsmbc_read_dir()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs59 pub st_gid: ::gid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs132 pub st_gid: ::gid_t,
/third_party/toybox/toys/posix/
H A Dcpio.c245 (int)st.st_ino, st.st_mode, st.st_uid, st.st_gid, (int)st.st_nlink, in cpio_main()
H A Dtar.c222 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 Dtest_examples.py589 gid = fstat.st_gid
595 assert fstat.st_gid == gid
601 assert fstat.st_gid == gid_new

Completed in 24 milliseconds

12345678910>>...13