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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h32 #define irp_marshall_pw __irp_marshall_pw macro
48 int irp_marshall_pw(const struct passwd *, char **, size_t *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c122 * int irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len)
135 irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len) { function
2266 irp_marshall_pw(pw, &b, &len);
2279 if (irp_marshall_pw(pw, &b, &len) != 0) {
2280 printf("irp_marshall_pw failed\n");

Completed in 58 milliseconds