Searched refs:xopen_stdio (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/posix/ |
D | nohup.c | 37 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
|
D | xargs.c | 187 xopen_stdio(FLAG(o) ? "/dev/tty" : "/dev/null", O_RDONLY|O_CLOEXEC); in xargs_main()
|
D | grep.c | 544 xopen_stdio("/dev/null", O_RDWR); in grep_main()
|
/external/toybox/toys/other/ |
D | openvt.c | 87 dup2(dup2(xopen_stdio(toybuf, O_RDWR), 1), 2); in openvt_main()
|
D | oneit.c | 91 xopen_stdio(TT.c ? : "/dev/tty0", O_RDWR|O_CLOEXEC); in oneit_main()
|
/external/toybox/toys/pending/ |
D | sulogin.c | 90 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
|
D | getty.c | 69 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
|
/external/toybox/lib/ |
D | xwrap.c | 203 xopen_stdio("/dev/null", O_RDWR); in xvdaemon() 436 int xopen_stdio(char *path, int flags) in xopen_stdio() function 468 xopen_stdio("/dev/null", O_RDWR); in xnotstdio() 499 return xnotstdio(xopen_stdio(path, flags)); in xopen()
|
D | lib.h | 142 int xopen_stdio(char *path, int flags);
|