Searched refs:program_path (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | 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 …]
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | release.c | 63 run_setup (program_path); in setup_update_command()
|
H A D | main.c | 30 const char *program_path; variable 594 program_path = xstrdup (argv[0]); in main()
|
H A D | cvs.h | 375 extern const char *program_name, *program_path, *cvs_cmd_name;
|
H A D | ChangeLog-9395 | 701 * 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 D | client.c | 3807 command[0] = (char *)program_path; in connect_to_forked_server()
|
H A D | ChangeLog | 4396 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 D | msan_test.cc | 3137 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 D | ChangeLog-2002-2021 | 6603 (program_path): New anonymous class. 6604 (get_exec_wrapper): Use "program_path" instead of
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 18762 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);
|