Searched refs:_bufw (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | console.cpp | 72 wvsprintf(_bufw, fmt, ap); in print() 76 HPC_MENU.print(_bufw); in print() 116 size_t len = WideCharToMultiByte(CP_ACP, 0, _bufw, wcslen(_bufw), in setupMultibyteBuffer() 121 if (!WideCharToMultiByte(CP_ACP, 0, _bufw, len, _bufm, len, 0, 0)) in setupMultibyteBuffer()
|
| H A D | console.h | 44 TCHAR _bufw[CONSOLE_BUFSIZE]; // wide char buffer. variable 89 wvsprintf(_bufw, fmt, ap); \
|