Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

build/names.c File Reference

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

#include "system.h"
#include "rpmbuild.h"
#include "debug.h"

Go to the source code of this file.

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]
const char* unames [1024]
int uid_used = 0
gid_t gids [1024]
const char* gnames [1024]
int gid_used = 0


Detailed Description

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

Definition in file names.c.


Variable Documentation

int gid_used = 0 [static]
 

Definition at line 18 of file names.c.

gid_t gids [static]
 

Definition at line 16 of file names.c.

const char * gnames [static]
 

Definition at line 17 of file names.c.

int uid_used = 0 [static]
 

Definition at line 14 of file names.c.

uid_t uids [static]
 

Definition at line 12 of file names.c.

const char * unames [static]
 

Definition at line 13 of file names.c.


Generated at Mon Sep 24 10:37:36 2001 for rpm by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001