HomeSort by: relevance | last modified time | path
    Searched refs:endfile (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/
drtstuff.spec 4 %rename endfile endfile_orig
5 *endfile: %(endfile_orig) drtend.o%s
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
file_pos.c 32 ENDFILE, and REWIND as well as the FLUSH statement. */
85 u->endfile = NO_ENDFILE;
244 /* Check for special cases involving the ENDFILE record first. */
246 if (u->endfile == AFTER_ENDFILE)
248 u->endfile = AT_ENDFILE;
281 u->endfile = NO_ENDFILE;
316 "Cannot perform ENDFILE on a file opened "
333 && u->endfile == AFTER_ENDFILE)
336 "Cannot perform ENDFILE on a file already "
342 add a record marker before performing the ENDFILE. *
    [all...]
unit.c 506 iunit->endfile = NO_ENDFILE;
639 u->endfile = NO_ENDFILE;
670 u->endfile = AT_ENDFILE;
700 u->endfile = AT_ENDFILE;
837 u->endfile = AT_ENDFILE;
open.c 196 if (u->endfile == NO_ENDFILE)
200 u->endfile = AT_ENDFILE;
339 u->endfile = AT_ENDFILE; /* We are at the end. */
591 u->endfile = NO_ENDFILE;
606 u->endfile = AT_ENDFILE;
transfer.c 850 if (unlikely (dtp->u.p.current_unit->endfile == AT_ENDFILE))
2697 /* When reading, we need to check endfile conditions so we do not miss
2705 if (unlikely (dtp->u.p.current_unit->endfile == AFTER_ENDFILE))
3219 dtp->u.p.current_unit->endfile == AFTER_ENDFILE)
3467 /* Reset the endfile flag; if we hit EOF during reading
3470 dtp->u.p.current_unit->endfile = NO_ENDFILE;
4135 dtp->u.p.current_unit->endfile = AT_ENDFILE;
4591 /* Deal with endfile conditions associated with sequential files. */
4593 switch (dtp->u.p.current_unit->endfile)
4595 case AT_ENDFILE: /* Remain at the endfile record. *
    [all...]
io.h 661 endfile; member in struct:gfc_unit
write.c 2080 dtp->u.p.current_unit->endfile = AT_ENDFILE;
  /src/external/gpl3/gcc/dist/libgfortran/io/
file_pos.c 32 ENDFILE, and REWIND as well as the FLUSH statement. */
85 u->endfile = NO_ENDFILE;
244 /* Check for special cases involving the ENDFILE record first. */
246 if (u->endfile == AFTER_ENDFILE)
248 u->endfile = AT_ENDFILE;
281 u->endfile = NO_ENDFILE;
316 "Cannot perform ENDFILE on a file opened "
333 && u->endfile == AFTER_ENDFILE)
336 "Cannot perform ENDFILE on a file already "
342 add a record marker before performing the ENDFILE. *
    [all...]
unit.c 541 iunit->endfile = NO_ENDFILE;
675 u->endfile = NO_ENDFILE;
706 u->endfile = AT_ENDFILE;
736 u->endfile = AT_ENDFILE;
873 u->endfile = AT_ENDFILE;
open.c 196 if (u->endfile == NO_ENDFILE)
200 u->endfile = AT_ENDFILE;
339 u->endfile = AT_ENDFILE; /* We are at the end. */
591 u->endfile = NO_ENDFILE;
606 u->endfile = AT_ENDFILE;
transfer.c 850 if (unlikely (dtp->u.p.current_unit->endfile == AT_ENDFILE))
2754 /* When reading, we need to check endfile conditions so we do not miss
2762 if (unlikely (dtp->u.p.current_unit->endfile == AFTER_ENDFILE))
3276 dtp->u.p.current_unit->endfile == AFTER_ENDFILE)
3524 /* Reset the endfile flag; if we hit EOF during reading
3527 dtp->u.p.current_unit->endfile = NO_ENDFILE;
4192 dtp->u.p.current_unit->endfile = AT_ENDFILE;
4647 /* Deal with endfile conditions associated with sequential files. */
4649 switch (dtp->u.p.current_unit->endfile)
4651 case AT_ENDFILE: /* Remain at the endfile record. *
    [all...]
io.h 660 endfile; member in struct:gfc_unit
write.c 2104 dtp->u.p.current_unit->endfile = AT_ENDFILE;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
lex.c 926 { "endfile", SENDFILE, },

Completed in 57 milliseconds