Lines Matching defs:file_name
75 static const char *file_name;
453 errormsg("%s: invalid MIDI data (offset %#x)", file_name, file_offset);
467 errormsg("%s: invalid file format", file_name);
473 errormsg("%s: type %d format is not supported", file_name, type);
479 errormsg("%s: invalid number of tracks (%d)", file_name, num_tracks);
526 file_name, i);
547 errormsg("%s: unexpected end of file", file_name);
551 errormsg("%s: invalid chunk length %d", file_name, len);
575 errormsg("%s: invalid file format", file_name);
584 errormsg("%s: data chunk not found", file_name);
884 if (!strcmp(file_name, "-"))
887 file = fopen(file_name, "rb");
889 errormsg("Cannot open %s - %s", file_name, strerror(errno));
904 errormsg("%s is not a Standard MIDI File", file_name);
1063 file_name = argv[optind];