Searched refs:outdir (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/tools/tools/sortbench/ |
| H A D | bench.py | 41 outdir = "stats" variable 42 datadir = '{}/data'.format(outdir) 66 with open('{}/{}'.format(outdir, test), 'w+') as f: 70 command += '> {}/{}stats'.format(outdir, test)
|
| /freebsd-13.1/contrib/bc/tests/bc/ |
| H A D | timeconst.sh | 56 outdir=$(dirname "$out1") 59 if [ ! -d "$outdir" ]; then 60 mkdir -p "$outdir"
|
| /freebsd-13.1/contrib/bc/tests/ |
| H A D | error.sh | 63 outdir=$(dirname "$out") 66 if [ ! -d "$outdir" ]; then 67 mkdir -p "$outdir"
|
| H A D | stdin.sh | 61 outdir=$(dirname "$out") 64 if [ ! -d "$outdir" ]; then 65 mkdir -p "$outdir"
|
| H A D | test.sh | 80 outdir=$(dirname "$out") 83 if [ ! -d "$outdir" ]; then 84 mkdir -p "$outdir"
|
| H A D | errors.sh | 62 outdir=$(dirname "$out") 65 if [ ! -d "$outdir" ]; then 66 mkdir -p "$outdir"
|
| H A D | script.sh | 132 outdir=$(dirname "$out") 135 if [ ! -d "$outdir" ]; then 136 mkdir -p "$outdir"
|
| H A D | read.sh | 64 outdir=$(dirname "$out") 67 if [ ! -d "$outdir" ]; then 68 mkdir -p "$outdir"
|
| H A D | other.sh | 146 outdir=$(dirname "$easter_out") 148 if [ ! -d "$outdir" ]; then 149 mkdir -p "$outdir" 212 outdir=$(dirname "$easter_out") 214 if [ ! -d "$outdir" ]; then 215 mkdir -p "$outdir"
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tic.c | 639 show_databases(const char *outdir) in show_databases() argument 645 if (outdir == 0) { in show_databases() 646 outdir = _nc_tic_dir(0); in show_databases() 652 tried = outdir; in show_databases() 655 if ((outdir = _nc_home_terminfo())) { in show_databases() 660 tried = outdir; in show_databases() 704 char *outdir = (char *) NULL; in main() local 779 show_databases(outdir); in main() 830 outdir = optarg; in main() 961 _nc_set_writedir(outdir); in main() [all …]
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ca.c | 245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local 349 outdir = opt_arg(); in ca_main() 596 if ((outdir == NULL) && (req)) { in ca_main() 598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main() 599 if (outdir == NULL) { in ca_main() 612 if (app_isdir(outdir) <= 0) { in ca_main() 613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main() 614 perror(outdir); in ca_main() 987 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument 127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | ca.pod | 41 [B<-outdir dir>] 119 =item B<-outdir directory> 422 The same as the B<-outdir> command line option. It specifies 580 flag is used, but PEM format if sending to stdout or the B<-outdir>
|