Home
last modified time | relevance | path

Searched refs:program_path (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.cmd11 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 …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drelease.c63 run_setup (program_path); in setup_update_command()
H A Dmain.c30 const char *program_path; variable
594 program_path = xstrdup (argv[0]); in main()
H A Dcvs.h375 extern const char *program_name, *program_path, *cvs_cmd_name;
H A DChangeLog-9395701 * cvs.h: declare program_path
703 * main.c define program_path
704 (main): set program_path
706 * release.c (release): use program_path for update_cmd
H A Dclient.c3807 command[0] = (char *)program_path; in connect_to_forked_server()
H A DChangeLog4396 program_name, program_path, command_name), parseinfo.c (Parse_Info),
9039 * client.c (connect_to_forked_server): Use program_path as the default
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3137 char program_path[kMaxPathLength]; in GetPathToLoadable() local
3138 GetProgramPath(program_path, sizeof(program_path)); in GetPathToLoadable()
3140 const char *last_slash = strrchr(program_path, '/'); in GetPathToLoadable()
3142 size_t dir_len = (size_t)(last_slash - program_path); in GetPathToLoadable()
3157 (int)dir_len, program_path, basename); in GetPathToLoadable()
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20216603 (program_path): New anonymous class.
6604 (get_exec_wrapper): Use "program_path" instead of
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git18762 program_path.set (new_program_name);
18785 Now, after we call program_path.set(), the allocated buffer will be
126128 target_create_inferior (program_path.get (), program_args);
126129 + target_create_inferior (program_path.get (), program_args);