The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

getpw (3)
  • getpw (3) ( Solaris man: Библиотечные вызовы )
  • >> getpw (3) ( FreeBSD man: Библиотечные вызовы )
  • getpw (3) ( Русские man: Библиотечные вызовы )
  • getpw (3) ( Linux man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    getpw
    
     - get name from uid
    
     
    

    LIBRARY

    Lb libcompat
    
     
    

    SYNOPSIS

       #include <sys/types.h>
    int getpw (uid_t uid char *buf);
     

    DESCRIPTION

    Bf -symbolic The getpw ();
    function is made obsolete by getpwuid(3). Ef

    The getpw ();
    function reads the file /etc/passwd and if it finds the specified Fa uid , copies the password entry line into the string pointed to by Fa buf . the null terminated entry line from the password database, and appends the NUL character.  

    RETURN VALUES

    The getpw ();
    function returns the zero if successful, otherwise a non-zero if the entry does not exist.  

    FILES

    /etc/passwd

     

    SEE ALSO

    getpwent(3), passwd(5)  

    HISTORY

    A getpw ();
    function appeared in AT&T System v6 .  

    BUGS

    The area pointed to by Fa buf must be large enough to hold the user name.

    All of the bugs from getpwent(3) hold valid as well.


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    FILES
    SEE ALSO
    HISTORY
    BUGS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру