HomeSort by relevance Sort by last modified time
    Searched refs:xopen_stdio (Results 1 - 8 of 8) sorted by null

  /external/toybox/toys/posix/
nohup.c 39 xopen_stdio("/dev/null", O_RDONLY);
grep.c 394 xopen_stdio("/dev/null", O_RDWR);
  /external/toybox/toys/other/
oneit.c 72 while (xopen_stdio("/", 0) < 3);
99 xopen_stdio(TT.console ? TT.console : "/dev/tty0", O_RDWR|O_CLOEXEC);
  /external/toybox/toys/pending/
sulogin.c 91 dup2((fd = xopen_stdio(toys.optargs[0], O_RDWR)), 0);
openvt.c 103 vt_fd = xopen_stdio(toybuf, O_RDWR);
getty.c 131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC);
  /external/toybox/lib/
xwrap.c 339 int xopen_stdio(char *path, int flags) function
373 xopen_stdio("/dev/null", O_RDWR);
389 return notstdio(xopen_stdio(path, flags));
lib.h 143 int xopen_stdio(char *path, int flags);

Completed in 468 milliseconds