HomeSort by relevance Sort by last modified time
    Searched refs:__gid_t (Results 1 - 25 of 36) sorted by null

1 2

  /external/e2fsprogs/include/nonunix/
grp.h 4 typedef unsigned short __gid_t; typedef
5 __inline __gid_t getgid(void){return 0;}
12 __gid_t gr_gid;
pwd.h 15 __gid_t pw_gid;
  /external/e2fsprogs/include/mingw/
unistd.h 9 __inline __gid_t getgid(void){return 0;}
10 __inline __gid_t getegid(void){return 0;}
grp.h 12 __gid_t gr_gid;
pwd.h 13 __gid_t pw_gid;
  /external/e2fsprogs/include/mingw/sys/
types.h 9 typedef unsigned short __gid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ipc.h 47 __gid_t gid; /* Owner's group ID. */
49 __gid_t cgid; /* Creator's group ID. */
stat.h 51 __gid_t st_gid; /* Group ID of the file's group.*/
105 __gid_t st_gid; /* Group ID of the file's group.*/
unistd.h 255 extern int __getgroups_chk (int __size, __gid_t __list[], size_t __listlen)
257 extern int __REDIRECT_NTH (__getgroups_alias, (int __size, __gid_t __list[]),
260 (int __size, __gid_t __list[], size_t __listlen),
266 __NTH (getgroups (int __size, __gid_t __list[]))
273 if (__size * sizeof (__gid_t) > __bos (__list))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ipc.h 47 __gid_t gid; /* Owner's group ID. */
49 __gid_t cgid; /* Creator's group ID. */
stat.h 65 __gid_t st_gid; /* Group ID of the file's group.*/
133 __gid_t st_gid; /* Group ID of the file's group.*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
fsuid.h 32 extern int setfsgid (__gid_t __gid) __THROW;
ipc.h 38 typedef __gid_t gid_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
fsuid.h 32 extern int setfsgid (__gid_t __gid) __THROW;
ipc.h 38 typedef __gid_t gid_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
grp.h 39 typedef __gid_t gid_t;
48 __gid_t gr_gid; /* Group ID. */
107 extern struct group *getgrgid (__gid_t __gid);
146 extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
182 extern int setgroups (size_t __n, __const __gid_t *__groups) __THROW;
192 extern int getgrouplist (__const char *__user, __gid_t __group,
193 __gid_t *__groups, int *__ngroups);
203 extern int initgroups (__const char *__user, __gid_t __group);
unistd.h 233 typedef __gid_t gid_t;
474 extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
479 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
484 extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
493 __gid_t __group, int __flag)
704 extern __gid_t getgid (void) __THROW;
707 extern __gid_t getegid (void) __THROW;
712 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
716 extern int group_member (__gid_t __gid) __THROW;
740 extern int setgid (__gid_t __gid) __THROW
    [all...]
pwd.h 39 typedef __gid_t gid_t;
55 __gid_t pw_gid; /* Group ID. */
stropts.h 27 typedef __gid_t gid_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth_unix.h 66 __gid_t aup_gid;
68 __gid_t *aup_gids;
auth.h 158 extern AUTH *authunix_create (char *__machname, __uid_t __uid, __gid_t __gid,
159 int __len, __gid_t *__aup_gids);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ansi.h 51 typedef __uint32_t __gid_t; ///< group id typedef
types.h 164 typedef __gid_t gid_t; /* group id */
165 #define gid_t __gid_t
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_types.h 45 typedef __uint32_t __gid_t; typedef
  /bionic/libc/include/sys/
types.h 42 typedef __kernel_gid32_t __gid_t; typedef
43 typedef __gid_t gid_t;

Completed in 487 milliseconds

1 2