Home
last modified time | relevance | path

Searched refs:unit_truncate (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfile_pos.c271 unit_truncate (u, stell (u->s), &fpp->common); in st_backspace()
358 unit_truncate (u, stell (u->s), &fpp->common); in st_endfile()
H A Dio.h799 extern int unit_truncate(gfc_unit *, gfc_offset, st_parameter_common *);
800 internal_proto(unit_truncate);
H A Dunit.c816 unit_truncate (gfc_unit *u, gfc_offset pos, st_parameter_common *common) in unit_truncate() function
H A Dtransfer.c4221 unit_truncate (dtp->u.p.current_unit, in next_record_w()
4605 unit_truncate (dtp->u.p.current_unit, in st_write_done_worker()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfile_pos.c266 unit_truncate (u, stell (u->s), &fpp->common); in st_backspace()
353 unit_truncate (u, stell (u->s), &fpp->common); in st_endfile()
H A Dio.h795 extern int unit_truncate(gfc_unit *, gfc_offset, st_parameter_common *);
796 internal_proto(unit_truncate);
H A Dunit.c817 unit_truncate (gfc_unit *u, gfc_offset pos, st_parameter_common *common) in unit_truncate() function
H A Dtransfer.c4052 unit_truncate (dtp->u.p.current_unit, in next_record_w()
4418 unit_truncate (dtp->u.p.current_unit, in st_write_done_worker()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20092296 (unit_truncate): New prototype.
2318 interface, use unit_truncate.
2366 (st_read_done): Don't use u.p.scratch, use unit_truncate.
2370 (unit_truncate): New function.
H A DChangeLog-2011201 (unit_truncate): Likewise.