Home
last modified time | relevance | path

Searched refs:unformatted_buffer_size (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Denviron.c202 { "GFORTRAN_UNFORMATTED_BUFFER_SIZE", 0, &options.unformatted_buffer_size,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Denviron.c201 { "GFORTRAN_UNFORMATTED_BUFFER_SIZE", 0, &options.unformatted_buffer_size,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c782 if (options.unformatted_buffer_size > 0) in buf_init()
783 s->buffer_size = options.unformatted_buffer_size; in buf_init()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c782 if (options.unformatted_buffer_size > 0) in buf_init()
783 s->buffer_size = options.unformatted_buffer_size; in buf_init()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h543 int unformatted_buffer_size, formatted_buffer_size; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h585 int unformatted_buffer_size, formatted_buffer_size; member