user.c | 212 static int asystem(const char *fmt, ...) __printflike(1, 2); 246 asystem(const char *fmt, ...) function in typeref:typename:int 299 /* we add the "|| true" to keep asystem() quiet if there is a non-zero exit status. */ 300 (void)asystem("%s -rf %s > /dev/null 2>&1 || true", _PATH_RM, 357 (void)asystem("cd %s && %s -rw -pe %s . %s", 360 (void)asystem("%s -R -h %d:%d %s", _PATH_CHOWN, uid, gid, dir); 361 (void)asystem("%s -R u+w %s", _PATH_CHMOD, dir); 363 (void)asystem("%s 0%o %s", _PATH_CHMOD, homeperm, dir); 1260 if (asystem("%s -p %s", _PATH_MKDIR, home) != 0) { 1708 asystem("%s %s %s", _PATH_MV, homedir, pwp->pw_dir) != 0) [all...] |