Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l47 hexbyte {hexdigit}{hexdigit}
57 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}
58 hexstring 0x{hexbyte}+
/freebsd-13.1/usr.sbin/bluetooth/bthidd/
H A Dlexer.l54 hexbyte {hexdigit}{hexdigit}?
72 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}
73 hexbytestring 0x{hexbyte}
/freebsd-13.1/usr.sbin/usbdump/
H A Dusbdump.c381 hexbyte(char *buf, uint8_t temp) in hexbyte() function
417 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()
418 hexbyte(linebuf + i + 3, (line - region) & 0xFF); in hexdump()
425 hexbyte(linebuf + i, in hexdump()