*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> putpwent (3c)              
Title
Content
Arch
Section
 

Contents


PUTPWENT(3C)							  PUTPWENT(3C)


NAME    [Toc]    [Back]

     putpwent -	write password file entry

SYNOPSIS    [Toc]    [Back]

     #include <pwd.h>

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

DESCRIPTION    [Toc]    [Back]

     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.

SEE ALSO    [Toc]    [Back]

      
      
     getpwent(3C), getspent(3C), putspent(3C).

DIAGNOSTICS    [Toc]    [Back]

     putpwent returns non-zero if an error was detected	during its operation,
     otherwise zero.

WARNINGS    [Toc]    [Back]

     The above routine uses <stdio.h>, which causes it to increase the size of
     programs, not otherwise using standard I/O, more than might be expected.

     This call is only useful in a loop	with getpwent(3C).  If NIS
     interpretation of '+' fields is not disabled, the entire contents of the
     NIS passwd	map will then end up in	/etc/passwd.  This is most likely not
     the desired effect.  See the _getpwnet_no_yp and _getpwent_no_shadow
     variables in getpwent(3C) for a solution.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
putpwent Linux write a password file entry
putspent IRIX write shadow password file entry
getpwent Linux get password file entry
getpwnam Linux get password file entry
fgetpwent Linux get password file entry
getpwent IRIX get password file entry
getspent IRIX manipulate shadow password file entry
getpw Linux Re-construct password line entry
getespwent Tru64 Manipulate protected password database entry (Enhanced Security)
copyespwent Tru64 Manipulate protected password database entry (Enhanced Security)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service