Home
last modified time | relevance | path

Searched refs:irp_marshall_gr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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 *);
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c410 irp_marshall_gr(const struct group *gr, char **buffer, size_t *len) { in irp_marshall_gr() function
2221 irp_marshall_gr(gr, &b, &len); in main()
2234 if (irp_marshall_gr(gr, &b, &len) != 0) { in main()