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

12345678910

/macosx-10.10.1/Heimdal-398.1.2/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.10.1/tcl-105/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.10.1/curl-83.1.2/curl/src/
H A Dtool_dirhie.h26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
/macosx-10.10.1/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.10.1/rsync-45/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.10.1/vim-55/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.10.1/tcl-105/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.10.1/ksh-23/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.10.1/cups-408/cups/man/
H A Dmantohtml.c53 *outfile; /* Output file */ local
96 if ((outfile = fopen(argv[2], "w")) == NULL)
104 outfile = stdout;
115 "href=\"../cups-printable.css\">\n", outfile);
147 fprintf(outfile,
165 fputs(end_fonts[font], outfile);
170 fprintf(outfile, "</%s>\n", list);
175 fputs("<h2 class=\"title\"><a name=\"", outfile);
177 fputs("<h3><a name=\"", outfile);
183 html_putc(*lineptr, outfile);
[all...]
/macosx-10.10.1/libpcap-48/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.10.1/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.10.1/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.10.1/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.10.1/bind9-45.101/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.10.1/cups-408/cups/ppdc/
H A Dppdmerge.cxx48 *outfile; // Output file local
59 outfile = NULL;
137 if (!strcmp(locale, "en") && !inname && !outfile)
210 outfile = cupsFileOpen(outname, "w9");
212 outfile = cupsFileOpen(outname, "w");
215 outfile = cupsFileStdout();
218 cupsFilePrintf(outfile, "%s\n", line);
221 cupsFilePrintf(outfile, "*cupsLanguages: \"%s", locale);
223 cupsFilePrintf(outfile, " %s", locale);
224 cupsFilePuts(outfile, "\"\
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dipptool.c157 static int do_tests(FILE *outfile, _cups_vars_t *vars, const char *testfile);
161 static ipp_t *get_collection(FILE *outfile, _cups_vars_t *vars, FILE *fp, int *linenum);
172 static void print_attr(FILE *outfile, int format, ipp_attribute_t *attr, ipp_tag_t *group);
173 static void print_csv(FILE *outfile, ipp_attribute_t *attr, int num_displayed,
175 static void print_fatal_error(FILE *outfile, const char *s, ...)
177 static void print_line(FILE *outfile, ipp_attribute_t *attr, int num_displayed,
179 static void print_xml_header(FILE *outfile);
180 static void print_xml_string(FILE *outfile, const char *element, const char *s);
181 static void print_xml_trailer(FILE *outfile, int success, const char *message);
182 static void set_variable(FILE *outfile, _cups_vars_
204 FILE *outfile = stdout; local
774 do_tests(FILE *outfile, _cups_vars_t *vars, const char *testfile) argument
3601 get_collection(FILE *outfile, _cups_vars_t *vars, FILE *fp, int *linenum) argument
4195 print_attr(FILE *outfile, int format, ipp_attribute_t *attr, ipp_tag_t *group) argument
4343 print_csv( FILE *outfile, ipp_attribute_t *attr, int num_displayed, char **displayed, size_t *widths) argument
4432 print_fatal_error(FILE *outfile, const char *s, ...) argument
4467 print_line( FILE *outfile, ipp_attribute_t *attr, int num_displayed, char **displayed, size_t *widths) argument
4553 print_xml_header(FILE *outfile) argument
4581 print_xml_string(FILE *outfile, const char *element, const char *s) argument
4675 print_xml_trailer(FILE *outfile, int success, const char *message) argument
4702 set_variable(FILE *outfile, _cups_vars_t *vars, const char *name, const char *value) argument
4851 validate_attr(FILE *outfile, cups_array_t *errors, ipp_attribute_t *attr) argument
5512 with_value(FILE *outfile, cups_array_t *errors, char *value, int flags, ipp_attribute_t *attr, char *matchbuf, size_t matchlen) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl33 my $outfile = "perltidy";
34 open OUTFILE, "> $outfile" or die "can't open file '$outfile' : $!\n";
35 print "Creating file '$outfile' ....\n ";
58 chmod 0755, $outfile;
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A DfilterRFC3454.pl69 $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dlogresolve.c133 apr_file_t * outfile; local
188 apr_file_open_stdout(&outfile, pool);
200 apr_file_buffer_set(outfile, outbuffer, WRITE_BUF_SIZE);
224 apr_file_puts(line, outfile);
239 apr_file_printf(outfile, "%s %s", hostname, space + 1);
250 apr_file_puts(line, outfile);
270 apr_file_puts(line, outfile);
291 apr_file_puts(line, outfile);
303 apr_file_printf(outfile, "%s %s", hostname, space + 1);
313 apr_file_flush(outfile);
[all...]

Completed in 331 milliseconds

12345678910