Searched refs:pwbufp (Results 1 - 2 of 2) sorted by path

/haiku/headers/posix/
H A Dpwd.h28 struct passwd** pwbufp);
/haiku/src/system/libroot/posix/
H A Dpwd_query.c470 int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp) argument
487 *pwbufp = NULL;
493 *pwbufp = pwbuf;
507 *pwbufp = pwbuf;

Completed in 25 milliseconds