Searched refs:POSITION_APPEND (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | open.c | 96 { "append", POSITION_APPEND}, 332 case POSITION_APPEND: in edit_modes() 599 if (flags->position == POSITION_APPEND) in new_unit() 887 && flags.position != POSITION_APPEND) in st_open() 895 flags.position = POSITION_APPEND; in st_open()
|
H A D | inquire.c | 521 u->flags.position = POSITION_APPEND; in inquire_via_unit() 528 case POSITION_APPEND: in inquire_via_unit()
|
H A D | file_pos.c | 249 u->flags.position = POSITION_APPEND; in st_backspace()
|
H A D | io.h | 239 { POSITION_ASIS, POSITION_REWIND, POSITION_APPEND, enumerator
|
H A D | unit.c | 838 u->flags.position = POSITION_APPEND; in unit_truncate()
|
H A D | transfer.c | 4821 dtp->u.p.current_unit->flags.position = POSITION_APPEND; in hit_eof()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | open.c | 96 { "append", POSITION_APPEND}, 310 case POSITION_APPEND: in edit_modes() 577 if (flags->position == POSITION_APPEND) in new_unit() 858 && flags.position != POSITION_APPEND) in st_open() 866 flags.position = POSITION_APPEND; in st_open()
|
H A D | inquire.c | 521 u->flags.position = POSITION_APPEND; in inquire_via_unit() 528 case POSITION_APPEND: in inquire_via_unit()
|
H A D | file_pos.c | 244 u->flags.position = POSITION_APPEND; in st_backspace()
|
H A D | io.h | 235 { POSITION_ASIS, POSITION_REWIND, POSITION_APPEND, enumerator
|
H A D | unit.c | 839 u->flags.position = POSITION_APPEND; in unit_truncate()
|
H A D | transfer.c | 4626 dtp->u.p.current_unit->flags.position = POSITION_APPEND; in hit_eof()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2010 | 207 * io/open.c (new_unit): On POSITION_APPEND don't seek if file length is
|
H A D | ChangeLog-2005 | 1907 * open.c (new_unit): Take care of the case where POSITION_APPEND
|