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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 37 milliseconds