OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unibuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
preference.c
470
TCHAR
unibuf
[1024];
local
493
wsprintf(
unibuf
,TEXT("setting_idx:%d\r\n"),buf->setting_idx);
494
debug_printf(TEXT("setting_idx,tempbuf=%s"),
unibuf
);
495
length = WideCharToMultiByte(CP_ACP,0,
unibuf
,-1,NULL,0,NULL,NULL);
496
WideCharToMultiByte(CP_ACP,0,
unibuf
,-1,tempbuf,length,NULL,NULL);
503
wsprintf(
unibuf
,TEXT("fb_type:%d\r\n"),buf->fb_type);
504
debug_printf(TEXT("fb_type,tempbuf=%s,"),
unibuf
);
505
length = WideCharToMultiByte(CP_ACP,0,
unibuf
,-1,NULL,0,NULL,NULL);
506
WideCharToMultiByte(CP_ACP,0,
unibuf
,-1,tempbuf,length,NULL,NULL);
513
wsprintf(
unibuf
,TEXT("fb_width:%d\r\n"),buf->fb_width)
[
all
...]
/src/sys/dev/ic/
an.c
1208
u_int16_t
unibuf
[sizeof(key->an_key)];
local
1237
memset(
unibuf
, 0, sizeof(
unibuf
));
1241
unibuf
[j] = key->an_key[j];
1244
MD4Update(&ctx, (u_int8_t *)
unibuf
, len * 2);
Completed in 20 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026