Go to the documentation of this file.
45 #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; }
46 #define SKIPNONSPACE(s) { while (*(s) && !xisspace(*(s))) (s)++; }
48 #define PART_SUBNAME 0
116 extern const char *
getUname(uid_t uid)
126 extern const char *
getUnameS(
const char * uname)
136 uid_t
getUidS(
const char * uname)
146 extern const char *
getGname(gid_t gid)
156 extern const char *
getGnameS(
const char * gname)
166 gid_t
getGidS(
const char * gname)
432 #define freePackage(_pkg) \
433 ((Package)rpmioFreePoolItem((rpmioItem)(_pkg), __FUNCTION__, __FILE__, __LINE__))
545 const char * rootURL,
547 const char * passPhrase,
549 int anyarch,
int force,
int verify)