Searched refs:irp_marshall_pw (Results 1 – 2 of 2) sorted by relevance
32 #define irp_marshall_pw __irp_marshall_pw macro48 int irp_marshall_pw(const struct passwd *, char **, size_t *);
135 irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len) { in irp_marshall_pw() function2266 irp_marshall_pw(pw, &b, &len); in main()2279 if (irp_marshall_pw(pw, &b, &len) != 0) { in main()