Searched refs:grpbuf (Results 1 – 2 of 2) sorted by relevance
53 static struct grpbuf { struct54 struct grpbuf *next; argument61 struct grpbuf **g; in group_from_gid() argument70 *g = (struct grpbuf *)malloc(sizeof(struct grpbuf)); in group_from_gid()
652 struct group grpbuf; in parse_option() local1956 while ((i = getgrnam_r(arg, &grpbuf, p, (size_t)l, &grp)) == in parse_option()