COHERENT manpages

This page displays the COHERENT manpage for endpwent() [Close password file].

List of available manpages
Index


endpwent() -- General Function (libc)

Close password file
#include <pwd.h>
endpwent()

The COHERENT  system has  five routines  that search the  file /etc/passwd,
which  contains information  about every  user  of the  system.  endpwent()
closes the password 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

getpwent(),
getpwnam(),
getpwuid(),
libc,
pwd.h,
setpwent()