Home | History | Annotate | Download | only in libFLAC

Lines Matching full:fileno

1268 	 * 'fileno', and/or 'O_BINARY'; check your system header files.
1276 setmode(fileno(stdin), O_BINARY);
3394 else if(flac_fstat(fileno(decoder->private_->file), &filestats) != 0)