Searched refs:gid_t (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | grp.h | 52 gid_t gr_gid; /* group id */ 61 struct group *getgrgid (gid_t); 66 int getgrgid_r (gid_t, struct group *, 75 int initgroups (const char *, gid_t);
|
D | pwd.h | 51 gid_t pw_gid; /* user gid */
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 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); [all …]
|
D | stat.h | 74 typedef __gid_t gid_t; /* group id */ typedef 102 gid_t st_gid;
|
D | types.h | 192 typedef __gid_t gid_t; /* group id */ typedef
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | unistd.h | 52 __ssp_decl(int, getgroups, (int __n, gid_t __buf[])) 54 __ssp_check(__buf, __n * sizeof(gid_t), __ssp_bos);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 9572 typedef dev_t, gid_t, and uid_t. 9573 * libc/include/sys/_types.h: Move previous dev_t, uid_t and gid_t 12977 members to uid_t and gid_t according to SUSv3. 19023 and gid_t when compiling for Cygwin.
|