Searched refs:outdir (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/scripts/
H A Dcreate_testsuite_files24 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-stable/contrib/bc/tests/
H A Dstdin.sh58 outdir=$(dirname "$out")
60 if [ ! -d "$outdir" ]; then
61 mkdir -p "$outdir"
H A Derrors.sh58 outdir=$(dirname "$out")
60 if [ ! -d "$outdir" ]; then
61 mkdir -p "$outdir"
H A Dread.sh61 outdir=$(dirname "$out")
63 if [ ! -d "$outdir" ]; then
64 mkdir -p "$outdir"
H A Dscript.sh124 outdir=$(dirname "$out")
126 if [ ! -d "$outdir" ]; then
127 mkdir -p "$outdir"
H A Dtest.sh77 outdir=$(dirname "$out")
79 if [ ! -d "$outdir" ]; then
80 mkdir -p "$outdir"
H A Dother.sh151 outdir=$(dirname "$easter_out")
153 if [ ! -d "$outdir" ]; then
154 mkdir -p "$outdir"
/freebsd-12-stable/tools/tools/sortbench/
H A Dbench.py41 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-stable/contrib/ncurses/progs/
H A Dtic.c627 show_databases(const char *outdir) argument
629 bool specific = (outdir != 0) || getenv("TERMINFO") != 0;
633 if (outdir == 0) {
634 outdir = _nc_tic_dir(0);
636 if ((result = valid_db_path(outdir)) != 0) {
640 tried = outdir;
643 if ((outdir = _nc_home_terminfo())) {
644 if ((result = valid_db_path(outdir)) != 0) {
648 tried = outdir;
689 char *outdir local
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Dca.c183 {"outdir", OPT_OUTDIR, '/', "Where to put output cert"},
245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; local
349 outdir = opt_arg();
596 if ((outdir == NULL) && (req)) {
598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
599 if (outdir == NULL) {
606 * outdir is a directory spec, but access() for VMS demands a
612 if (app_isdir(outdir) <= 0) {
613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir);
614 perror(outdir);
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp228 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, argument
232 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)),

Completed in 196 milliseconds