The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    logwtmp
    
     - append a new record to the wtmp file
    
     
    

    LIBRARY

    Lb libutil
    
     
    

    SYNOPSIS

       #include <sys/types.h>
       #include <libutil.h>
    void logwtmp (const char *line const char *name const char *host);
     

    DESCRIPTION

    The function logwtmp ();
    tries to append a new record to the wtmp(5) file, using the provided arguments line name and host and the current time.

    If the length of the hostname string host is longer than what would fit into the hostname field of the wtmp(5) file, it will first be attempted to convert it into a numerical IP address using gethostbyname(3). Failing this, the hostname will be recorded as Qq invalid hostname .

    The calling process must have permission to write to the wtmp(5) file.  

    RETURN VALUES

    None.  

    SEE ALSO

    gethostbyname(3), login(3), wtmp(5)


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO


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




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

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