Searched refs:this_char (Results 1 – 1 of 1) sorted by relevance
1677 uint8_t this_char; in pqisrc_print_buffer() local1703 this_char = *((char*)(user_buf) + buf_consumed); in pqisrc_print_buffer()1704 line_len += snprintf(line_buf + line_len, (LINE_BUF_LEN - line_len), "%02x ", this_char); in pqisrc_print_buffer()