Home
last modified time | relevance | path

Searched refs:GID_T (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h75 int SETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list) in SETGROUPS()
80 int GETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list) in GETGROUPS()
95 int SETGID(void (cleanup)(void), GID_T gid) in SETGID()
100 GID_T GETGID(void (cleanup)(void)) in GETGID()
110 GID_T GETEGID(void (cleanup)(void)) in GETEGID()
120 int SETFSGID(void (cleanup)(void), GID_T gid) in SETFSGID()
129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID()
139 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID()
144 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN()
149 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN()
[all …]
Dcompat_gid.h29 typedef __kernel_old_gid_t GID_T; typedef
40 typedef gid_t GID_T; typedef
/external/ltp/testcases/kernel/syscalls/getgroups/
Dgetgroups01.c65 static GID_T gidset[NGROUPS];
66 static GID_T cmpset[NGROUPS];
71 GID_T group; in main()
101 memset(gidset, 052, NGROUPS * sizeof(GID_T)); in main()
102 memset(cmpset, 052, NGROUPS * sizeof(GID_T)); in main()
108 if (memcmp(cmpset, gidset, NGROUPS * sizeof(GID_T)) != 0) in main()
Dgetgroups03.c51 static GID_T groups_list[NGROUPS];
52 static GID_T groups[NGROUPS];
91 static int readgroups(GID_T groups[NGROUPS]) in readgroups()
97 GID_T g; in readgroups()
163 GID_T egid; in verify_groups()
/external/ltp/testcases/kernel/syscalls/setgroups/
Dsetgroups03.c87 GID_T *groups_list; /* Array to hold gids for getgroups() */
115 groups_list = malloc(ngroups_max * sizeof(GID_T)); in main()
118 " %d ", ngroups_max * sizeof(GID_T), errno); in main()
Dsetgroups04.c77 GID_T groups_list[NGROUPS];
Dsetgroups01.c130 GID_T list[NGROUPS];
Dsetgroups02.c81 GID_T groups_list[NGROUPS]; /* Array to hold gids for getgroups() */
/external/elfutils/backends/
Dsparc_corenote.c91 # define GID_T uint16_t macro
102 # define GID_T uint32_t macro
Ds390_corenote.c109 # define GID_T uint16_t macro
120 # define GID_T uint32_t macro
Dtilegx_corenote.c56 #define GID_T uint32_t macro
Dalpha_corenote.c62 #define GID_T uint32_t macro
Darm_corenote.c66 #define GID_T uint16_t macro
Dsh_corenote.c62 #define GID_T uint16_t macro
Dppc_corenote.c114 #define GID_T uint32_t macro
Dx86_64_corenote.c112 #define GID_T uint32_t macro
Di386_corenote.c74 #define GID_T uint16_t macro
Daarch64_corenote.c45 #define GID_T uint32_t macro
Dlinux-core-note.c58 # define PRPSINFO_GID_T GID_T
DChangeLog99 (pr_gid): Replace GID_T with PRPSINFO_GID_T.