Searched defs:irp_marshall_gr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h26 #define irp_marshall_gr __irp_marshall_gr macro
50 int irp_marshall_gr(const struct group *, char **, size_t *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c398 * int irp_marshall_gr(const struct group *gr, char **buffer, size_t *len)
410 irp_marshall_gr(const struct group *gr, char **buffer, size_t *len) { function
2221 irp_marshall_gr(gr, &b, &len);
2234 if (irp_marshall_gr(gr, &b, &len) != 0) {
2235 printf("irp_marshall_gr failed\n");

Completed in 48 milliseconds