Lines Matching defs:send_file_name
48 static char *send_file_name;
289 fd = open(send_file_name, O_RDONLY);
291 error("cannot open %s - %s", send_file_name, strerror(errno));
296 error("cannot determine length of %s: %s", send_file_name, strerror(errno));
302 error("cannot read from %s: %s", send_file_name, strerror(errno));
306 error("%s is a Standard MIDI File; use aplaymidi to send it", send_file_name);
518 send_file_name = optarg;
586 if (!send_file_name && !receive_file_name && !send_hex && !dump) {
590 if (send_file_name && send_hex) {
595 if (send_file_name)
599 if ((send_file_name || send_hex) && !send_data)