Searched refs:fgetspent_r (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/posix/ |
H A D | shadow.h | 45 extern int fgetspent_r(FILE* file, struct spwd* spwd, char* buffer,
|
/haiku/src/system/libroot/posix/ |
H A D | shadow.cpp | 253 int status = fgetspent_r(file, &sShadowPwdBuffer, sShadowPwdStringBuffer, in fgetspent() 262 fgetspent_r(FILE* file, struct spwd* spwd, char* buffer, size_t bufferSize, in fgetspent_r() function
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1660 void fgetspent_r() {} in fgetspent_r() function
|
H A D | libroot_stubs.c | 1713 void fgetspent_r() {} in fgetspent_r() function
|