Home | History | Annotate | Download | only in uconv

Lines Matching full:fileno

50 #ifndef fileno
51 #define fileno _fileno
636 if (setmode(fileno(stdin), O_BINARY) == -1) {
1337 if (setmode(fileno(outfile), O_BINARY) == -1) {