Home
last modified time | relevance | path

Searched refs:notstdio (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dxwrap.c400 int notstdio(int fd) in notstdio() function
433 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()
439 return notstdio(xopen_stdio(path, flags)); in xopen()
Dtty.c14 return notstdio(open("/dev/tty", O_RDWR)); in tty_fd()
Dlib.h154 int notstdio(int fd);
Dlib.c662 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) { in loopfiles_rw()