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

/freebsd-11-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-11-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-11-stable/crypto/openssl/apps/
H A Dca.c163 " -outdir dir - Where to put output certificates\n",
278 char *outdir = NULL; local
419 } else if (strcmp(*argv, "-outdir") == 0) {
422 outdir = *(++argv);
794 if ((outdir == NULL) && (req)) {
796 if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR))
804 * outdir is a directory spec, but access() for VMS demands a
806 * outdir is not a directory spec, and the fopen() or open() will
814 if (access(outdir, R_OK | W_OK | X_OK) != 0)
816 if (_access(outdir, R_O
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl137 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
/freebsd-11-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 82 milliseconds