Searched refs:nohupout (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dnohup.c19 const char *nohupout; local
31 nohupout = "nohup.out";
35 if (open(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR) < 0) {
38 nohupout = concat_path_file(home, nohupout);
39 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
48 bb_error_msg("appending to %s", nohupout);
58 free((char*)nohupout);

Completed in 29 milliseconds