Home
last modified time | relevance | path

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

/third_party/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()
/third_party/toybox/toys/posix/
Dnohup.c40 xopen_stdio("/dev/null", O_RDONLY); in nohup_main()
Dxargs.c183 xopen_stdio(FLAG(o) ? "/dev/tty" : "/dev/null", O_RDONLY); in xargs_main()
Dgrep.c491 xopen_stdio("/dev/null", O_RDWR); in grep_main()
/third_party/toybox/toys/pending/
Dopenvt.c70 dup2(dup2(xopen_stdio(toybuf, O_RDWR), 1), 2); in openvt_main()
Dsulogin.c91 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0); in sulogin_main()
Dgetty.c131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
/third_party/toybox/lib/
Dxwrap.c381 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()
Dlib.h157 int xopen_stdio(char *path, int flags);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h152 int xopen_stdio(char *path, int flags);