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

  /external/toybox/lib/
xwrap.c 365 int notstdio(int fd) function
383 return notstdio(xcreate_stdio(path, flags, mode));
389 return notstdio(xopen_stdio(path, flags));
lib.h 149 int notstdio(int fd);
lib.c 596 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) {

Completed in 421 milliseconds