Home
last modified time | relevance | path

Searched refs: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.c131 irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len) { in irp_marshall_pw() function
2262 irp_marshall_pw(pw, &b, &len); in main()
2275 if (irp_marshall_pw(pw, &b, &len) != 0) { in main()