Home | History | Annotate | Download | only in src

Lines Matching full:stdin

47               "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
91 // opened for reading only, not an input stream such as stdin. The function
164 // The filenames used for input and output. Will be empty if stdin
177 // comes from stdin because no input file was specified, then the size of
200 if (input_file_ && (input_file_ != stdin)) {
260 _setmode(_fileno(stdin), _O_BINARY);
262 *file = stdin;
313 // Read from file or stdin
627 // and --delta file arguments must be specified, rather than using stdin