Home | History | Annotate | Download | only in apps

Lines Matching full:fileno

114 				   the declaration of fileno().  The value
2774 # ifdef fileno
2775 # undef fileno
2776 # define fileno(a) (int)_fileno(a)
3080 { return read(fileno(stdin),buf,siz); }
3093 { return write(fileno(stdout),buf,siz); }