Lines Matching defs:fmt_buf
639 void kodakaio_com_str(unsigned char *buf, char *fmt_buf);
795 char msg[1024], fmt_buf[1024];
797 memset (&fmt_buf[0], 0x00, 1024);
804 sprintf (fmt_buf, " 0x%04lx ", (unsigned long)k);
805 strcat (msg, fmt_buf);
810 sprintf (fmt_buf, " %02x" , buf[k]);
811 strcat (msg, fmt_buf);
819 void kodakaio_com_str(unsigned char *buf, char *fmt_buf)
823 sprintf (fmt_buf, "esc %c %c %02x %02x %02x %02x %02x",
827 sprintf (fmt_buf, "%02x %02x %02x %02x %02x %02x %02x %02x",
835 char fmt_buf[25];
837 kodakaio_com_str(buf, fmt_buf);
838 DBG(15, "%s: size = %lu :%s\n", __func__, (u_long) buf_size, fmt_buf);
871 char fmt_buf[25];
925 kodakaio_com_str(buf, fmt_buf);
926 DBG(min(14,DBG_READ), "%s: size = %ld, got %s\n", __func__, (long int)n, fmt_buf);
1061 char fmt_buf[25];
1077 kodakaio_com_str(reply, fmt_buf);
1078 DBG(1, "%s: KodakEsp_v err, got %s\n", __func__, fmt_buf);