ultrix man page for putpwent

Query: putpwent

OS: ultrix

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

putpwent(3)						     Library Functions Manual						       putpwent(3)

Name
       putpwent - write password file entry

Syntax
       #include <pwd.h>

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

Description
       The  subroutine	is  the inverse of Given a pointer to a passwd structure created by (or or writes a line on the stream f which matches the
       format of

Diagnostics
       The subroutine returns non-zero if an error was detected during its operation, otherwise zero.  The routine uses <stdio.h>, which causes it
       to increase the size of programs, not otherwise using standard I/O, more than might be expected.

																       putpwent(3)
Related Man Pages
putpwent(3) - redhat
putpwent(3) - suse
putpwent(3) - php
putpwent(3) - plan9
putpwent(3) - minix
Similar Topics in the Unix Linux Community
Whant to write an entry in /etc/passwd (putpwent)