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 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
65 get_groups(const long size, GID_TYPE *const g)
113 GID_TYPE *const g1 =
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
62 printuid(GID_TYPE id)
64 if (id == (GID_TYPE) -1U)
95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1);
96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);
  /external/strace/tests-m32/
getgroups.c 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
65 get_groups(const long size, GID_TYPE *const g)
113 GID_TYPE *const g1 =
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
62 printuid(GID_TYPE id)
64 if (id == (GID_TYPE) -1U)
95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1);
96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);
  /external/strace/tests-mx32/
getgroups.c 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
65 get_groups(const long size, GID_TYPE *const g)
113 GID_TYPE *const g1 =
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1));
setgroups.c 35 # define GID_TYPE unsigned int
47 # define GID_TYPE unsigned short
49 # define GID_TYPE unsigned int
56 #ifdef GID_TYPE
62 printuid(GID_TYPE id)
64 if (id == (GID_TYPE) -1U)
95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1);
96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2);
97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3);

Completed in 1676 milliseconds