![]() |
![]() |
![]() |
![]() |
Rewind the password database file
#include <sys/types.h> #include <pwd.h> int setpwent( void );
libc
The setpwent() function rewinds to the start of the password name database file. It's provided for programs that make multiple lookups in the password database (using the getpwuid() and getpwnam() calls) to avoid opening and closing the password database for each access.
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | No |
![]() |
![]() |
![]() |
![]() |