Searched refs:xopen3 (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dnohup.c61 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
H A Duniq.c55 //xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666);
56 xmove_fd(xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
H A Dsort.c415 xmove_fd(xopen3(str_o, O_WRONLY|O_CREAT|O_TRUNC, 0666), STDOUT_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dnohup.c61 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
H A Duniq.c55 //xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666);
56 xmove_fd(xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
H A Dsort.c415 xmove_fd(xopen3(str_o, O_WRONLY|O_CREAT|O_TRUNC, 0666), STDOUT_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dnohup.c61 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
H A Duniq.c55 //xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666);
56 xmove_fd(xopen3(output, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
H A Dsort.c415 xmove_fd(xopen3(str_o, O_WRONLY|O_CREAT|O_TRUNC, 0666), STDOUT_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c110 dst_fd = xopen3(file_header->name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dcrontab.c160 src_fd = xopen3(tmp_fname, O_RDWR|O_CREAT|O_TRUNC, 0600);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c110 dst_fd = xopen3(file_header->name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dcrontab.c160 src_fd = xopen3(tmp_fname, O_RDWR|O_CREAT|O_TRUNC, 0600);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c110 dst_fd = xopen3(file_header->name,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dcrontab.c160 src_fd = xopen3(tmp_fname, O_RDWR|O_CREAT|O_TRUNC, 0600);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxfuncs_printf.c126 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) function
140 return xopen3(pathname, flags, 0666);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxfuncs_printf.c126 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) function
140 return xopen3(pathname, flags, 0666);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxfuncs_printf.c126 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) function
140 return xopen3(pathname, flags, 0666);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dcpio.c373 xmove_fd(xopen3(cpio_filename, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
H A Dunzip.c629 dst_fd = xopen3(dst_fn, O_WRONLY | O_CREAT | O_TRUNC, file_mode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dcpio.c373 xmove_fd(xopen3(cpio_filename, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dcpio.c373 xmove_fd(xopen3(cpio_filename, O_WRONLY | O_CREAT | O_TRUNC, 0666), STDOUT_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/runit/
H A Drunsv.c524 svd[0].fdlock = xopen3("log/supervise/lock"+4,
548 svd[1].fdlock = xopen3("log/supervise/lock",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/runit/
H A Drunsv.c524 svd[0].fdlock = xopen3("log/supervise/lock"+4,
548 svd[1].fdlock = xopen3("log/supervise/lock",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/runit/
H A Drunsv.c524 svd[0].fdlock = xopen3("log/supervise/lock"+4,
548 svd[1].fdlock = xopen3("log/supervise/lock",

Completed in 272 milliseconds

12