|
��������
putpwent - �������� ������� ����� �������
���������
#include <pwd.h> int putpwent (p, f) struct passwd *p; FILE *f;
��������
������� putpwent �������� �������� � getpwent(3C). ���������� ���������� �� ��������� ���� passwd, ���������
getpwent (��� getpwuid, ��� getpwnam), ������� putpwent
���������� ������ � ����� f, ��������������� �������
����� /etc/passwd.
��. �����
getpwent(3C).
�����������
� ������ ������ ������� putpwent ������ ��������� ���������; � ��������� ������ ������������ 0.
���������������
��������� ������� ���������� ����������� ����� �����/
������, ��� �������� � ������������ ���������� �������
��������, �� ������������ ����������� ����/�����.
|