Lines Matching defs:buf
683 unsigned char buf[256];
714 err = snd_rawmidi_read(input, buf, sizeof(buf));
723 if ((buf[i] != MIDI_CMD_COMMON_CLOCK &&
724 buf[i] != MIDI_CMD_COMMON_SENSING) ||
725 (buf[i] == MIDI_CMD_COMMON_CLOCK && !ignore_clock) ||
726 (buf[i] == MIDI_CMD_COMMON_SENSING && !ignore_active_sensing))
727 buf[length++] = buf[i];
733 write(receive_file, buf, length);
736 print_byte(buf[i], &ts);