Home
last modified time | relevance | path

Searched refs: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.c406 irp_marshall_gr(const struct group *gr, char **buffer, size_t *len) { in irp_marshall_gr() function
2217 irp_marshall_gr(gr, &b, &len); in main()
2230 if (irp_marshall_gr(gr, &b, &len) != 0) { in main()