Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:file_index

497   int file_index;
539 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
544 if (file_index != argc-2) {
549 outfilename = argv[file_index+1];
551 if (file_index != argc-1) {
559 if (file_index < argc-1) {
566 if (file_index < argc) {
567 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
568 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
603 if (file_index < argc)
605 argv[file_index]);
621 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);