Home
last modified time | relevance | path

Searched refs:read_stdin (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dcdjpeg.h113 #define read_stdin RdStdin macro
150 EXTERN(FXSYS_FILE *) read_stdin JPP((void));
/external/jpeg/
Dcdjpeg.h113 #define read_stdin RdStdin macro
150 EXTERN(FILE *) read_stdin JPP((void));
Dcdjpeg.c149 read_stdin (void) in read_stdin() function
Djpegtran.c415 input_file = read_stdin(); in main()
Dcjpeg.c545 input_file = read_stdin(); in main()
Ddjpeg.c510 input_file = read_stdin(); in main()
/external/toybox/toys/pending/
Ddiff.c178 static FILE* read_stdin() in read_stdin() function
376 if (IS_STDIN(files[i])) file[i].fp = read_stdin(); in diff()