Searched refs:runcmd (Results 1 – 4 of 4) sorted by relevance
/third_party/node/tools/icu/ |
D | icutrim.py | 147 def runcmd(tool, cmd, doContinue=False): function 181 runcmd("icupkg", "-t%s %s %s""" % (endian_letter, options.datfile, outfile)) 185 runcmd("icupkg", "-l %s > %s""" % (outfile, listfile)) 287 runcmd("iculslocs", "-i %s -N %s -T %s -l > %s" % (outfile, dataname, tree, treelistfile)) 311 rc = runcmd("icupkg","-r %s %s 2> %s" % (removefile,outfile,hackerrfile),True) 353 runcmd("iculslocs", "-i %s -N %s -T %s -b %s" % (outfile, dataname, tree, treebundtxt)) 354 runcmd("genrb","-d %s -s %s res_index.txt" % (treebunddir, treebunddir)) 355 …runcmd("icupkg","-s %s -a %s%s %s" % (options.tmpdir, trees[tree]["treeprefix"], RES_INDX, outfile…
|
/third_party/iptables/iptables/ |
D | iptables-apply | 76 $PROGNAME [-hV] [-t timeout] [-w savefile] {[rulesfile]|-c [runcmd]} 101 -c runcmd, --command runcmd 102 Run command runcmd to configure iptables instead of applying a rulesfile
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 801 const ssl_conf_cmd_tbl *runcmd; in SSL_CONF_cmd() local 810 runcmd = ssl_conf_cmd_lookup(cctx, cmd); in SSL_CONF_cmd() 812 if (runcmd) { in SSL_CONF_cmd() 814 if (runcmd->value_type == SSL_CONF_TYPE_NONE) { in SSL_CONF_cmd() 815 return ctrl_switch_option(cctx, runcmd); in SSL_CONF_cmd() 819 rv = runcmd->cmd(cctx, value); in SSL_CONF_cmd() 875 const ssl_conf_cmd_tbl *runcmd; in SSL_CONF_cmd_value_type() local 876 runcmd = ssl_conf_cmd_lookup(cctx, cmd); in SSL_CONF_cmd_value_type() 877 if (runcmd) in SSL_CONF_cmd_value_type() 878 return runcmd->value_type; in SSL_CONF_cmd_value_type()
|
/third_party/icu/icu4c/as_is/os400/ |
D | iculd.c | 41 static int runcmd(const char *cmd) { in runcmd() function 224 if(runcmd(buf)) { in main()
|