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

Lines Matching defs:file_index

494   int file_index;
534 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
540 if (file_index != argc-2) {
545 outfilename = argv[file_index+1];
547 if (file_index != argc-1) {
556 if (file_index < argc-1) {
563 if (file_index < argc) {
564 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
565 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
599 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);