/netbsd-src/external/gpl2/texinfo/dist/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 …]
|
/netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
H A D | gendocs.sh | 129 outdir=manual 138 -o) shift; outdir=$1;; 186 case $outdir in 187 /*) abs_outdir=$outdir;; 188 *) abs_outdir=$srcdir/$outdir;; 196 mkdir -p "$outdir/" 197 tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info* 198 info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` 211 mv $PACKAGE.ps.gz "$outdir/" 216 mv $PACKAGE.dvi.gz "$outdir/" [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/ |
H A D | gendocs.sh | 68 outdir=manual 162 -o) shift; outdir=$1;; 282 case $outdir in 283 /*) abs_outdir=$outdir;; 284 *) abs_outdir=$srcdir/$outdir;; 289 mkdir -p "$outdir/" 297 tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info* 298 ls -l "$outdir/$PACKAGE.info.tar.gz" 299 info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` 312 mv $PACKAGE.dvi.gz "$outdir/" [all …]
|
/netbsd-src/external/apache2/llvm/dist/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', '--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 …]
|
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 87 elif test $outdir = unset; then 89 outdir=${o}/doc/doxygen 106 outdir=unset 122 if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $shortname = unset ||… 132 generate_tagfile="$outdir/html/libstdc++.tag" 161 mkdir -p $outdir 162 chmod u+w $outdir 168 sed -e "s=@outdir@=${outdir}=g" \ 179 ${srcdir}/doc/doxygen/user.cfg.in > ${outdir}/${mode}.cfg 181 echo doxygen ${outdir}/${mode}.cfg [all …]
|
H A D | create_testsuite_files | 24 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"
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 115 outdir="$2/doc/doxygen" 124 outdir=unset 141 if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $shortname = unset ||… 150 generate_tagfile="$outdir/html/libstdc++.tag" 179 mkdir -p $outdir 180 chmod u+w $outdir 186 sed -e "s=@outdir@=${outdir}=g" \ 198 ${srcdir}/doc/doxygen/user.cfg.in > ${outdir}/${mode}.cfg 200 echo doxygen ${outdir}/${mode}.cfg 201 doxygen ${outdir}/${mode}.cfg [all …]
|
H A D | create_testsuite_files | 24 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" 30 tests_file_simd="$outdir/testsuite_files_simd"
|
/netbsd-src/crypto/external/bsd/heimdal/dist/po/ |
H A D | gen-po.in | 10 outdir=${top_srcdir}/po/${domain} 11 outfile=${outdir}/${domain}.pot 13 test -d $outdir || mkdir $outdir
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | LLVMInstallSymlink.cmake | 5 function(install_symlink name target outdir) 7 set(bindir "${DESTDIR}${CMAKE_INSTALL_PREFIX}/${outdir}/")
|
H A D | AddLLVM.cmake | 1470 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1471 set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir}) 1502 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1503 set_output_directory(${benchmark_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ca.c | 245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local 349 outdir = opt_arg(); in ca_main() 596 if ((outdir == NULL) && (req)) { in ca_main() 598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main() 599 if (outdir == NULL) { in ca_main() 612 if (app_isdir(outdir) <= 0) { in ca_main() 613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main() 614 perror(outdir); in ca_main() 988 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ca.c | 283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local 404 outdir = opt_arg(); in ca_main() 666 if ((outdir == NULL) && (req)) { in ca_main() 668 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main() 669 if (outdir == NULL) { in ca_main() 682 if (app_isdir(outdir) <= 0) { in ca_main() 683 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main() 684 perror(outdir); in ca_main() 1085 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
H A D | gen-req.sh | 67 -outdir . \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | ca.pod | 41 [B<-outdir dir>] 119 =item B<-outdir directory> 422 The same as the B<-outdir> command line option. It specifies 580 flag is used, but PEM format if sending to stdout or the B<-outdir>
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-ca.pod.in | 48 [B<-outdir> I<dir>] 141 =item B<-outdir> I<directory> 474 The same as the B<-outdir> command line option. It specifies 633 flag is used, but PEM format if sending to stdout or the B<-outdir>
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2010 | 7613 ($(outdir)/i386/i386-mmx.dat): Likewise. 7614 ($(outdir)/i386/i386-mmx-linux.dat): Likewise. 7804 ($(outdir)/i386/i386-avx.dat): New dependency. 7805 ($(outdir)/i386/i386-avx-linux.dat): Likewise. 7806 ($(outdir)/i386/x86-avx-64.dat): Likewise. 7807 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise. 10368 ($(outdir)/i386/i386-linux.dat): Likewise. 10369 ($(outdir)/i386/amd64.dat): Likewise. 10370 ($(outdir)/i386/amd64-linux.dat): Likewise.
|
H A D | ChangeLog-2012 | 9390 ($(outdir)/i386/x32.dat): Likewise. 9391 ($(outdir)/i386/x32-linux.dat): Likewise. 9392 ($(outdir)/i386/x32-avx.dat): Likewise. 9393 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2010 | 7613 ($(outdir)/i386/i386-mmx.dat): Likewise. 7614 ($(outdir)/i386/i386-mmx-linux.dat): Likewise. 7804 ($(outdir)/i386/i386-avx.dat): New dependency. 7805 ($(outdir)/i386/i386-avx-linux.dat): Likewise. 7806 ($(outdir)/i386/x86-avx-64.dat): Likewise. 7807 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise. 10368 ($(outdir)/i386/i386-linux.dat): Likewise. 10369 ($(outdir)/i386/amd64.dat): Likewise. 10370 ($(outdir)/i386/amd64-linux.dat): Likewise.
|
H A D | ChangeLog-2012 | 9390 ($(outdir)/i386/x32.dat): Likewise. 9391 ($(outdir)/i386/x32-linux.dat): Likewise. 9392 ($(outdir)/i386/x32-avx.dat): Likewise. 9393 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 61 OUTPUT_DIRECTORY = @outdir@
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 61 OUTPUT_DIRECTORY = @outdir@
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2004 | 3757 (libstdc++_init): Don't pass outdir to v3-copy-files.
|