Searched refs:recl (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr47878.f904 open (99, recl = 40)
H A Dwrite_direct_eor.f907 open(unit = 10, form = 'unformatted', access = 'direct', recl = 4)
H A Dreadwrite_unf_direct_eor_1.f906 open (10, form="unformatted", access="direct", recl=4)
H A Dconvert_implied_open.f909 open (10, form="unformatted", access="direct", recl=4)
H A Ddirect_io_6.f908 open (76, access="direct", recl=12, status="scratch")
H A Drecord_marker_3.f9011 open (15,form="UNFORMATTED",access="DIRECT",recl=8)
26 open (15,form="UNFORMATTED",access="DIRECT",convert="SWAP",recl=8)
H A Dio_constraints_3.f9047 open(10, iostat=u,recl="ee") ! { dg-error "must be of type INTEGER" }
48 open(10, iostat=u,recl=0.4) ! { dg-error "must be of type INTEGER" }
49 open(10, iostat=u,recl=zero) ! { dg-warning "must be positive" }
50 open(10, iostat=u,recl=mone) ! { dg-warning "must be positive" }
109 open(10, err=99,recl="ee") ! { dg-error "must be of type INTEGER" }
110 open(10, err=99,recl=0.4) ! { dg-error "must be of type INTEGER" }
111 open(10, err=99,recl=zero) ! { dg-warning "must be positive" }
112 open(10, err=99,recl=mone) ! { dg-warning "must be positive" }
170 open(10,recl="ee") ! { dg-error "must be of type INTEGER" }
171 open(10,recl
[all...]
H A Ddirect_io_1.f9019 open(unit=12, file='syn.sax', access='direct', recl=mt)
27 open(unit=12, file='syn.sax', access='direct', recl=mt)
H A Drecord_marker_1.f9011 open (15,form="UNFORMATTED",access="DIRECT",recl=4)
26 open (15,form="UNFORMATTED",access="DIRECT",convert="SWAP",recl=4)
H A Ddirect_io_4.f909 open (unit=10,status="scratch",recl=1,access="direct")
H A Ddirect_io_7.f907 open (95, access="direct", recl=4, status="scratch")
H A Ddirect_io_11.f9011 open( 10, file = 't.dat', form = 'formatted', access = 'direct', recl = 12 )
18 open( 10, file = 't.dat', form = 'formatted', access = 'direct', recl = 12 )
H A Ddirect_io_5.f9019 open(unit=15,file="testdirectio",access="direct",form="unformatted",recl=89)
H A Ddirect_io_9.f16 $ recl = j_len,
H A Dunformatted_recl_1.f907 open(10, status="scratch", form="unformatted", recl=8)
H A Dio_constraints_11.f9026 inquire(10, recl=k) ! { dg-error "requires default INTEGER" }
H A Dio_constraints_12.f9026 inquire(10, recl=k)
H A Dio_constraints_13.f9025 inquire(10, recl=k)
H A Ddirect_io_10.f24 $ recl = j_len,
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-io.c1073 if (p->recl)
1075 p->recl);
1365 if (p->recl)
1367 IOPARM_inquire_recl_out, p->recl);
H A Dgfortran.h2223 gfc_expr *unit, *file, *status, *access, *form, *recl, member in struct:__anon130
2251 *unformatted, *recl, *nextrec, *blank, *position, *action, *read, member in struct:__anon133
H A Dfrontend-passes.c2180 WALK_SUBEXPR (co->ext.open->recl);
2230 WALK_SUBEXPR (co->ext.inquire->recl);

Completed in 144 milliseconds