Home
last modified time | relevance | path

Searched refs:namelist_read (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h905 extern void namelist_read (st_parameter_dt *);
906 internal_proto(namelist_read);
H A Dlist_read.c3537 namelist_read (st_parameter_dt *dtp) in namelist_read() function
H A Dtransfer.c4305 namelist_read (dtp); in finalize_transfer()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h901 extern void namelist_read (st_parameter_dt *);
902 internal_proto(namelist_read);
H A Dlist_read.c3538 namelist_read (st_parameter_dt *dtp) in namelist_read() function
H A Dtransfer.c4128 namelist_read (dtp); in finalize_transfer()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2013290 (namelist_read): Add goto instead of falling through.
H A DChangeLog-2019383 * io/list_read.c (namelist_read): Use nml_err_ret path on read error
H A DChangeLog-2004374 * io/list_read.c (namelist_read): ignore spaces after
568 * io/list_read.c (namelist_read): Convert variable names
H A DChangeLog-2010138 (namelist_read): Likewise.
505 * io/list_read.c (namelist_read): If namelist reading fails, use
H A DChangeLog-201767 namelist_mode bit here. (namelist_read): Likewise.
70 to namelist_read or namelist_write. It can now be referred to
H A DChangeLog-2005306 list_formatted_read, finish_list_read, namelist_read,
423 namelist_read): Add dtp argument, pass it all around, adjust for
686 * libgfortran/io/list_read.c (namelist_read): Exit with call to
2126 * io/list_read.c (namelist_read): Reduced to call to new functions.
2411 (namelist_read): Add support for '\r' as well as '\n' as EOL
H A DChangeLog-20111200 * io/list_read.c (namelist_read): Intialize the error string buffere.
1477 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
H A DChangeLog-2014558 (namelist_read): Likewise.
H A DChangeLog-2007409 check_type, list_formatted_read_scalar, namelist_read,
2096 * io/listread.c (namelist_read): Eat comment line.
H A DChangeLog-2008787 * io/list_read.c (namelist_read): Add eat_separator to eliminate leading
1641 (namelist_read): Increase size of nml_err_msg array to 200. Pass
H A DChangeLog-20061471 (namelist_read): Use free_line when all done.