Searched refs:CC_FORTRAN (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | write.c | 240 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN in write_check_cc() 316 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN || source_len == NULL) in write_cc() 430 if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in write_a() 437 if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in write_a() 1924 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN) in list_formatted_write_scalar()
|
H A D | io.h | 298 { CC_LIST, CC_FORTRAN, CC_NONE, enumerator
|
H A D | inquire.c | 486 case CC_FORTRAN: in inquire_via_unit()
|
H A D | open.c | 65 { "fortran", CC_FORTRAN },
|
H A D | transfer.c | 4022 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN) in next_record_cc() 4193 else if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in next_record_w()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | write.c | 241 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN in write_check_cc() 317 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN || source_len == NULL) in write_cc() 431 if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in write_a() 438 if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in write_a() 1872 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN) in list_formatted_write_scalar()
|
H A D | inquire.c | 486 case CC_FORTRAN: in inquire_via_unit()
|
H A D | io.h | 294 { CC_LIST, CC_FORTRAN, CC_NONE, enumerator
|
H A D | open.c | 65 { "fortran", CC_FORTRAN },
|
H A D | transfer.c | 3855 if (dtp->u.p.current_unit->flags.cc != CC_FORTRAN) in next_record_cc() 4024 else if (dtp->u.p.current_unit->flags.cc == CC_FORTRAN) in next_record_w()
|