Searched refs:WRITE_BINARY (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dcdjpeg.h157 #define WRITE_BINARY "w" macro
161 #define WRITE_BINARY "wb", "ctx=stm" macro
164 #define WRITE_BINARY "wb" macro
H A Dwrjpgcom.c39 #define WRITE_BINARY "w" macro
43 #define WRITE_BINARY "wb", "ctx=stm" macro
46 #define WRITE_BINARY "wb" macro
512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Dcdjpeg.c175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Dcjpeg.c550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
H A Djpegtran.c420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
H A Ddjpeg.c518 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Ddjpeg.c515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {

Completed in 92 milliseconds