Go to the documentation of this file.
43 #define SKIPSPACE(s) { while (*(s) && xisspace(*(s))) (s)++; }
44 #define SKIPNONSPACE(s) { while (*(s) && !xisspace(*(s))) (s)++; }
46 #define PART_SUBNAME 0
78 #define STRIP_NOTHING 0
79 #define STRIP_TRAILINGSPACE (1 << 0)
80 #define STRIP_COMMENTS (1 << 1)
81 #define STRIP_NOEXPAND (1 << 2)
101 extern const char *
getUname(uid_t uid)
111 extern const char *
getUnameS(
const char * uname)
121 uid_t
getUidS(
const char * uname)
131 extern const char *
getGname(gid_t gid)
141 extern const char *
getGnameS(
const char * gname)
151 gid_t
getGidS(
const char * gname)
211 int parseNum(
const char * line,
int * res)
511 const char * rootURL,
513 const char * passPhrase,
515 int anyarch,
int force,
int verify)