/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | xstatconv.c | 44 buf->st_gid = kbuf->st_gid; in __xstat_conv() 66 buf->st_gid = kbuf->st_gid; in __xstat_conv() 96 buf->st_gid = kbuf->st_gid; in __xstat_conv()
|
D | kernel_stat.h | 9 unsigned int st_gid; member 32 unsigned int st_gid; member 54 __gid_t st_gid; member 74 __gid_t st_gid; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | xstatconv.c | 54 buf->st_gid = kbuf->st_gid; in __xstat_conv() 109 buf->st_gid = kbuf->st_gid; in __xstat64_conv() 163 buf->st_gid = kbuf->st_gid; in __xstat32_conv()
|
D | kernel_stat.h | 18 int st_gid; member 41 long int st_gid; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | xstatconv.c | 55 buf->st_gid = kbuf->st_gid; in __xstat_conv() 125 buf->st_gid = kbuf->st_gid; in __xstat64_conv() 194 buf->st_gid = kbuf->st_gid; in __xstat32_conv()
|
D | fstatat64.c | 68 .st_gid = tmp.stx_gid, in fstatat64_time64_statx() 129 buf->st_gid = st64.st_gid; in fstatat64_time64_stat()
|
D | stat_t64_cp.c | 45 st64->st_gid = st64_t64->st_gid; in __cp_stat64_t64_stat64()
|
D | fstatat.c | 49 buf->st_gid = st64.st_gid; in __fstatat()
|
D | faccessat.c | 64 : (stats.st_gid == ((flag & AT_EACCESS) in __faccessat() 66 || __group_member (stats.st_gid)) in __faccessat()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/ |
D | kstat_cp.h | 36 st->st_gid = kst->st_gid; in __cp_kstat_stat() 62 st->st_gid = kst->st_gid; in __cp_kstat_stat64_t64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | xstatconv.c | 48 buf->st_gid = kbuf->st_gid; in __xstat_conv() 98 buf->st_gid = kbuf->st_gid; in __xstat32_conv()
|
D | kernel_stat.h | 12 unsigned int st_gid; member 33 unsigned int st_gid; member
|
D | kstat_cp.h | 30 st64->st_gid = kst64->st_gid; in __cp_stat64_kstat64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | struct_stat.h | 45 __gid_t st_gid; /* Group ID of the file's group.*/ 100 __gid_t st_gid; /* Group ID of the file's group.*/ 147 __gid_t st_gid; 201 __gid_t st_gid;
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | struct_stat.h | 44 __gid_t st_gid; /* Group ID of the file's group.*/ 96 __gid_t st_gid; /* Group ID of the file's group.*/ 142 __gid_t st_gid; /* Group ID of the file's group.*/ member 191 __gid_t st_gid; /* Group ID of the file's group.*/ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
D | struct_stat.h | 36 __gid_t st_gid; /* Group ID of the file's group.*/ member 81 __gid_t st_gid; /* Group ID of the file's group.*/ 137 __gid_t st_gid; /* Group ID of the file's group.*/ member 179 __gid_t st_gid; /* Group ID of the file's group.*/
|
/glibc-2.36/io/ |
D | tst-fchownat.c | 135 if (fchownat (dir_fd, "some-file", st1.st_uid + 1, st1.st_gid + 1, 0) != 0) in do_test() 148 if (st1.st_uid + 1 != st2.st_uid || st1.st_gid + 1 != st2.st_gid) in do_test()
|
D | test-stat.c | 44 assert (offsetof (struct stat, st_gid) in do_test() 45 == offsetof (struct stat64, st_gid)); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/ |
D | struct_stat.h | 37 __gid_t st_gid; /* Group ID of the file's group. */ 85 __gid_t st_gid; /* Group ID of the file's group. */ 130 __gid_t st_gid; /* Group ID of the file's group. */
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 133 if (__chown (buf, uid, st.st_gid) < 0) in grantpt() 159 if (st.st_gid != gid) in grantpt() 181 |((st.st_gid == gid) ? (st.st_mode & S_IWGRP) : 0); in grantpt()
|
/glibc-2.36/bits/ |
D | stat.h | 45 __gid_t st_gid; /* Group ID of the file's group. */ member 94 __gid_t st_gid; /* Group ID of the file's group.*/ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | struct_stat.h | 33 __gid_t st_gid; /* Group ID of the file's group.*/ member 72 __gid_t st_gid; /* Group ID of the file's group.*/ member
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | statconv.c | 42 buf->st_gid = buf64->st_gid; in stat64_conv()
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/ |
D | struct_stat.h | 41 __gid_t st_gid; /* Group ID of the file's group.*/ 99 __gid_t st_gid; /* Group ID of the file's group.*/
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | struct_stat.h | 45 __gid_t st_gid; /* Group ID of the file's group.*/ member 84 __gid_t st_gid; /* Group ID of the file's group.*/ member
|