Home
last modified time | relevance | path

Searched refs:gid_t (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dgrp.h52 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);
Dpwd.h51 gid_t pw_gid; /* user gid */
/picolibc-latest/newlib/libc/include/sys/
Dunistd.h68 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 …]
Dstat.h74 typedef __gid_t gid_t; /* group id */ typedef
102 gid_t st_gid;
Dtypes.h192 typedef __gid_t gid_t; /* group id */ typedef
/picolibc-latest/newlib/libc/include/ssp/
Dunistd.h52 __ssp_decl(int, getgroups, (int __n, gid_t __buf[]))
54 __ssp_check(__buf, __n * sizeof(gid_t), __ssp_bos);
/picolibc-latest/newlib/
DChangeLog-20159572 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.