Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dconsole.cpp72 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 Dconsole.h44 TCHAR _bufw[CONSOLE_BUFSIZE]; // wide char buffer. variable
89 wvsprintf(_bufw, fmt, ap); \