Searched refs:st_gid (Results 101 - 125 of 338) sorted by relevance
12345678910>>...14
/third_party/musl/arch/mipsn32/bits/ |
H A D | stat.h | 8 gid_t st_gid; member
|
/third_party/musl/arch/powerpc/ |
H A D | kstat.h | 7 gid_t st_gid; member
|
/third_party/musl/arch/riscv64/ |
H A D | kstat.h | 7 gid_t st_gid; member
|
/third_party/musl/arch/x32/ |
H A D | kstat.h | 8 gid_t st_gid; member
|
/third_party/musl/arch/x86_64/ |
H A D | kstat.h | 8 gid_t st_gid; member
|
/third_party/musl/arch/x86_64/bits/ |
H A D | stat.h | 11 gid_t st_gid; member
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | generic.rs | 14 pub st_gid: ::gid_t,
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 261 gid_t st_gid; /* group ID of owner */ member 468 unsigned int st_gid; member 655 unsigned short st_gid; member 845 unsigned short st_gid; member 1035 unsigned int st_gid; member 1242 unsigned int st_gid; member 1434 unsigned int st_gid; /* Group ID of the file's group. */ member 1714 buf->st_gid = stat.st_gid; in sys_stat()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | stat.h | 29 compat_ulong_t st_gid; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | ia32.h | 40 unsigned int st_gid; member
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | stat.h | 29 compat_ulong_t st_gid; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | ia32.h | 40 unsigned int st_gid; member
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod02.c | 46 TST_EXP_EQ_LI(buf.st_gid, 0); in run()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir05.c | 39 if (buf.st_gid != getegid()) { in verify_mkdir()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 17-1.c | 55 if (stat_buf.st_gid == getegid()) { in main()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | b64.rs | 10 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | b64.rs | 10 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | b64.rs | 10 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | b64.rs | 9 pub st_gid: ::gid_t,
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat01.c | 41 stat_buf.st_gid != group_id || in run()
|
/third_party/ltp/testcases/kernel/syscalls/fstat/ |
H A D | fstat02.c | 32 TST_EXP_EQ_LU(stat_buf.st_gid, group_id); in run()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | powerpc64.rs | 16 pub st_gid: ::gid_t,
|
H A D | powerpc.rs | 16 pub st_gid: ::gid_t,
|
H A D | x86.rs | 16 pub st_gid: ::gid_t,
|
/third_party/f2fs-tools/tools/ |
H A D | fibmap.c | 80 printf("gid [0x%8x : %d]\n", st->st_gid, st->st_gid); in print_stat()
|
Completed in 9 milliseconds
12345678910>>...14