Searched refs:outfile (Results 1 - 25 of 229) sorted by relevance

12345678910

/macosx-10.9.5/Heimdal-323.92.1/po/
H A Dgen-po.in11 outfile=${outdir}/${domain}.pot
23 -o ${outfile}.new \
26 test -f ${outfile}.new && \
27 perl -pi -e "s@${top_srcdir}/@@" ${outfile}.new
29 grep -v "POT-Creation-Date:" ${outfile}.new > ${outfile}.new2
30 grep -v "POT-Creation-Date:" ${outfile} > ${outfile}.old
32 if ! diff ${outfile}.old ${outfile}
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dckconfig.c294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.txt for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#unde
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_dirhie.h26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
/macosx-10.9.5/pcre-7/pcre/
H A Dperltest.pl57 $outfile = "OUTFILE";
59 else { $outfile = "STDOUT"; }
61 printf($outfile "Perl $] Regular Expressions\n\n");
70 printf $outfile "$_" if $infile ne "STDIN";
79 printf $outfile "$_" if $infile ne "STDIN";
103 printf $outfile "Error: $@";
128 printf $outfile "$_\n" if $infile ne "STDIN";
167 printf $outfile "Error: $@\n";
172 printf $outfile "No match";
174 { print $outfile (", mar
[all...]
H A Dpcretest.c172 static FILE *outfile; variable
503 FILE *f = (first_callout | callout_extra)? outfile : NULL;
547 fprintf(outfile, "%+3d ", cb->pattern_position);
548 if (cb->pattern_position > 99) fprintf(outfile, "\n ");
552 if (callout_extra) fprintf(outfile, " ");
553 else fprintf(outfile, "%3d ", cb->callout_number);
556 for (i = 0; i < pre_start; i++) fprintf(outfile, " ");
557 fprintf(outfile, "^");
561 for (i = 0; i < post_start - 1; i++) fprintf(outfile, " ");
562 fprintf(outfile, "
[all...]
/macosx-10.9.5/cups-372.4/cups/man/
H A Dmantohtml.c47 *outfile; /* Output file */ local
92 if ((outfile = fopen(argv[2], "w")) == NULL)
100 outfile = stdout;
112 "href=\"../cups-printable.css\">\n", outfile);
147 fprintf(outfile,
165 fputs(end_fonts[font], outfile);
169 fputs("</li>\n</ul>\n", outfile);
176 fputs("</dt>\n", outfile);
178 fputs("</dd>\n", outfile);
180 fputs("</dl>\n", outfile);
[all...]
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dduplicates.test32 outfile="$scratchdir/rsync.out"
35 | tee "$outfile"
38 if [ `grep -c '^name1$' "$outfile"` != 1 ]
42 if [ `grep -c '^name2 -> ' "$outfile"` != 1 ]
H A Drelative.test16 outfile="$scratchdir/rsync.out"
33 | tee "$outfile"
36 grep 'deleting ' "$outfile" && test_fail "Erroneous deletions occurred!"
H A Ddevices.test13 outfile="$scratchdir/rsync.out"
43 | tee "$outfile"
47 diff $diffopt "$chkfile" "$outfile" || test_fail "test 1 failed"
50 | tee "$outfile"
54 diff $diffopt "$chkfile" "$outfile" || test_fail "test 2 failed"
59 | tee "$outfile"
63 diff $diffopt "$chkfile" "$outfile" || test_fail "test 3 failed"
66 | tee "$outfile"
84 diff $diffopt "$chkfile" "$outfile" || test_fail "test 4 failed"
H A Ditemize.test16 outfile="$scratchdir/rsync.out"
30 | tee "$outfile"
42 diff $diffopt "$chkfile" "$outfile" || test_fail "test 1 failed"
50 | tee "$outfile"
57 diff $diffopt "$chkfile" "$outfile" || test_fail "test 2 failed"
70 | tee "$outfile"
78 diff $diffopt "$chkfile" "$outfile" || test_fail "test 3 failed"
84 | tee "$outfile"
93 diff $diffopt "$chkfile" "$outfile" || test_fail "test 4 failed"
98 | tee "$outfile"
[all...]
/macosx-10.9.5/vim-53/src/
H A Ddehqx.py18 outfile = open(out_data, 'wb') variable
23 outfile.write(d)
24 outfile.close()
30 outfile = open(out_rsrc, 'wb') variable
31 outfile.write(d)
35 outfile.write(d)
36 outfile.close()
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dtgz2kit.tcl16 set outfile [file tail $infile]
17 if {[string match *.tar.gz $outfile]} {
18 set outfile [file root $outfile]
20 set outfile [file root $outfile].kit
22 # if {[file exists $outfile]} {
23 # puts stderr "$outfile: already exists, bailing out"
31 set ofd [open $outfile w]
42 vfs::mk4::Mount $outfile
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dtdump.c43 static Sfio_t *outfile; variable
47 outfile = out;
70 return(sfputl(outfile,-1));
71 if(sfputl(outfile,t->tre.tretyp)<0)
82 if(sfputu(outfile,t->fork.forkline)<0)
101 if(sfputl(outfile,-1)<0)
115 if(sfputu(outfile,t->ar.arline)<0)
119 if(sfputu(outfile,t->for_.forline)<0)
127 if(sfputu(outfile,t->sw.swline)<0)
133 if(sfputu(outfile,
[all...]
H A Ddeparse.c62 static Sfio_t *outfile; variable
69 outfile = out;
99 sfnputc(outfile,'\t',level);
128 sfputr(outfile,"|&",'\n');
133 sfputr(outfile,"&",'\n');
162 sfprintf(outfile,"(( %s; ",forinit);
164 sfputr(outfile,arg->argval,';');
166 sfprintf(outfile," %s))\n",arg->argval);
222 sfputc(outfile,'\n');
226 sfputr(outfile,c
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dperltest855 $outfile = "OUTFILE";
57 else { $outfile = "STDOUT"; }
59 printf($outfile "Perl $] Regular Expressions\n\n");
68 printf $outfile "$_" if $infile ne "STDIN";
77 printf $outfile "$_" if $infile ne "STDIN";
107 printf $outfile "Error: $@";
132 printf $outfile "$_\n" if $infile ne "STDIN";
176 printf $outfile "Error: $@\n";
181 printf $outfile "No match\n";
187 printf $outfile ("
[all...]
H A Dperltest58 $outfile = "OUTFILE";
60 else { $outfile = "STDOUT"; }
62 printf($outfile "Perl $] Regular Expressions\n\n");
71 printf $outfile "$_" if $infile ne "STDIN";
80 printf $outfile "$_" if $infile ne "STDIN";
110 printf $outfile "Error: $@";
135 printf $outfile "$_\n" if $infile ne "STDIN";
179 printf $outfile "Error: $@\n";
184 printf $outfile "No match\n";
190 printf $outfile ("
[all...]
H A Dpcretest.c76 static FILE *outfile; variable
308 FILE *f = (first_callout | callout_extra)? outfile : NULL;
352 fprintf(outfile, "%+3d ", cb->pattern_position);
353 if (cb->pattern_position > 99) fprintf(outfile, "\n ");
357 if (callout_extra) fprintf(outfile, " ");
358 else fprintf(outfile, "%3d ", cb->callout_number);
361 for (i = 0; i < pre_start; i++) fprintf(outfile, " ");
362 fprintf(outfile, "^");
366 for (i = 0; i < post_start - 1; i++) fprintf(outfile, " ");
367 fprintf(outfile, "
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Drunlex.sh38 outfile=lex.yy.c
47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'`
118 ${LEX} $flags -o"$outfile" "$@"
139 # Is the outfile where we think it is?
141 outfile_base=`basename "$outfile"`
142 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ]
148 mv "$outfile_base" "$outfile"
182 mv lex.yy.c "$outfile"
223 header_file=`dirname "$outfile"`/`basenam
[all...]
/macosx-10.9.5/expat-12/expat/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
[all...]
/macosx-10.9.5/zip-14/unzip/
H A Dpatch-unix_unix.c13 + if (fchmod(fileno(G.outfile), 0xffff & G.pInfo->file_attr))
17 fclose(G.outfile);
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ded.c59 fprintf (outfile, "%c\n", change_letter[changes]);
73 fprintf (outfile, "..\n.\ns/.//\na\n");
79 fprintf (outfile, ".\n");
106 fprintf (outfile, "%c", change_letter[changes]);
108 fprintf (outfile, "\n");
121 fprintf (outfile, ".\n");
154 fprintf (outfile, "d");
157 fprintf (outfile, "%ld %ld\n", tf0, tf0 <= tl0 ? tl0 - tf0 + 1 : 1);
162 fprintf (outfile, "a");
166 fprintf (outfile, "
[all...]
H A Dnormal.c55 fprintf (outfile, "%c", change_letter[changes]);
57 fprintf (outfile, "\n");
65 fprintf (outfile, "---\n");
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-version/
H A Dgenerate-revision.sh145 outfile=
153 outfile=${OPTARG}
168 [ -n "${outfile}" ] || \
174 generate_from_mtn ${outfile}
176 generate_from_dist ${outfile} ${version}
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdmerge.cxx54 *outfile; // Output file local
65 outfile = NULL;
143 if (!strcmp(locale, "en") && !inname && !outfile)
216 outfile = cupsFileOpen(outname, "w9");
218 outfile = cupsFileOpen(outname, "w");
221 outfile = cupsFileStdout();
224 cupsFilePrintf(outfile, "%s\n", line);
227 cupsFilePrintf(outfile, "*cupsLanguages: \"%s", locale);
229 cupsFilePrintf(outfile, " %s", locale);
230 cupsFilePuts(outfile, "\"\
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A Dpdf2tiff.rb30 outfile = "#{root}_#{i}.tiff"
31 puts "Writing #{page.description} to #{outfile} for #{path}"
32 tiffdata.writeToFile_atomically_(outfile,false)

Completed in 152 milliseconds

12345678910