COHERENT manpages

This page displays the COHERENT manpage for setpwent() [Rewind password file].

List of available manpages
Index


setpwent() -- General Function (libc)

Rewind password file
#include <pwd.h>
setpwent()

The COHERENT  system has  five routines  that search the  file /etc/passwd,
which  contains information  about every  user  of the  system.  setpwent()
rewinds  the  password  file,  which  allows  searches to  begin  from  the
beginning of  the file.  Please note  that this function does  not return a
meaningful value.

Example

For an example of this function, see the entry for getpwent().

Files

/etc/passwd
pwd.h

See Also

libc