Searched refs:runcmd (Results 1 – 3 of 3) 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/openssl/ssl/ |
D | ssl_conf.c | 884 const ssl_conf_cmd_tbl *runcmd; in SSL_CONF_cmd() local 893 runcmd = ssl_conf_cmd_lookup(cctx, cmd); in SSL_CONF_cmd() 895 if (runcmd) { in SSL_CONF_cmd() 897 if (runcmd->value_type == SSL_CONF_TYPE_NONE) { in SSL_CONF_cmd() 898 return ctrl_switch_option(cctx, runcmd); in SSL_CONF_cmd() 902 rv = runcmd->cmd(cctx, value); in SSL_CONF_cmd() 956 const ssl_conf_cmd_tbl *runcmd; in SSL_CONF_cmd_value_type() local 957 runcmd = ssl_conf_cmd_lookup(cctx, cmd); in SSL_CONF_cmd_value_type() 958 if (runcmd) in SSL_CONF_cmd_value_type() 959 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()
|