Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Doneit.c73 while (xopen_stdio("/", 0) < 3); in oneit_main()
100 xopen_stdio(TT.c ? TT.c : "/dev/tty0", O_RDWR|O_CLOEXEC); in oneit_main()
/external/toybox/toys/posix/
Dnohup.c40 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
Dgrep.c490 xopen_stdio("/dev/null", O_RDWR); in grep_main()
/external/toybox/toys/pending/
Dsulogin.c91 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
Dopenvt.c103 vt_fd = xopen_stdio(toybuf, O_RDWR); in openvt_main()
Dgetty.c131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
/external/toybox/lib/
Dxwrap.c374 int xopen_stdio(char *path, int flags) in xopen_stdio() function
408 xopen_stdio("/dev/null", O_RDWR); in notstdio()
439 return notstdio(xopen_stdio(path, flags)); in xopen()
Dlib.h148 int xopen_stdio(char *path, int flags);