OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:system_dir
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/lvm2/dist/include/
toolcontext.h
96
char
system_dir
[PATH_MAX];
member in struct:cmd_context
103
*
system_dir
may be NULL to use the default value.
107
const char *
system_dir
);
/src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h
96
char
system_dir
[PATH_MAX];
member in struct:cmd_context
103
*
system_dir
may be NULL to use the default value.
107
const char *
system_dir
);
/src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.c
533
char
system_dir
[MAX_PATH];
local
549
len = GetSystemDirectoryA (
system_dir
, sizeof (
system_dir
));
553
gdb_assert (len < sizeof (
system_dir
));
555
strcat (
system_dir
, "\\");
557
system_dir_len = strlen (
system_dir
);
591
&& strncasecmp (name,
system_dir
, system_dir_len) == 0
/src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.c
533
char
system_dir
[MAX_PATH];
local
549
len = GetSystemDirectoryA (
system_dir
, sizeof (
system_dir
));
553
gdb_assert (len < sizeof (
system_dir
));
555
strcat (
system_dir
, "\\");
557
system_dir_len = strlen (
system_dir
);
591
&& strncasecmp (name,
system_dir
, system_dir_len) == 0
Completed in 20 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026