rpm  5.4.15
Functions
ugid.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int unameToUid (const char *thisUname, uid_t *uid)
 
int gnameToGid (const char *thisGname, gid_t *gid)
 
char * uidToUname (uid_t uid)
 
char * gidToGname (gid_t gid)
 

Function Documentation

char* gidToGname ( gid_t  gid)
int gnameToGid ( const char *  thisGname,
gid_t *  gid 
)
char* uidToUname ( uid_t  uid)
int unameToUid ( const char *  thisUname,
uid_t *  uid 
)