Searched refs:READ_BINARY (Results 1 - 18 of 18) sorted by relevance

/external/jpeg/
H A Djmemname.c30 #define READ_BINARY "r" macro
34 #define READ_BINARY "rb", "ctx=stm" macro
37 #define READ_BINARY "rb" macro
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
H A Drdjpgcom.c35 #define READ_BINARY "r" macro
38 #define READ_BINARY "rb", "ctx=stm" macro
40 #define READ_BINARY "rb" macro
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Dcdjpeg.h156 #define READ_BINARY "r" macro
160 #define READ_BINARY "rb", "ctx=stm" macro
163 #define READ_BINARY "rb" macro
H A Dwrjpgcom.c38 #define READ_BINARY "r" macro
42 #define READ_BINARY "rb", "ctx=stm" macro
45 #define READ_BINARY "rb" macro
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Dcdjpeg.c157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Djmemdos.c75 #define READ_BINARY "r" macro
77 #define READ_BINARY "rb" macro
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
H A Ddjpeg.c274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
H A Dcjpeg.c539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
H A Djpegtran.c409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
/external/qemu/distrib/jpeg-6b/
H A Djmemname.c30 #define READ_BINARY "r" macro
34 #define READ_BINARY "rb", "ctx=stm" macro
37 #define READ_BINARY "rb" macro
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
H A Drdjpgcom.c35 #define READ_BINARY "r" macro
38 #define READ_BINARY "rb", "ctx=stm" macro
40 #define READ_BINARY "rb" macro
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Dcdjpeg.h156 #define READ_BINARY "r" macro
160 #define READ_BINARY "rb", "ctx=stm" macro
163 #define READ_BINARY "rb" macro
H A Dwrjpgcom.c38 #define READ_BINARY "r" macro
42 #define READ_BINARY "rb", "ctx=stm" macro
45 #define READ_BINARY "rb" macro
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Dcdjpeg.c157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
H A Djmemdos.c75 #define READ_BINARY "r" macro
77 #define READ_BINARY "rb" macro
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
H A Ddjpeg.c274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
H A Dcjpeg.c539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
H A Djpegtran.c409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {

Completed in 2602 milliseconds