Searched refs:putDebugChar (Results 1 – 1 of 1) sorted by relevance
194 static void putDebugChar(char c) in putDebugChar() function302 putDebugChar ('-'); /* failed checksum */ in getpacket()304 putDebugChar ('+'); /* successful transfer */ in getpacket()308 putDebugChar (buffer[0]); in getpacket()309 putDebugChar (buffer[1]); in getpacket()330 putDebugChar('$'); in putpacket()335 putDebugChar(ch); in putpacket()340 putDebugChar('#'); in putpacket()341 putDebugChar(hexchars[checksum >> 4]); in putpacket()342 putDebugChar(hexchars[checksum & 0xf]); in putpacket()