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

  /external/strace/tests/
getgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
64 get_groups(const long size, GID_TYPE *const g)
112 GID_TYPE *const g1 =
114 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
61 printuid(GID_TYPE id)
63 if (id == (GID_TYPE) -1U)
94 const GID_TYPE *const g1 = tail_alloc(sizeof(*g1));
95 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
96 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);
  /external/strace/tests-m32/
getgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
64 get_groups(const long size, GID_TYPE *const g)
112 GID_TYPE *const g1 =
114 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
61 printuid(GID_TYPE id)
63 if (id == (GID_TYPE) -1U)
94 const GID_TYPE *const g1 = tail_alloc(sizeof(*g1));
95 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
96 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);
  /external/strace/tests-mx32/
getgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
64 get_groups(const long size, GID_TYPE *const g)
112 GID_TYPE *const g1 =
114 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 34 # define GID_TYPE unsigned int
46 # define GID_TYPE unsigned short
48 # define GID_TYPE unsigned int
55 #ifdef GID_TYPE
61 printuid(GID_TYPE id)
63 if (id == (GID_TYPE) -1U)
94 const GID_TYPE *const g1 = tail_alloc(sizeof(*g1));
95 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
96 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);

Completed in 975 milliseconds