Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c358 int notstdio(int fd) in notstdio() function
376 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()
382 return notstdio(xopen_stdio(path, flags)); in xopen()
Dlib.h148 int notstdio(int fd);
Dlib.c572 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) { in loopfiles_rw()