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

/freebsd-10.2-release/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-10.2-release/crypto/openssl/apps/
H A Dca.c169 " -outdir dir - Where to put output certificates\n",
284 char *outdir = NULL; local
427 } else if (strcmp(*argv, "-outdir") == 0) {
430 outdir = *(++argv);
799 if ((outdir == NULL) && (req)) {
801 if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR))
809 * outdir is a directory spec, but access() for VMS demands a
811 * outdir is not a directory spec, and the fopen() or open() will
819 if (access(outdir, R_OK | W_OK | X_OK) != 0)
821 if (_access(outdir, R_O
[all...]
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtic.c490 char *outdir = (char *) NULL; local
582 outdir = optarg;
701 _nc_set_writedir(outdir);
735 _nc_set_writedir(outdir);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp205 const std::string& outdir,
209 Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
204 AnalysisConsumer(const Preprocessor& pp, const std::string& outdir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins) argument
/freebsd-10.2-release/crypto/openssl/util/
H A Dmk1mf.pl129 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler

Completed in 174 milliseconds