Searched refs:host_exec (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/config/ |
| D | gdbserver.exp | 173 set host_exec "" 178 set host_exec $expect_out(1,string); 182 set host_exec $expect_out(1,string); 188 return $host_exec 192 global host_exec 195 if { $arg == "" && $host_exec == "" } { 196 set host_exec [infer_host_exec] 198 set host_exec $arg 204 set server_exec [remote_download target $host_exec] 206 set server_exec $host_exec
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | host_ops.c | 488 host_exec(char *op, char *host, char *fs, char *opts) in host_exec() function 549 return host_exec("mount", mf->mf_server->fs_host, mf->mf_mount, mf->mf_opts); in host_mount() 557 return host_exec("unmount", mf->mf_server->fs_host, mf->mf_mount, "xxx"); in host_umount()
|