Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l46 hexbyte {hexdigit}{hexdigit}
56 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}
57 hexstring 0x{hexbyte}+
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dlexer.l53 hexbyte {hexdigit}{hexdigit}?
71 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}
72 hexbytestring 0x{hexbyte}
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c379 hexbyte(char *buf, uint8_t temp) in hexbyte() function
415 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()
416 hexbyte(linebuf + i + 3, (line - region) & 0xFF); in hexdump()
423 hexbyte(linebuf + i, in hexdump()