| /src/external/gpl2/texinfo/dist/util/ |
| gendocs.sh | 59 -o OUTDIR write files into OUTDIR, instead of manual/. 73 Output will be in a new subdirectory \"manual\" (by default, use -o OUTDIR 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/ [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_from_cmd.py | 18 def run_analyzer(outdir, args, cmd): 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...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| gendocs.sh | 67 -o OUTDIR write files into OUTDIR, instead of manual/. 83 Output will be in a new subdirectory \"manual\" (by default, use -o OUTDIR 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 [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| findmisopt | 20 # findmisopt bcfile outdir progargs [match] 25 # outdir 38 echo "usage: findmisopt bcfile outdir progargs [match]" 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 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| 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"
|
| run_doxygen | 115 outdir="$2/doc/doxygen" 124 outdir=unset 141 if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $shortname = unset || test $host_alias = unset; then 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}.cf [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| 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"
|
| run_doxygen | 115 outdir="$2/doc/doxygen" 124 outdir=unset 141 if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $shortname = unset || test $host_alias = unset; then 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}.cf [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/extra/ |
| gendocs.sh | 68 outdir=manual 92 -o OUTDIR write files into OUTDIR, instead of manual/. 121 use -o OUTDIR to override). Move all the new files into your web CVS 162 -o) shift; outdir=$1;; 239 # copy_images OUTDIR HTML-FILE... 241 # Copy all the images needed by the HTML-FILEs into OUTDIR. 282 case $outdir in 283 /*) abs_outdir=$outdir;; 284 *) abs_outdir=$srcdir/$outdir;; [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/extra/ |
| gendocs.sh | 68 outdir=manual 92 -o OUTDIR write files into OUTDIR, instead of manual/. 121 use -o OUTDIR to override). Move all the new files into your web CVS 162 -o) shift; outdir=$1;; 239 # copy_images OUTDIR HTML-FILE... 241 # Copy all the images needed by the HTML-FILEs into OUTDIR. 282 case $outdir in 283 /*) abs_outdir=$outdir;; 284 *) abs_outdir=$srcdir/$outdir;; [all...] |
| /src/crypto/external/bsd/heimdal/dist/po/ |
| gen-po.in | 10 outdir=${top_srcdir}/po/${domain} 11 outfile=${outdir}/${domain}.pot 13 test -d $outdir || mkdir $outdir
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| fileio.exp | 23 set outdir . 25 set outdir [standard_output_file {}] 30 [list debug "additional_flags=-DOUTDIR=\"$outdir/\""]] != "" } { 202 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"] 204 set dir1 [file join $outdir "dir2.fileio.test"]
|
| ui-redirect.exp | 53 set outdir [standard_output_file {}] 54 set cmds_file "$outdir/cmds.txt"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| fileio.exp | 23 set outdir . 25 set outdir [standard_output_file {}] 30 [list debug "additional_flags=-DOUTDIR=\"$outdir/\""]] != "" } { 202 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"] 204 set dir1 [file join $outdir "dir2.fileio.test"]
|
| ui-redirect.exp | 53 set outdir [standard_output_file {}] 54 set cmds_file "$outdir/cmds.txt"
|
| /src/external/gpl3/gdb/dist/gdb/features/ |
| Makefile | 92 outdir = ../regformats macro 93 OUTPUTS = $(patsubst %,$(outdir)/%.dat,$(WHICH)) 183 $(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl 184 echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(outdir)/$*.tmp 185 echo "# Generated from: $<" >> $(outdir)/$*.tmp 186 echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(outdir)/$*.tmp 187 $(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(outdir)/$*.tmp 188 echo "xmltarget:$(<F)" >> $(outdir)/$*.tmp 190 >> $(outdir)/$*.tmp 192 >> $(outdir)/$*.tm [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/features/ |
| Makefile | 94 outdir = ../regformats macro 95 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)/$*.tm [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| catch_ex_std.exp | 27 set outdir [file dirname $binfile] 41 set linkarg "-Wl,-rpath,$outdir"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| catch_ex_std.exp | 27 set outdir [file dirname $binfile] 41 set linkarg "-Wl,-rpath,$outdir"
|
| /src/external/gpl3/gdb/dist/sim/testsuite/ |
| local.mk | 49 $(AM_V_RUNTEST)$(DO_RUNTEST) --objdir testsuite/$* --outdir testsuite/$* $*.exp
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/ |
| local.mk | 49 $(AM_V_RUNTEST)$(DO_RUNTEST) --objdir testsuite/$* --outdir testsuite/$* $*.exp
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ca.c | 216 { "outdir", OPT_OUTDIR, '/', "Where to put output cert" }, 334 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; local 460 outdir = opt_arg(); 700 if ((outdir == NULL) && (req)) { 702 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); 703 if (outdir == NULL) { 710 * outdir is a directory spec, but access() for VMS demands a 716 if (app_isdir(outdir) <= 0) { 717 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); 718 perror(outdir); [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ca.c | 169 {"outdir", OPT_OUTDIR, '/', "Where to put output cert"}, 283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; local 404 outdir = opt_arg(); 666 if ((outdir == NULL) && (req)) { 668 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); 669 if (outdir == NULL) { 676 * outdir is a directory spec, but access() for VMS demands a 682 if (app_isdir(outdir) <= 0) { 683 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); 684 perror(outdir); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ca.c | 183 {"outdir", OPT_OUTDIR, '/', "Where to put output cert"}, 245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; local 349 outdir = opt_arg(); 596 if ((outdir == NULL) && (req)) { 598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); 599 if (outdir == NULL) { 606 * outdir is a directory spec, but access() for VMS demands a 612 if (app_isdir(outdir) <= 0) { 613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); 614 perror(outdir); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| AnalysisConsumer.cpp | 89 const std::string OutDir; 123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, 127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), 160 CREATEFN(Opts->getDiagOpts(), PathConsumers, OutDir, PP, CTU, \
|