Searched refs:ncase (Results 1 – 1 of 1) sorted by relevance
126 int ncase = (*fmt & 0x20); in etherboot_vsprintf() local132 *q++ = 'X' | ncase; in etherboot_vsprintf()135 *q++ = "0123456789ABCDEF"[(h >> shift) & 0xF] | ncase; in etherboot_vsprintf()