Searched refs:OUT (Results 1 - 25 of 91) sorted by relevance

1234

/external/dropbear/libtommath/
H A Dgen.pl8 open( OUT, ">mpi.c" ) or die "Couldn't open mpi.c for writing: $!";
11 print OUT "/* Start: $filename */\n";
12 print OUT while <SRC>;
13 print OUT "\n/* End: $filename */\n\n";
16 print OUT "\n/* EOF */\n";
17 close OUT or die "Error closing mpi.c after writing: $!"
H A Ddep.pl26 open(OUT, ">tmp");
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
38 print OUT $_;
42 print OUT "#endif\n";
45 close OUT;
93 open(OUT,">callgraph.txt");
98 print OUT "\n\n";
100 close(OUT);
111 elsif ($indent >= 1) { print OUT "| "
[all...]
H A Dbooker.pl21 open(OUT,">tommath.tex") or die "Can't open destination file";
78 print OUT "\\vspace{+3mm}\\begin{small}\n\\hspace{-5.1mm}{\\bf File}: $tmp\n\\vspace{-3mm}\n\\begin{alltt}\n";
104 printf OUT ("%03d ", $line);
106 print OUT chr(vec($_, $x, 8));
108 print OUT "\n ";
112 print OUT "\n";
116 print OUT "\\end{alltt}\n\\end{small}\n";
180 print OUT $_;
248 print OUT $_;
254 print OUT "\\begi
[all...]
/external/dropbear/libtomcrypt/
H A Dfixupind.pl2 open(OUT,">crypt.ind.tmp");
4 print OUT "$a\n\\addcontentsline{toc}{chapter}{Index}\n";
6 print OUT $_;
8 close OUT;
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl11 open(OUT, "|setkey -c");
14 print OUT "spdadd $src $dst any -P out ipsec esp/transport//require;\n";
15 print OUT "spdadd $dst $src any -P in ipsec esp/transport//require;\n";
18 print OUT "spddelete $src $dst any -P out;\n";
19 print OUT "spddelete $dst $src any -P in;\n";
21 close(OUT);
/external/webkit/Source/WebCore/css/
H A Dmake-css-file-arrays.pl33 open OUT, ">", $out or die;
36 print OUT "namespace WebCore {\n";
61 print OUT "extern const char ${name}UserAgentStyleSheet[${length}] = {\n";
64 print OUT " ";
67 print OUT ", " unless $j == 0;
68 print OUT ord substr $text, $i, 1;
72 print OUT "," unless $i == $length;
73 print OUT "\n";
75 print OUT "};\n";
80 print OUT "}\
[all...]
/external/valgrind/tsan/
H A Dmk-self-contained-valgrind.sh11 OUT="$3"
24 rm -f $OUT && touch $OUT && chmod +x $OUT || exit 1
27 cat << 'EOF' >> $OUT || exit 1
50 cat << 'EOF' >> $OUT || exit 1
60 echo "\$EXTRACT_DIR/bin/valgrind --tool=$TOOLFLAG \"\$@\"" >> $OUT || exit 1
62 cat << 'EOF' >> $OUT || exit 1
71 (cd $IN_DIR && tar zcvh --exclude=$EXCLUDE_FILES $IN_FILES) >> $OUT || exit 1
73 echo "File $OUT successfull
[all...]
H A Dmk-self-contained-tsan-pin.sh14 OUT="$3"
18 rm -rf $OUT # remove the old one
19 touch $OUT # create the new one
20 chmod +x $OUT
23 cat << 'EOF' >> $OUT
52 cat << 'EOF' >> $OUT
69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
71 echo "File $OUT successfully created"
/external/bzip2/
H A Dxmlproc.sh43 OUT=output
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
77 egrep 'error' $OUT
78 rm $OUT
90 pdfxmltex $fofile >$OUT </dev/null
91 pdfxmltex $fofile >$OUT </dev/null
92 pdfxmltex $fofile >$OUT </dev/null
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
99 pdfxmltex $fofile >$OUT </dev/null
100 pdfxmltex $fofile >$OUT </de
[all...]
/external/openssl/apps/
H A DCA.pl95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;
H A DCA.pl.in95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;
/external/llvm/utils/
H A DUpdateCMakeLists.pl54 print OUT " ";
55 print OUT $file;
56 print OUT "\n";
65 open(OUT, ">", $cmakeListNew);
70 print OUT $_;
78 print OUT $_;
85 close(OUT);
/external/e2fsprogs/tests/defaults/
H A De_script14 if [ "$OUT"x = x ]; then
15 OUT=$test_name.log
32 | $TEST_PROG -f - 2>&1 | tr -d \\015 > $OUT
34 cmp -s $EXPECT $OUT
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
47 unset EXPECT OUT class instance
/external/webkit/Source/WebKit/win/WebKit.vcproj/
H A DFixMIDLHeaders.pl26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
54 open(OUT, ">", $fileName);
72 print OUT $line;
75 close(OUT);
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-app27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
96 print OUT $data;
97 close(OUT);
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
100 print OUT "$revision\n";
101 close(OUT);
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n";
105 close(OUT);
[all...]
/external/clang/utils/analyzer/
H A Dreducer.pl21 open(OUT, ">$scriptFile") or die "$prog: cannot create '$scriptFile'\n";
33 print OUT <<ENDTEXT;
48 close(OUT);
/external/openssh/
H A Dfixprogs30 if (!open(OUT, ">$outfilename")) {
35 select(OUT); $|=1; select(STDOUT);
39 print OUT;
69 print OUT "\"$cmd\" $path $est\n";
/external/webkit/Tools/Scripts/
H A Dsort-Xcode-project-file26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
90 my ($OUT, $tempFileName) = tempfile(
99 close($OUT);
107 print $OUT $line;
117 print $OUT sort sortFilesByFileName @files;
118 print $OUT $endMarker;
120 print $OUT $line;
132 print $OUT @children;
134 print $OUT sort sortChildrenByFileName @children;
136 print $OUT
[all...]
H A Dcheck-Xcode-source-file-types23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
100 my ($OUT, $tempFileName);
102 ($OUT, $tempFileName) = tempfile(
111 close($OUT);
118 print $OUT $line if $shouldFixIssues;
124 print $OUT $line if $shouldFixIssues;
145 print $OUT $line if $shouldFixIssues;
149 print $OUT <IN> if $shouldFixIssues;
154 close($OUT);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
H A DbugzillaLogin.sh14 OUT=$(curl -k 2>&1| grep unknown)
15 if [[ $OUT ]];
/external/quake/tools/
H A Dpackagesharedlib5 pushd $OUT/system/app
7 mv $OUT/system/lib/libquake.so lib/armeabi
/external/openssl/crypto/objects/
H A Dobj_dat.pl46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
170 print OUT <<'EOF';
226 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
237 printf OUT "#define NUM_NID %d\n",$n;
238 printf OUT "#define NUM_SN %d\n",$#sn+1;
239 printf OUT "#define NUM_LN %d\n",$#ln+1;
240 printf OUT "#define NUM_OBJ %d\n\n",$#ob+1;
242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
243 print OUT @lvalues;
244 print OUT "};\
[all...]
/external/hyphenation/
H A Dsubstrings.pl16 open OUT, ">$ARGV[1]";
20 if (defined $encoding) { print OUT "$encoding\n"; }
21 if (defined $lhmin) { print OUT "LEFTHYPHENMIN $lhmin\n"; }
22 if (defined $rhmin) { print OUT "RIGHTHYPHENMIN $rhmin\n"; }
101 print OUT $newpattab{$pat}."/".$newrepltab{$pat}.",".($newreplbeg{$pat}+1).",".$newrepllen{$pat}."\n";
103 print OUT $newpattab{$pat}."\n";
/external/clang/tools/scan-build/
H A Dscan-build527 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
531 print OUT <<ENDTEXT;
599 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
602 print OUT <<ENDTEXT;
619 print OUT "<h2>Bug Summary</h2>";
622 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
626 print OUT <<ENDTEXT;
647 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
651 print OUT "<tr><td class=\"SUMM_DESC\">";
652 print OUT
[all...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl245 open OUT, ">$ALPHABET" or die "cant open $ALPHABET for writing";
248 print OUT "\n! $table\n ";
255 print OUT "\n ";
257 printf OUT " %s", "\'$sym{$shifted}\'";
260 close OUT;

Completed in 906 milliseconds

1234