Searched refs:getpwent_r (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dpwd.h27 extern int getpwent_r(struct passwd* pwbuf, char* buf, size_t buflen,
/haiku/src/system/libroot/posix/
H A Dpwd.cpp129 int status = getpwent_r(&sPasswdBuffer, sPasswdStringBuffer,
138 getpwent_r(struct passwd* passwd, char* buffer, size_t bufferSize, function
H A Dpwd_query.c468 /* this conforms to the linux getpwent_r (there are several protos for that one... crap) */
470 int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp) function
480 PRINT(("getpwent_r: pwq = %p, idx = %d\n", p->pwent_query, p->pwidx));
523 err = getpwent_r(&p->pwent, p->pwbuff, PWBUFFSZ, &ent);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1871 void getpwent_r() {} function
H A Dlibroot_stubs_legacy.c1828 void getpwent_r() {} function

Completed in 148 milliseconds