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

/netbsd-current/
H A Dbuild.sh330 ${runcmd} echo "===> $@" | tee -a "${results}"
458 runcmd=
1280 runcmd=echo
1747 ${runcmd} cd "${tmpdir}"
1748 ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
1753 ${runcmd} ${HOST_SH} buildmake.sh ||
1756 ${runcmd} cd "${TOP}"
1757 ${runcmd} rm -f usr.bin/make/*.o
1812 if [ "${runcmd}" = "echo" ]; then
1821 ${runcmd} ech
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c801 const ssl_conf_cmd_tbl *runcmd; local
810 runcmd = ssl_conf_cmd_lookup(cctx, cmd);
812 if (runcmd) {
814 if (runcmd->value_type == SSL_CONF_TYPE_NONE) {
815 return ctrl_switch_option(cctx, runcmd);
819 rv = runcmd->cmd(cctx, value);
875 const ssl_conf_cmd_tbl *runcmd; local
876 runcmd = ssl_conf_cmd_lookup(cctx, cmd);
877 if (runcmd)
878 return runcmd
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c884 const ssl_conf_cmd_tbl *runcmd; local
893 runcmd = ssl_conf_cmd_lookup(cctx, cmd);
895 if (runcmd) {
897 if (runcmd->value_type == SSL_CONF_TYPE_NONE) {
898 return ctrl_switch_option(cctx, runcmd);
902 rv = runcmd->cmd(cctx, value);
956 const ssl_conf_cmd_tbl *runcmd; local
957 runcmd = ssl_conf_cmd_lookup(cctx, cmd);
958 if (runcmd)
959 return runcmd
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_filter.c39 runcmd(SCR *sp, const char *np, int* input, int *output) function
155 utility_pid = runcmd(sp, np, input, output);
H A Dex_argv.c610 runcmd(SCR *sp, const char *sh_path, const char *sh, const char *np, function
702 pid = runcmd(sp, sh_path, sh, np, std_output);
/netbsd-current/sbin/disklabel/
H A Dinteract.c70 static int runcmd(struct disklabel *, char *, int);
615 runcmd(struct disklabel *lp, char *line, int fd) function
811 if (runcmd(lp, line, fd) == -1)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh25 runcmd() { function
37 result=$(runcmd "$@")

Completed in 241 milliseconds