Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:stdin

564 	if(file == stdin)
572 decoder->private_->file == stdin? 0: file_seek_callback_,
573 decoder->private_->file == stdin? 0: file_tell_callback_,
574 decoder->private_->file == stdin? 0: file_length_callback_,
633 file = filename? fopen(filename, "rb") : stdin;
715 if(decoder->private_->file != stdin)
1005 if(decoder->private_->file == stdin)
1006 return false; /* can't rewind stdin, reset fails */
1287 * This will forcibly set stdin to binary mode (for OSes that require it)
1296 _setmode(_fileno(stdin), _O_BINARY);
1299 setmode(_fileno(stdin), _O_BINARY);
1301 setmode(fileno(stdin), O_BINARY);
1304 return stdin;
3352 if(decoder->private_->file == stdin)
3365 if(decoder->private_->file == stdin)
3380 if(decoder->private_->file == stdin)