OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:program_path
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/unbound/dist/contrib/
unbound_cache.cmd
11
set
program_path
=%prefix%\Unbound
variable
12
set uc=%
program_path
%\unbound-control.exe
30
echo Loading cache from %
program_path
%\%fname%
31
dir /a %
program_path
%\%fname%
32
type %
program_path
%\%fname%|%uc% load_cache
41
echo Saving cache to %
program_path
%\%fname%
42
%uc% dump_cache>%
program_path
%\%fname%
43
dir /a %
program_path
%\%fname%
49
echo Loading cache from %
program_path
%\%fname%
50
dir /a %
program_path
%\%fname%
[
all
...]
/src/external/gpl2/xcvs/dist/src/
release.c
63
run_setup (
program_path
);
main.c
30
const char *
program_path
;
variable
594
program_path
= xstrdup (argv[0]);
cvs.h
375
extern const char *program_name, *
program_path
, *cvs_cmd_name;
client.c
3808
command[0] = (char *)
program_path
;
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
3137
char
program_path
[kMaxPathLength];
local
3138
GetProgramPath(
program_path
, sizeof(
program_path
));
3140
const char *last_slash = strrchr(
program_path
, '/');
3142
size_t dir_len = (size_t)(last_slash -
program_path
);
3157
(int)dir_len,
program_path
, basename);
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026