Home
last modified time | relevance | path

Searched refs:xopen_stdio (Results 1 – 9 of 9) sorted by relevance

/external/toybox/toys/posix/
Dnohup.c37 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
Dxargs.c187 xopen_stdio(FLAG(o) ? "/dev/tty" : "/dev/null", O_RDONLY|O_CLOEXEC); in xargs_main()
Dgrep.c544 xopen_stdio("/dev/null", O_RDWR); in grep_main()
/external/toybox/toys/other/
Dopenvt.c87 dup2(dup2(xopen_stdio(toybuf, O_RDWR), 1), 2); in openvt_main()
Doneit.c91 xopen_stdio(TT.c ? : "/dev/tty0", O_RDWR|O_CLOEXEC); in oneit_main()
/external/toybox/toys/pending/
Dsulogin.c90 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
Dgetty.c69 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
/external/toybox/lib/
Dxwrap.c203 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()
Dlib.h142 int xopen_stdio(char *path, int flags);