Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c179 int ncase = (*fmt & 0x20); in etherboot_vsprintf() local
185 *q++ = 'X' | ncase; in etherboot_vsprintf()
188 *q++ = "0123456789ABCDEF"[(h >> shift) & 0xF] | ncase; in etherboot_vsprintf()