Searched refs:runcmd (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/tools/make/
H A Dbuildmake.sh.in10 : ${runcmd=""}
/netbsd-6-1-5-RELEASE/
H A Dbuild.sh282 ${runcmd} echo "===> $@" | tee -a "${results}"
408 runcmd=
1018 runcmd=echo
1386 ${runcmd} cd "${tmpdir}"
1387 ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
1391 ${runcmd} ${HOST_SH} buildmake.sh ||
1394 ${runcmd} cd "${TOP}"
1395 ${runcmd} rm -f usr.bin/make/*.o usr.bin/make/lst.lib/*.o
1408 if [ "${runcmd}" = "echo" ]; then
1417 ${runcmd} ech
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_filter.c35 runcmd(SCR *sp, const char *np, int* input, int *output) function
151 utility_pid = runcmd(sp, np, input, output);
H A Dex_argv.c607 runcmd(SCR *sp, const char *sh_path, const char *sh, const char *np, function
699 pid = runcmd(sp, sh_path, sh, np, std_output);
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dinteract.c65 static int runcmd(struct disklabel *, char *, int);
590 runcmd(struct disklabel *lp, char *line, int fd) function
785 if (runcmd(lp, line, fd) == -1)

Completed in 116 milliseconds