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

Lines Matching defs:file_index

382   int file_index;
412 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
419 if (file_index != argc-2) {
424 outfilename = argv[file_index+1];
426 if (file_index != argc-1) {
434 if (file_index < argc-1) {
441 if (file_index < argc) {
442 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
443 fprintf(stderr, "%s: can't open %s for reading\n", progname, argv[file_index]);
515 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);