Searched refs:outdir (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/scripts/ |
| H A D | create_testsuite_files | 24 outdir="$2" 27 tests_file_normal="$outdir/testsuite_files" 28 tests_file_inter="$outdir/testsuite_files_interactive" 29 tests_file_perf="$outdir/testsuite_files_performance"
|
| /freebsd-12.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-12.1/contrib/ncurses/progs/ |
| H A D | tic.c | 627 show_databases(const char *outdir) in show_databases() argument 633 if (outdir == 0) { in show_databases() 634 outdir = _nc_tic_dir(0); in show_databases() 640 tried = outdir; in show_databases() 643 if ((outdir = _nc_home_terminfo())) { in show_databases() 648 tried = outdir; in show_databases() 689 char *outdir = (char *) NULL; in main() local 758 show_databases(outdir); in main() 803 outdir = optarg; in main() 926 _nc_set_writedir(outdir); in main() [all …]
|
| /freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 200 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument 204 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | ca.pod | 41 [B<-outdir dir>] 118 =item B<-outdir directory> 416 The same as the B<-outdir> command line option. It specifies 574 flag is used, but PEM format if sending to stdout or the B<-outdir>
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2004 | 3757 (libstdc++_init): Don't pass outdir to v3-copy-files.
|