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)
542 const char * rootURL,
544 const char * passPhrase,
546 int anyarch,
int force,
int verify)