Searched refs:notstdio (Results 1 – 3 of 3) sorted by relevance
358 int notstdio(int fd) in notstdio() function376 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()382 return notstdio(xopen_stdio(path, flags)); in xopen()
148 int notstdio(int fd);
572 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) { in loopfiles_rw()