Home
last modified time | relevance | path

Searched refs:hex2ascii (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/libexec/rtld-elf/
H A Drtld_printf.c94 #define hex2ascii(hex) (hex2ascii_lower[hex]) macro
113 hex2ascii(num % base); in ksprintn()
233 PCHAR(hex2ascii(*up >> 4)); in kvprintf()
234 PCHAR(hex2ascii(*up & 0x0f)); in kvprintf()
/dflybsd-src/sys/sys/
H A Dlibkern.h61 #define hex2ascii(hex) (hex2ascii_data[hex]) macro
/dflybsd-src/doc/
H A Dporting_drivers.txt193 - For single character case the hex2ascii() can be used to avoid buffers:
195 kprintf("%c\n", hex2ascii(n % base));
/dflybsd-src/stand/lib/
H A Dstand.h336 #define hex2ascii(hex) (hex2ascii_data[hex]) macro
H A Dprintf.c165 c = hex2ascii(num % base); in ksprintn()
/dflybsd-src/sys/kern/
H A Dkern_conf.c172 *--p = hex2ascii(num % 32); in makedev_unit_b32()
H A Dtty_pty.c200 names[n / 32], hex2ascii(n % 32)); in ptyinit()
203 names[n / 32], hex2ascii(n % 32)); in ptyinit()
H A Dsubr_prf.c518 c = hex2ascii(num % base); in ksprintn()