|
rpm 5.3.7
|

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) |
Definition in file ugid.c.
| char* gidToGname | ( | gid_t | gid | ) |
Definition at line 168 of file ugid.c.
References xrealloc().
Referenced by mtreeVisitD(), mtreeVisitF(), rpmvfVerify(), shownode(), statFormat(), tarHeaderWrite(), and unsatisfiedDepend().
| int gnameToGid | ( | const char * | thisGname, |
| gid_t * | gid | ||
| ) |
Definition at line 71 of file ugid.c.
References xrealloc().
Referenced by fsmMapAttrs(), iosmMapAttrs(), rpmfiFStat(), rpmvfNew(), set(), unsatisfiedDepend(), vfs_parse_ls_lga(), and xarGid().
| char* uidToUname | ( | uid_t | uid | ) |
Definition at line 135 of file ugid.c.
References xrealloc().
Referenced by mtreeVisitD(), mtreeVisitF(), rpmvfVerify(), shownode(), statFormat(), tarHeaderWrite(), and unsatisfiedDepend().
| int unameToUid | ( | const char * | thisUname, |
| uid_t * | uid | ||
| ) |
Definition at line 16 of file ugid.c.
References xrealloc().
Referenced by fsmMapAttrs(), iosmMapAttrs(), rpmfiFStat(), rpmvfNew(), set(), unsatisfiedDepend(), vfs_parse_ls_lga(), and xarUid().
1.7.3