OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filenamebuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
preference.c
45
static TCHAR
filenamebuf
[1024];
variable
414
wsprintf(
filenamebuf
, TEXT("%s%s"),
416
debug_printf(TEXT("pref_load: try to '%s'\n"),
filenamebuf
);
418
if (pref_read(
filenamebuf
, &pref) == 0) {
420
filenamebuf
);
422
where_pref_load_from =
filenamebuf
;
448
wsprintf(
filenamebuf
, TEXT("%s%s"),
450
debug_printf(TEXT("pref_save: try to '%s'\n"),
filenamebuf
);
451
if (pref_write(
filenamebuf
, &pref) == 0) {
453
filenamebuf
);
[
all
...]
main.c
454
TCHAR
filenamebuf
[1024];
local
458
wsprintf(
filenamebuf
, TEXT("%s%s"),
460
if (set_debug_log(
filenamebuf
) == 0) {
Completed in 17 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026