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

/freebsd-9.3-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-9.3-release/crypto/openssl/fips/
H A Dfipsalgtest.pl751 my $outdir = $out;
752 $outdir =~ s|/[^/]*$||;
753 if ( !-d $outdir ) {
754 print STDERR "DEBUG: Creating directory $outdir\n" if $debug;
755 mkdir($outdir) || die "Can't create directory $outdir";
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c170 " -outdir dir - Where to put output certificates\n",
282 char *outdir = NULL; local
423 } else if (strcmp(*argv, "-outdir") == 0) {
426 outdir = *(++argv);
774 if ((outdir == NULL) && (req)) {
777 if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR))
785 * outdir is a directory spec, but access() for VMS demands a
787 * outdir is not a directory spec, and the fopen() or open() will
794 if (access(outdir, R_OK | W_OK | X_OK) != 0) {
796 outdir);
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/hx509/data/
H A Dgen-req.sh59 -outdir . \
/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl102 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler

Completed in 118 milliseconds