Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c407 int notstdio(int fd) in notstdio() function
440 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()
446 return notstdio(xopen_stdio(path, flags)); in xopen()
Dtty.c14 return notstdio(open("/dev/tty", O_RDWR)); in tty_fd()
Dlib.h163 int notstdio(int fd);
Dlib.c696 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) { in loopfiles_rw()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h158 int notstdio(int fd);