| /src/ |
| build.sh | 351 ${runcmd} echo "===> $*" | tee -a "${results}" 487 runcmd= 1353 runcmd=echo 1907 ${runcmd} cd "${tmpdir}" 1908 ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \ 1914 ${runcmd} ${HOST_SH} buildmake.sh || 1917 ${runcmd} cd "${TOP}" 1918 ${runcmd} rm -f usr.bin/make/*.o 1976 if [ "${runcmd}" = echo ] 1986 ${runcmd} echo "ERROR: build.sh (in-tree cross-toolchain)" [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_conf.c | 968 const ssl_conf_cmd_tbl *runcmd; local 977 runcmd = ssl_conf_cmd_lookup(cctx, cmd); 979 if (runcmd) { 982 if (runcmd->value_type == SSL_CONF_TYPE_NONE) { 983 return ctrl_switch_option(cctx, runcmd); 987 rv = runcmd->cmd(cctx, value); 1045 const ssl_conf_cmd_tbl *runcmd; local 1046 runcmd = ssl_conf_cmd_lookup(cctx, cmd); 1047 if (runcmd) 1048 return runcmd->value_type [all...] |
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_conf.c | 887 const ssl_conf_cmd_tbl *runcmd; local 896 runcmd = ssl_conf_cmd_lookup(cctx, cmd); 898 if (runcmd) { 901 if (runcmd->value_type == SSL_CONF_TYPE_NONE) { 902 return ctrl_switch_option(cctx, runcmd); 906 rv = runcmd->cmd(cctx, value); 964 const ssl_conf_cmd_tbl *runcmd; local 965 runcmd = ssl_conf_cmd_lookup(cctx, cmd); 966 if (runcmd) 967 return runcmd->value_type [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_conf.c | 801 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->value_type [all...] |
| /src/external/bsd/nvi/dist/ex/ |
| ex_filter.c | 39 runcmd(SCR *sp, const char *np, int* input, int *output) function 155 utility_pid = runcmd(sp, np, input, output);
|
| ex_argv.c | 610 runcmd(SCR *sp, const char *sh_path, const char *sh, const char *np, function 702 pid = runcmd(sp, sh_path, sh, np, std_output);
|
| /src/sbin/disklabel/ |
| interact.c | 70 static int runcmd(struct disklabel *, char *, int); 615 runcmd(struct disklabel *lp, char *line, int fd) function 811 if (runcmd(lp, line, fd) == -1)
|
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| tests.sh | 25 runcmd() { function 37 result=$(runcmd "$@")
|