Searched refs:notstdio (Results 1 – 4 of 4) sorted by relevance
400 int notstdio(int fd) in notstdio() function433 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()439 return notstdio(xopen_stdio(path, flags)); in xopen()
14 return notstdio(open("/dev/tty", O_RDWR)); in tty_fd()
154 int notstdio(int fd);
662 else if (0>(fd = notstdio(open(*argv, flags, permissions))) && !failok) { in loopfiles_rw()