Home
last modified time | relevance | path

Searched refs:posint_required (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c40 static const char posint_required[] = "Positive integer required in format", variable
805 fmt->error = posint_required; in parse_format_list()
1099 fmt->error = posint_required; in parse_format_list()
1160 fmt->error = posint_required; in parse_format_list()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c41 static const char posint_required[] = "Positive integer required in format", variable
805 fmt->error = posint_required; in parse_format_list()
1092 fmt->error = posint_required; in parse_format_list()
1153 fmt->error = posint_required; in parse_format_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dio.c595 const char *posint_required in check_format() local
905 error = posint_required; in check_format()
1054 error = posint_required; in check_format()
1096 error = posint_required; in check_format()
1175 error = posint_required; in check_format()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dio.cc595 const char *posint_required in check_format() local
905 error = posint_required; in check_format()
1054 error = posint_required; in check_format()
1096 error = posint_required; in check_format()
1175 error = posint_required; in check_format()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005910 * io/format.c (posint_required, period_required, nonneg_required,