Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:stdin

223 data fed through stdin/stdout; this is true for some MS-DOS compilers, for
352 it's a good idea to check that binary I/O through stdin
355 use the latter style and therefore do not exercise stdin/stdout! If this
695 You'll also need to define TWO_FILE_COMMANDLINE to avoid stdin/stdout.
727 called. You must also define TWO_FILE_COMMANDLINE because stdin/stdout
783 Most MS-DOS compilers treat stdin/stdout as text files, so you must use
786 USE_SETMODE or USE_FDOPEN so that stdin/stdout will be set to binary mode.
788 should test that I/O through stdin/stdout produces the same results as I/O
790 makefiles do NOT use stdin/stdout.
803 You'll still need to be careful about binary I/O through stdin/stdout.