| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | gendocs.sh | 101 outdir=manual 110 -o) shift; outdir=$1;; 152 mkdir -p $outdir/ 153 tar czf $outdir/$PACKAGE.info.tar.gz $PACKAGE.info* 154 info_tgz_size="`calcsize $outdir/$PACKAGE.info.tar.gz`" 167 mv $PACKAGE.ps.gz $outdir/ 172 mv $PACKAGE.dvi.gz $outdir/ 178 mv $PACKAGE.pdf $outdir/ 184 gzip -f -9 -c $PACKAGE.txt >$outdir/$PACKAGE.txt.gz 185 ascii_gz_size="`calcsize $outdir/$PACKAGE.txt.gz`" [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_from_cmd.py | 18 def run_analyzer(outdir, args, cmd): argument 20 ['scan-build-py', '--intercept-first', '-o', outdir] + args, 26 outdir = self.run_analyzer(tmpdir, [], make) 27 self.assertTrue(os.path.isdir(outdir)) 32 outdir = self.run_analyzer(tmpdir, [], make) 33 self.assertFalse(os.path.isdir(outdir)) 38 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make) 39 self.assertTrue(os.path.isdir(outdir)) 51 outdir = check_call_and_report( 55 self.assertTrue(os.path.isdir(outdir)) [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | findmisopt | 53 outdir="$2" 61 ll="$outdir/${name}.ll" 62 s="$outdir/${name}.s" 63 prog="$outdir/${name}" 64 out="$outdir/${name}.out" 65 optbc="$outdir/${name}.opt.bc" 66 optll="$outdir/${name}.opt.ll" 67 opts="$outdir/${name}.opt.s" 68 optprog="$outdir/${name}.opt" 69 optout="$outdir/${name}.opt.out" [all …]
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMInstallSymlink.cmake | 10 function(install_symlink name target outdir) 12 if(NOT IS_ABSOLUTE "${outdir}") 13 set(outdir "${CMAKE_INSTALL_PREFIX}/${outdir}") variable 15 set(outdir "${DESTDIR}${outdir}") variable 21 WORKING_DIRECTORY "${outdir}" ERROR_VARIABLE has_err) 25 WORKING_DIRECTORY "${outdir}")
|
| H A D | AddLLVM.cmake | 1595 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1596 set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir}) 1627 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1628 set_output_directory(${benchmark_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | HTMLBatch.pm | 51 "Usage: perl -M%s -e %s:go indirs outdir\n (or use \"\@INC\" for indirs)\n", 117 my($self, $dirs, $outdir) = @_; 134 $outdir = $self->filespecsys->curdir 135 unless defined $outdir and length $outdir; 137 $self->_batch_convert_main($dirs, $outdir); 143 my($self, $dirs, $outdir) = @_; 145 # $outdir is a pathspec. 150 $self->muse( "Starting batch conversion to \"$outdir\"" ); 182 $self->_spray_css( $outdir ); [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | htmlbat.t | 27 my $outdir; 30 $outdir = File::Spec->catdir( $t_dir, "delme-$rand-out" ); 31 last unless -e $outdir; 36 rmtree $outdir, 0, 0; 40 print "# Output dir: $outdir\n" if $DEBUG; 42 mkdir $outdir, 0777 or die "Can't mkdir $outdir: $!"; 44 print "# Converting $corpus_dir => $outdir\n" if $DEBUG; 48 $conv->batch_convert( [$corpus_dir], $outdir ); 64 }, $outdir ); [all...] |
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | genconfig.pl | 45 if (-f "config.h") { $infile = "config.h"; $outdir = "../"; } 46 elsif (-f "plan9/config.h") { $infile = "plan9/config.h"; $outdir = "./"; } 55 $outdir = ''; 57 open(OUT,'>',"${outdir}config.sh") || die "Can't open ${outdir}config.sh: $!\n"; 184 if (open(SH,'<',"${outdir}config_h.SH")) { 280 if (open(PL,'<',"${outdir}patchlevel.h")) { 293 elsif ($VERBOSE) { warn "Can't read ${outdir}patchlevel.h - skipping 'PERL_VERSION'" }
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/lib/ |
| H A D | libstdc++-v3-dg.exp | 40 global outdir 59 libstdc++-v3-copy-files [glob -nocomplain "$srcdir/{,*/}*/*.tst"] $outdir 60 libstdc++-v3-copy-files [glob -nocomplain "$srcdir/{,*/}*/*.txt"] $outdir 243 global outdir 245 set files_file "${outdir}/testsuite_files" 269 set wchar_file "${outdir}/testsuite_wchar_t"
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/lib/ |
| H A D | libmudflap.exp | 35 global srcdir outdir blddir objdir tool_root_dir 233 global outdir 235 set files_file "${outdir}/testsuite_files" 259 set wchar_file "${outdir}/testsuite_wchar_t"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
| H A D | AutoSplit.pm | 491 opendir(my $outdir,$dir); 492 foreach (sort readdir($outdir)){ 502 closedir($outdir);
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | run_doxygen | 186 cd $outdir/man/man3 283 echo :: Man pages in ${outdir}/man
|
| H A D | user.cfg.in | 40 OUTPUT_DIRECTORY = @outdir@
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | run_doxygen | 213 cd $outdir/man/man3 320 echo :: Man pages in ${outdir}/man
|
| H A D | user.cfg.in | 33 OUTPUT_DIRECTORY = @outdir@
|
| /openbsd-src/usr.bin/tic/ |
| H A D | tic.c | 642 show_databases(const char *outdir) in show_databases() argument 644 bool specific = (outdir != 0) || getenv("TERMINFO") != 0; in show_databases() 648 if (outdir == NULL) { in show_databases() 649 outdir = _nc_tic_dir(NULL); in show_databases() 651 if ((result = valid_db_path(outdir)) != 0) { in show_databases() 655 tried = outdir; in show_databases() 658 if ((outdir = _nc_home_terminfo())) { in show_databases() 659 if ((result = valid_db_path(outdir)) != 0) { in show_databases() 663 tried = outdir; in show_databases() 706 char *outdir = (char *) NULL; in main() local [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/lib/ |
| H A D | Testing.pm | 628 outdir => "$ENV{P5P_DIR}/pod-html", 637 =item * C<outdir> 670 for my $k ( qw| outdir stub run | ) { 677 die("Could not locate directory $args->{outdir}") unless -d $args->{outdir}; 688 my $outfile = catfile($args->{outdir}, "$args->{run}.cache.$args->{stub}.$$.txt");
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | CMakeLists.txt | 11 -outdir ${CMAKE_CURRENT_BINARY_DIR}
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument 127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | CMakeLists.txt | 15 -outdir ${CMAKE_CURRENT_BINARY_DIR}
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | ca.c | 187 char *outdir; member 497 .opt.arg = &cfg.outdir, 874 if (cfg.outdir == NULL && cfg.req) { in ca_main() 875 if ((cfg.outdir = NCONF_get_string(conf, in ca_main() 1275 "%s/%s.pem", cfg.outdir, serialstr); in ca_main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
| H A D | gdb.exp | 1218 global outdir 1239 log_file -a "$outdir/$tool.log"
|