Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/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 …]
/freebsd/contrib/kyua/cli/
H A Dcmd_debug.cpp111 std::string program_path = "/bin/sh"; in operator ()() local
114 program_path = shell; in operator ()()
122 process::exec(utils::fs::path(program_path), av); in operator ()()