Home | History | Annotate | Download | only in jpeg

Lines Matching full:fopen

297 	if ((outfile = fopen(filename, "wb")) == NULL) {
308 behavior, you may need to use a "b" option to fopen (as shown above), or use
544 if ((infile = fopen(filename, "rb")) == NULL) {
555 a "b" option to fopen (as shown above), or use setmode() or another routine to