Home
last modified time | relevance | path

Searched refs:hexbyte (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/bthcid/
H A Dlexer.l47 hexbyte {hexdigit}{hexdigit}
57 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}
58 hexstring 0x{hexbyte}+
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c368 hexbyte(char *buf, uint8_t temp) in hexbyte() function
404 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()
405 hexbyte(linebuf + i + 3, (line - region) & 0xFF); in hexdump()
412 hexbyte(linebuf + i, in hexdump()