/third_party/toybox/toys/posix/ |
H A D | find.c | 352 if (check && bufgetgrgid(new->st.st_gid)) test = 0; in do_find() 503 else if (*s == 'g') test = new->st.st_gid == udl->u.gid; in do_find() 630 if (ch == 'G') next[len] = 'd', ll = new->st.st_gid; in do_find() 634 else if (ch == 'g') ll = (long)getgroupname(new->st.st_gid); in do_find()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | compat.h | 37 __compat_gid_t st_gid; member
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | compat.h | 50 __compat_gid16_t st_gid; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | compat.h | 37 __compat_gid32_t st_gid; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | compat.h | 42 __compat_gid_t st_gid; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | compat.h | 31 u16 st_reserved2; /* old st_gid */ 52 __compat_gid32_t st_gid; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | compat.h | 72 __compat_gid_t st_gid; member
|
/third_party/eudev/src/shared/ |
H A D | mkdir.c | 46 (gid != GID_INVALID && st.st_gid != gid) || in mkdir_safe_internal()
|
/third_party/libfuse/example/ |
H A D | null.c | 47 stbuf->st_gid = getgid(); in null_getattr()
|
H A D | ioctl.c | 89 stbuf->st_gid = getgid(); in fioc_getattr()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_stat.c | 30 F(gid_t, st_gid) in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | stat.c | 47 TEST(st.st_gid==getegid(), "%d vs %d\n", (int)st.st_uid, (int)geteuid()); in main()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 86 pub st_gid: ::gid_t, 294 && self.st_gid == other.st_gid in eq() 321 .field("st_gid", &self.st_gid) in fmt() 343 self.st_gid.hash(state); in hash()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 626 st_gid: x.stx_gid.into(), in statx_to_stat() 661 st_gid: s64.st_gid.try_into().map_err(|_| io::Errno::OVERFLOW)?, in stat_to_stat() 693 st_gid: s.st_gid.try_into().map_err(|_| io::Errno::OVERFLOW)?, in stat_to_stat()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | compat.h | 32 u16 st_reserved2; /* old st_gid */ 53 __compat_gid32_t st_gid; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | compat.h | 37 __compat_gid_t st_gid; member
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 212 gid_t st_gid; /* group ID of owner */ member
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 94 unsigned long st_gid; member 126 tmp.st_gid = from_kgid_munged(current_user_ns(), stat->gid); in cp_oldabi_stat64()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 100 unsigned long st_gid; member 132 tmp.st_gid = from_kgid_munged(current_user_ns(), stat->gid); in cp_oldabi_stat64()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test_func64.c | 230 if (st_buf.st_gid != stat_pointer->st_gid) { in test_func8() 232 "ERROR: st_gid members do not match for %s\n", in test_func8()
|
H A D | test_func.c | 228 if (st_buf.st_gid != stat_pointer->st_gid) { in test_func8() 230 "ERROR: st_gid members do not match for %s\n", in test_func8()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
H A D | mod.rs | 12 pub st_gid: ::gid_t, 35 pub st_gid: ::gid_t,
|
/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()
|
/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()
|