Searched refs:infile (Results 1 - 25 of 57) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/get/char/
H A D2.cc39 std::ifstream infile; local
40 infile.open(tfn);
41 VERIFY( !(!infile) );
42 while (infile)
46 while (infile.peek() == '\n')
47 infile.get();
48 infile.get(*(line_ss.rdbuf()));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/
H A D2.cc35 std::wifstream infile; local
36 infile.open(tfn);
37 VERIFY( !(!infile) );
38 while (infile)
42 while (infile.peek() == L'\n')
43 infile.get();
44 infile.get(*(line_ss.rdbuf()));
/haiku-buildtools/legacy/gcc/gcc/
H A Dfixcpp81 infile=$BAKDIR/$i
85 infile=${TMPF}
87 infile=$i
90 sed -e 's;^#\([ ]*e[nl][^ ]*[ ][ ]*\)\([^/ ][^\*].*\);#\1/* \2 */;' -e 's;^#\([ ]*e[nl][^ ]*[ ][ ]*\)\([^/ ]\)$;#\1/* \2 */;' $infile >${NEWDIR}/$i
92 if cmp -s $infile ${NEWDIR}/$i ; then
95 mv $infile ${NEWDIR}/$i
102 diff -c $infile ${NEWDIR}/$i >> ${PATCHF}
H A Drtl.c524 dump_and_abort (expected_c, actual_c, infile)
526 FILE *infile;
534 fprintf (stderr, " At file position: %ld\n", ftell (infile));
538 c = getc (infile);
552 read_skip_spaces (infile)
553 FILE *infile;
556 while ((c = getc (infile)))
562 while ((c = getc (infile)) && c != '\n' && c != EOF)
568 c = getc (infile);
570 dump_and_abort ('*', c, infile);
[all...]
H A Dgencodes.c122 FILE *infile;
130 infile = fopen (argv[1], "r");
131 if (infile == 0)
151 c = read_skip_spaces (infile);
154 ungetc (c, infile);
156 desc = read_rtx (infile);
121 FILE *infile; local
H A Dgenopinit.c348 FILE *infile;
356 infile = fopen (argv[1], "r");
357 if (infile == 0)
385 c = read_skip_spaces (infile);
388 ungetc (c, infile);
390 desc = read_rtx (infile);
346 FILE *infile; local
H A Dgenconfig.c312 FILE *infile;
320 infile = fopen (argv[1], "r");
321 if (infile == 0)
340 c = read_skip_spaces (infile);
343 ungetc (c, infile);
345 desc = read_rtx (infile);
310 FILE *infile; local
H A Dgenflags.c247 FILE *infile;
257 infile = fopen (argv[1], "r");
258 if (infile == 0)
273 c = read_skip_spaces (infile);
276 ungetc (c, infile);
278 desc = read_rtx (infile);
245 FILE *infile; local
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.sh377 then infile=${file}
378 else infile=${DESTFILE} ; fi
383 < $infile > ${DESTDIR}/fixinc.tmp
400 then infile=${file}
401 else infile=${DESTFILE} ; fi
404 < $infile > ${DESTDIR}/fixinc.tmp
422 then infile=${file}
423 else infile=${DESTFILE} ; fi
426 < $infile > ${DESTDIR}/fixinc.tmp
443 then infile
[all...]
/haiku-buildtools/legacy/autoconf/
H A Dautoupdate.sh72 0) infile=configure.in; out="> $tmpout"
73 # Make sure $infile can be read, and $tmpout has the same permissions.
74 cp $infile $tmpout || exit
76 # Make sure $infile can be written.
77 if test ! -w $infile; then
79 echo "$0: $infile: cannot write" >&2
83 1) infile="$1"; out= ;;
105 eval sed -f $sedtmp $infile $out
H A Dautoconf.sh93 0) infile=configure.in ;;
94 1) infile="$1" ;;
101 if test z$infile = z-; then
102 infile=$tmpin
103 cat > $infile
104 elif test ! -r "$infile"; then
105 echo "autoconf: ${infile}: No such file or directory" >&2
124 $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout ||
137 grep -n "^[^#]*$macro" $infile /dev/null
H A Dautoheader.sh95 0) infile=configure.in ;;
96 1) infile=$1 ;;
125 eval "`$M4 -I$AC_MACRODIR $use_localdir $r autoheader.m4$f $infile |
148 # Support "outfile[:infile]", defaulting infile="outfile.in".
158 /* ${config_h_in}. Generated automatically from $infile by autoheader. */
/haiku-buildtools/binutils/gas/testsuite/gas/sh/arch/
H A Darch.exp162 set infile [open "$srcdir/$subdir/arch_expected.txt" r]
163 while {[gets $infile line] >= 0 && [string match {\#*} $line]} {send_log "reading '$line'\n"}
197 if [gets $infile line] then {
203 close $infile
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/arch/
H A Darch.exp201 set infile [open "$srcdir/$subdir/arch_expected.txt" r]
202 while {[gets $infile line] >= 0 && [string match {\#*} $line]} {verbose -log "reading '$line'"}
239 if [gets $infile line] then {
245 close $infile
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.cc/
H A Dtemplate-list-iostream.cc107 ifstream * infile = new ifstream("./template-list-iostream.cc"); local
109 myread(infile);
H A Dthunk_vtable_map_attack.cc98 ifstream * infile = new ifstream("./thunk_vtable_map_attack.cpp"); local
99 myread(infile);
/haiku-buildtools/binutils/ld/testsuite/ld-sh/arch/
H A Darch.exp206 set infile [open "$srcdir/$subdir/arch_expected.txt" r]
207 while {[gets $infile line] >= 0 && [string match {\#*} $line]} {verbose -log "reading '$line'"}
244 if [gets $infile line] then {
250 close $infile
/haiku-buildtools/gcc/zlib/examples/
H A Dgun.c81 int infile; member in struct:ind
102 ret = (int)read(me->infile, next, ret);
370 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
382 local int gunpipe(z_stream *strm, int infile, int outfile) argument
391 ind.infile = infile;
550 int infile, outfile; local
555 infile = 0; /* stdin */
558 infile = open(inname, O_RDONLY, 0);
559 if (infile
[all...]
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c82 int infile; member in struct:ind
103 ret = (int)read(me->infile, next, ret);
371 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
383 local int gunpipe(z_stream *strm, int infile, int outfile) argument
392 ind.infile = infile;
551 int infile, outfile; local
556 infile = 0; /* stdin */
559 infile = open(inname, O_RDONLY, 0);
560 if (infile
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dpex-msdos.c167 char *infile; local
197 infile = "";
202 infile = ms->files[inindex];
219 + strlen (infile)
227 infile,
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-msdos.c165 char *infile; local
195 infile = "";
200 infile = ms->files[inindex];
217 + strlen (infile)
225 infile,
/haiku-buildtools/gcc/libiberty/
H A Dpex-msdos.c167 char *infile; local
197 infile = "";
202 infile = ms->files[inindex];
219 + strlen (infile)
227 infile,
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dexplode34 $infile = shift;
37 $inbase = $infile;
53 open(I, $infile) || die("$infile: $!");
/haiku-buildtools/cloog/osl/autoconf/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
301 }' $infile`
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/haiku-buildtools/cloog/autoconf/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
301 }' $infile`
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info

Completed in 197 milliseconds

123