Searched refs:xopen_stdio (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/other/ |
D | oneit.c | 73 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/ |
D | nohup.c | 40 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
|
D | grep.c | 490 xopen_stdio("/dev/null", O_RDWR); in grep_main()
|
/external/toybox/toys/pending/ |
D | sulogin.c | 91 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
|
D | openvt.c | 103 vt_fd = xopen_stdio(toybuf, O_RDWR); in openvt_main()
|
D | getty.c | 131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
|
/external/toybox/lib/ |
D | xwrap.c | 374 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()
|
D | lib.h | 148 int xopen_stdio(char *path, int flags);
|