Searched refs:GID_TYPE (Results 1 – 6 of 6) sorted by relevance
35 # define GID_TYPE unsigned int macro47 # define GID_TYPE unsigned short macro49 # define GID_TYPE unsigned int macro56 #ifdef GID_TYPE65 get_groups(const long size, GID_TYPE *const g) in get_groups()113 GID_TYPE *const g1 = in main()115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1)); in main()
35 # define GID_TYPE unsigned int macro47 # define GID_TYPE unsigned short macro49 # define GID_TYPE unsigned int macro56 #ifdef GID_TYPE62 printuid(GID_TYPE id) in printuid()64 if (id == (GID_TYPE) -1U) in printuid()95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1); in main()96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main()97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); in main()