build/names.c - Simple user/group name/id cache (plus hostname and buildtime).
#include 'system.h'
#include 'rpmbuild.h'
#include 'debug.h'
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)
uid_t uids [1024]
ugstr_t unames [1024]
int uid_used = 0
gid_t gids [1024]
ugstr_t gnames [1024]
int gid_used = 0
Simple user/group name/id cache (plus hostname and buildtime).
Definition at line 13 of file names.c.
Definition at line 27 of file names.c.
Referenced by freeNames(), getGidS(), getGname(), and getGnameS().
Definition at line 23 of file names.c.
Referenced by getGidS(), getGname(), and getGnameS().
Definition at line 25 of file names.c.
Referenced by freeNames(), getGidS(), getGname(), and getGnameS().
Definition at line 20 of file names.c.
Referenced by freeNames(), getUidS(), getUname(), and getUnameS().
Definition at line 16 of file names.c.
Referenced by getUidS(), getUname(), and getUnameS().
Definition at line 18 of file names.c.
Referenced by freeNames(), getUidS(), getUname(), and getUnameS().
Generated automatically by Doxygen for rpm from the source code.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |