Home
last modified time | relevance | path

Searched refs:st_gid (Results 1 – 25 of 49) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dxstatconv.c44 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()
Dkernel_stat.h9 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/
Dxstatconv.c54 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()
Dkernel_stat.h18 int st_gid; member
41 long int st_gid; member
/glibc-2.36/sysdeps/unix/sysv/linux/
Dxstatconv.c55 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()
Dfstatat64.c68 .st_gid = tmp.stx_gid, in fstatat64_time64_statx()
129 buf->st_gid = st64.st_gid; in fstatat64_time64_stat()
Dstat_t64_cp.c45 st64->st_gid = st64_t64->st_gid; in __cp_stat64_t64_stat64()
Dfstatat.c49 buf->st_gid = st64.st_gid; in __fstatat()
Dfaccessat.c64 : (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/
Dkstat_cp.h36 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/
Dxstatconv.c48 buf->st_gid = kbuf->st_gid; in __xstat_conv()
98 buf->st_gid = kbuf->st_gid; in __xstat32_conv()
Dkernel_stat.h12 unsigned int st_gid; member
33 unsigned int st_gid; member
Dkstat_cp.h30 st64->st_gid = kst64->st_gid; in __cp_stat64_kstat64()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dstruct_stat.h45 __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/
Dstruct_stat.h44 __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/
Dstruct_stat.h36 __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/
Dtst-fchownat.c135 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()
Dtest-stat.c44 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/
Dstruct_stat.h37 __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/
Dgrantpt.c133 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/
Dstat.h45 __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/
Dstruct_stat.h33 __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/
Dstatconv.c42 buf->st_gid = buf64->st_gid; in stat64_conv()
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/
Dstruct_stat.h41 __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/
Dstruct_stat.h45 __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

12