The OpenNET Project / Index page

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

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

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

names.c (3)
  • >> names.c (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    build/names.c - Simple user/group name/id cache (plus hostname and buildtime). 
     
    

    SYNOPSIS


    #include 'system.h'
    #include 'rpmbuild.h'
    #include 'debug.h'
     

    Typedefs


    typedef const char * ugstr_t
     

    Functions


    void freeNames (void)

    const char * getUname (uid_t uid)

    const char * getUnameS (const char *uname)

    uid_t getUidS (const char *uname)

    const char * getGname (gid_t gid)

    const char * getGnameS (const char *gname)

    gid_t getGidS (const char *gname)

    int_32 *const getBuildTime (void)

    const char *const buildHost (void)
     

    Variables


    uid_t uids [1024]

    ugstr_t unames [1024]

    int uid_used = 0

    gid_t gids [1024]

    ugstr_t gnames [1024]

    int gid_used = 0
     

    DETAILED DESCRIPTION

    Simple user/group name/id cache (plus hostname and buildtime).

    Definition in file names.c.  

    TYPEDEF DOCUMENTATION

     

    typedef const char* ugstr_t

    Definition at line 13 of file names.c.  

    VARIABLE DOCUMENTATION

     

    int gid_used = 0 [static]

    Definition at line 27 of file names.c.

    Referenced by freeNames(), getGidS(), getGname(), and getGnameS().  

    gid_t gids[1024] [static]

    Definition at line 23 of file names.c.

    Referenced by getGidS(), getGname(), and getGnameS().  

    ugstr_t gnames[1024] [static]

    Definition at line 25 of file names.c.

    Referenced by freeNames(), getGidS(), getGname(), and getGnameS().  

    int uid_used = 0 [static]

    Definition at line 20 of file names.c.

    Referenced by freeNames(), getUidS(), getUname(), and getUnameS().  

    uid_t uids[1024] [static]

    Definition at line 16 of file names.c.

    Referenced by getUidS(), getUname(), and getUnameS().  

    ugstr_t unames[1024] [static]

    Definition at line 18 of file names.c.

    Referenced by freeNames(), getUidS(), getUname(), and getUnameS().  

    AUTHOR

    Generated automatically by Doxygen for rpm from the source code.


     

    Index

    NAME
    SYNOPSIS
    Typedefs
    Functions
    Variables
    DETAILED DESCRIPTION
    TYPEDEF DOCUMENTATION
    typedef const char* ugstr_t
    VARIABLE DOCUMENTATION
    int gid_used = 0 [static]
    gid_t gids[1024] [static]
    ugstr_t gnames[1024] [static]
    int uid_used = 0 [static]
    uid_t uids[1024] [static]
    ugstr_t unames[1024] [static]
    AUTHOR


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




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

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