Searched refs:irp_marshall_gr (Results 1 – 2 of 2) sorted by relevance
26 #define irp_marshall_gr __irp_marshall_gr macro50 int irp_marshall_gr(const struct group *, char **, size_t *);
410 irp_marshall_gr(const struct group *gr, char **buffer, size_t *len) { in irp_marshall_gr() function2221 irp_marshall_gr(gr, &b, &len); in main()2234 if (irp_marshall_gr(gr, &b, &len) != 0) { in main()