Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ putpwent(3C) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getpwent(3C)

putpwent(3C)                                                   putpwent(3C)

NAME
     putpwent - write password file entry

SYNOPSIS
     #include <pwd.h>

     int putpwent(const struct passwd *p, FILE *f);

DESCRIPTION
     putpwent() is the inverse of getpwent(3C). Given a pointer to a passwd
     structure created by getpwent() (or getpwuid() or getpwnam()),
     putpwent() writes a line on the stream f, which matches the format of
     /etc/passwd.

RESULT
     putpwent() returns non-zero if an error was detected during its opera-
     tion, otherwise zero.

SEE ALSO
     getpwent(3C).



































Page 1                       Reliant UNIX 5.44                Printed 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026