Home
last modified time | relevance | path

Searched refs:outdir (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/external/gpl2/texinfo/dist/util/
H A Dgendocs.sh101 outdir=manual
110 -o) shift; outdir=$1;;
152 mkdir -p $outdir/
167 mv $PACKAGE.ps.gz $outdir/
172 mv $PACKAGE.dvi.gz $outdir/
178 mv $PACKAGE.pdf $outdir/
186 mv $PACKAGE.txt $outdir/
195 mv $PACKAGE.html $outdir/
207 mkdir -p $outdir/html_node/
223 mv $PACKAGE-db.xml $outdir/
[all …]
/netbsd/external/gpl3/autoconf/dist/build-aux/
H A Dgendocs.sh129 outdir=manual
138 -o) shift; outdir=$1;;
186 case $outdir in
187 /*) abs_outdir=$outdir;;
196 mkdir -p "$outdir/"
211 mv $PACKAGE.ps.gz "$outdir/"
216 mv $PACKAGE.dvi.gz "$outdir/"
222 mv $PACKAGE.pdf "$outdir/"
230 mv $PACKAGE.txt "$outdir/"
246 mkdir -p "$outdir/html_$1/"
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py18 def run_analyzer(outdir, args, cmd): argument
27 self.assertTrue(os.path.isdir(outdir))
33 self.assertFalse(os.path.isdir(outdir))
39 self.assertTrue(os.path.isdir(outdir))
51 outdir = check_call_and_report(
61 outdir = check_call_and_report(
72 outdir = check_call_and_report(
91 outdir = check_call_and_report(
98 outdir = check_call_and_report(
105 outdir = check_call_and_report(
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dfindmisopt53 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"
67 opts="$outdir/${name}.opt.s"
68 optprog="$outdir/${name}.opt"
83 if [ -f "$outdir" ] ; then
88 if [ ! -d "$outdir" ] ; then
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Drun_doxygen87 elif test $outdir = unset; then
89 outdir=${o}/doc/doxygen
106 outdir=unset
161 mkdir -p $outdir
162 chmod u+w $outdir
182 doxygen ${outdir}/${mode}.cfg
190 echo :: ${outdir}/xml/index.xml
194 cd ${outdir}/${mode}
212 cd ${outdir}/${mode}
235 echo :: ${outdir}/html/index.html
[all …]
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"
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen115 outdir="$2/doc/doxygen"
124 outdir=unset
179 mkdir -p $outdir
180 chmod u+w $outdir
201 doxygen ${outdir}/${mode}.cfg
209 echo :: ${outdir}/xml/index.xml
213 cd ${outdir}/${mode}
231 cd ${outdir}/${mode}
254 echo :: ${outdir}/html/index.html
265 cd $outdir/man/man3
[all …]
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"
30 tests_file_simd="$outdir/testsuite_files_simd"
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dcatch_ex_std.exp32 set outdir [file dirname $binfile]
43 if {[target_compile_ada_from_dir $outdir $srcfile2 $ofile2 \
56 if {[target_compile_ada_from_dir $outdir $srcfile $ofile object debug] != ""} {
63 with_cwd $outdir {
93 set linkarg "-Wl,-rpath,$outdir"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dcatch_ex_std.exp32 set outdir [file dirname $binfile]
43 if {[target_compile_ada_from_dir $outdir $srcfile2 $ofile2 \
56 if {[target_compile_ada_from_dir $outdir $srcfile $ofile object debug] != ""} {
63 with_cwd $outdir {
93 set linkarg "-Wl,-rpath,$outdir"
/netbsd/external/gpl3/gdb/dist/gdb/features/
H A DMakefile100 outdir = ../regformats macro
101 OUTPUTS = $(patsubst %,$(outdir)/%.dat,$(WHICH))
186 $(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
187 echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(outdir)/$*.tmp
188 echo "# Generated from: $<" >> $(outdir)/$*.tmp
189 echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(outdir)/$*.tmp
190 $(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(outdir)/$*.tmp
191 echo "xmltarget:$(<F)" >> $(outdir)/$*.tmp
193 >> $(outdir)/$*.tmp
196 $(XSLTPROC) gdbserver-regs.xsl - >> $(outdir)/$*.tmp
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/features/
H A DMakefile100 outdir = ../regformats macro
101 OUTPUTS = $(patsubst %,$(outdir)/%.dat,$(WHICH))
186 $(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
187 echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(outdir)/$*.tmp
188 echo "# Generated from: $<" >> $(outdir)/$*.tmp
189 echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(outdir)/$*.tmp
190 $(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(outdir)/$*.tmp
191 echo "xmltarget:$(<F)" >> $(outdir)/$*.tmp
193 >> $(outdir)/$*.tmp
196 $(XSLTPROC) gdbserver-regs.xsl - >> $(outdir)/$*.tmp
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/po/
H A Dgen-po.in10 outdir=${top_srcdir}/po/${domain}
11 outfile=${outdir}/${domain}.pot
13 test -d $outdir || mkdir $outdir
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.exp27 set outdir .
29 set outdir [standard_output_file {}]
34 [list debug "additional_flags=-DOUTDIR=\"$outdir/\""]] != "" } {
215 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"]
217 set dir1 [file join $outdir "dir2.fileio.test"]
H A Dui-redirect.exp57 set outdir [standard_output_file {}]
58 set cmds_file "$outdir/cmds.txt"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.exp27 set outdir .
29 set outdir [standard_output_file {}]
34 [list debug "additional_flags=-DOUTDIR=\"$outdir/\""]] != "" } {
215 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"]
217 set dir1 [file join $outdir "dir2.fileio.test"]
H A Dui-redirect.exp57 set outdir [standard_output_file {}]
58 set cmds_file "$outdir/cmds.txt"
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/
H A DMakefile.in223 $(DO_RUNTEST) --outdir=racy_outputs/$$n $(RUNTESTFLAGS) \
289 @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS) $(TIMESTAMP)
297 --outdir=racy_outputs/$(RACY_OUTPUT_N)/$* $*.exp \
308 …$(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(R…
328 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf/workers GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS)…
332 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PER…
339 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PERFTEST_MODE=$(GDB_PERFTEST_MODE) $(RUNT…
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DMakefile.in223 $(DO_RUNTEST) --outdir=racy_outputs/$$n $(RUNTESTFLAGS) \
289 @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS) $(TIMESTAMP)
297 --outdir=racy_outputs/$(RACY_OUTPUT_N)/$* $*.exp \
308 …$(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(R…
328 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf/workers GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS)…
332 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PER…
339 …$(DO_RUNTEST) --directory=gdb.perf --outdir gdb.perf GDB_PERFTEST_MODE=$(GDB_PERFTEST_MODE) $(RUNT…
/netbsd/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMInstallSymlink.cmake5 function(install_symlink name target outdir)
7 set(bindir "${DESTDIR}${CMAKE_INSTALL_PREFIX}/${outdir}/")
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c245 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/crypto/external/bsd/openssl/dist/apps/
H A Dca.c283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local
404 outdir = opt_arg(); in ca_main()
664 if ((outdir == NULL) && (req)) { in ca_main()
666 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
667 if (outdir == NULL) { in ca_main()
680 if (app_isdir(outdir) <= 0) { in ca_main()
681 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main()
682 perror(outdir); in ca_main()
1071 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument
127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp3639 global outdir
3666 set ppout "$outdir/compiler.i"
3915 set outdir [file dirname $dest]
4023 lappend new_options "ldflags=-Wl,-rpath,${outdir}"
4256 set outdir [file dirname $dest]
4263 } elseif {[gdb_compile $source "${outdir}/${sourcebase}.o" object \
4267 lappend objects ${outdir}/${sourcebase}.o
5029 global outdir tool inotify_log_file
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp3639 global outdir
3666 set ppout "$outdir/compiler.i"
3915 set outdir [file dirname $dest]
4023 lappend new_options "ldflags=-Wl,-rpath,${outdir}"
4256 set outdir [file dirname $dest]
4263 } elseif {[gdb_compile $source "${outdir}/${sourcebase}.o" object \
4267 lappend objects ${outdir}/${sourcebase}.o
5029 global outdir tool inotify_log_file

12