Home
last modified time | relevance | path

Searched refs:st_gid (Results 151 - 175 of 319) sorted by relevance

12345678910>>...13

/third_party/toybox/toys/posix/
H A Dfind.c352 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 Dcompat.h37 __compat_gid_t st_gid; member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcompat.h50 __compat_gid16_t st_gid; member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcompat.h37 __compat_gid32_t st_gid; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcompat.h42 __compat_gid_t st_gid; member
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dcompat.h31 u16 st_reserved2; /* old st_gid */
52 __compat_gid32_t st_gid; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcompat.h72 __compat_gid_t st_gid; member
/third_party/eudev/src/shared/
H A Dmkdir.c46 (gid != GID_INVALID && st.st_gid != gid) || in mkdir_safe_internal()
/third_party/libfuse/example/
H A Dnull.c47 stbuf->st_gid = getgid(); in null_getattr()
H A Dioctl.c89 stbuf->st_gid = getgid(); in fioc_getattr()
/third_party/musl/libc-test/src/api/
H A Dsys_stat.c30 F(gid_t, st_gid) in f()
/third_party/musl/libc-test/src/functional/
H A Dstat.c47 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 Dmod.rs86 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 Dsyscalls.rs626 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 Dcompat.h32 u16 st_reserved2; /* old st_gid */
53 __compat_gid32_t st_gid; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcompat.h37 __compat_gid_t st_gid; member
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h212 gid_t st_gid; /* group ID of owner */ member
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsys_oabi-compat.c94 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 Dsys_oabi-compat.c100 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 Dtest_func64.c230 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 Dtest_func.c228 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 Dmod.rs12 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 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()
/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()

Completed in 22 milliseconds

12345678910>>...13