Lines Matching full:stdin
47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
90 // opened for reading only, not an input stream such as stdin. The function
163 // The filenames used for input and output. Will be empty if stdin
176 // comes from stdin because no input file was specified, then the size of
199 if (input_file_ && (input_file_ != stdin)) {
259 _setmode(_fileno(stdin), _O_BINARY);
261 *file = stdin;
312 // Read from file or stdin
623 // and --delta file arguments must be specified, rather than using stdin