Lines Matching refs:gid_t
68 typedef __gid_t gid_t; /* group id */ typedef
84 int chown (const char *__path, uid_t __owner, gid_t __group);
138 int fchown (int __fildes, uid_t __owner, gid_t __group);
141 int fchownat (int __dirfd, const char *__path, uid_t __owner, gid_t __group, int __flags);
162 gid_t getegid (void);
164 gid_t getgid (void);
165 int getgroups (int __gidsetsize, gid_t __grouplist[]);
178 int getpeereid (int, uid_t *, gid_t *);
204 int lchown (const char *__path, uid_t __owner, gid_t __group);
249 int setegid (gid_t __gid);
252 int setgid (gid_t __gid);
254 int setgroups (int ngroups, const gid_t *grouplist);
264 int setregid (gid_t __rgid, gid_t __egid);