HomeSort by relevance Sort by last modified time
    Searched refs:GID_T (Results 1 - 19 of 19) sorted by null

  /external/ltp/testcases/kernel/syscalls/utils/
compat_gid.h 29 typedef __kernel_old_gid_t GID_T;
30 int GID_SIZE_CHECK(gid_t gid)
40 typedef gid_t GID_T;
41 int GID_SIZE_CHECK(gid_t gid LTP_ATTRIBUTE_UNUSED)
compat_16.h 38 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
75 int SETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list)
80 int GETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list)
95 int SETGID(void (cleanup)(void), GID_T gid)
100 GID_T GETGID(void (cleanup)(void))
110 GID_T GETEGID(void (cleanup)(void))
120 int SETFSGID(void (cleanup)(void), GID_T gid)
129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid
    [all...]
  /external/ltp/testcases/kernel/syscalls/getgroups/
getgroups01.c 65 static GID_T gidset[NGROUPS];
66 static GID_T cmpset[NGROUPS];
71 GID_T group;
101 memset(gidset, 052, NGROUPS * sizeof(GID_T));
102 memset(cmpset, 052, NGROUPS * sizeof(GID_T));
108 if (memcmp(cmpset, gidset, NGROUPS * sizeof(GID_T)) != 0)
182 gid_t init_gidset[3] = {0, 1, 2};
getgroups03.c 51 static GID_T groups_list[NGROUPS];
52 static GID_T groups[NGROUPS];
86 * readgroups(GID_T *) - Read supplimentary group ids of "root" user
91 static int readgroups(GID_T groups[NGROUPS])
97 GID_T g;
163 GID_T egid;
  /external/ltp/testcases/kernel/syscalls/setgroups/
setgroups03.c 87 GID_T *groups_list; /* Array to hold gids for getgroups() */
115 groups_list = malloc(ngroups_max * sizeof(GID_T));
118 " %d ", ngroups_max * sizeof(GID_T), errno);
setgroups01.c 130 GID_T list[NGROUPS];
setgroups04.c 77 GID_T groups_list[NGROUPS];
setgroups02.c 81 GID_T groups_list[NGROUPS]; /* Array to hold gids for getgroups() */
  /external/elfutils/backends/
tilegx_corenote.c 56 #define GID_T uint32_t
sparc_corenote.c 91 # define GID_T uint16_t
102 # define GID_T uint32_t
alpha_corenote.c 62 #define GID_T uint32_t
s390_corenote.c 109 # define GID_T uint16_t
120 # define GID_T uint32_t
arm_corenote.c 66 #define GID_T uint16_t
sh_corenote.c 62 #define GID_T uint16_t
ppc_corenote.c 114 #define GID_T uint32_t
x86_64_corenote.c 112 #define GID_T uint32_t
aarch64_corenote.c 45 #define GID_T uint32_t
i386_corenote.c 74 #define GID_T uint16_t
linux-core-note.c 58 # define PRPSINFO_GID_T GID_T

Completed in 1726 milliseconds