Searched refs:xopen_stdio (Results 1 – 10 of 10) sorted by relevance
/third_party/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()
|
/third_party/toybox/toys/posix/ |
D | nohup.c | 40 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
|
D | xargs.c | 183 xopen_stdio(FLAG(o) ? "/dev/tty" : "/dev/null", O_RDONLY); in xargs_main()
|
D | grep.c | 491 xopen_stdio("/dev/null", O_RDWR); in grep_main()
|
/third_party/toybox/toys/pending/ |
D | openvt.c | 70 dup2(dup2(xopen_stdio(toybuf, O_RDWR), 1), 2); in openvt_main()
|
D | sulogin.c | 91 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
|
D | getty.c | 131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
|
/third_party/toybox/lib/ |
D | xwrap.c | 381 int xopen_stdio(char *path, int flags) in xopen_stdio() function 415 xopen_stdio("/dev/null", O_RDWR); in notstdio() 446 return notstdio(xopen_stdio(path, flags)); in xopen()
|
D | lib.h | 157 int xopen_stdio(char *path, int flags);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 152 int xopen_stdio(char *path, int flags);
|