Home | History | Annotate | Download | only in apps

Lines Matching full:fileno

114 				   the declaration of fileno().  The value
2700 # ifdef fileno
2701 # undef fileno
2702 # define fileno(a) (int)_fileno(a)
3006 { return read(fileno(stdin),buf,siz); }
3019 { return write(fileno(stdout),buf,siz); }