Searched refs:gfc_printf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 34 # define gfc_printf gnu_printf macro 36 # define gfc_printf __printf__ macro 722 __attribute__((format (gfc_printf, 1, 2))); 732 __attribute__ ((format (gfc_printf, 2, 3))); 739 __attribute__ ((format (gfc_printf, 1, 2))); 743 __attribute__ ((format (gfc_printf, 2, 3))); 747 __attribute__ ((format (gfc_printf, 2, 3)));
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | libgfortran.h | 34 # define gfc_printf gnu_printf macro 36 # define gfc_printf __printf__ macro 764 __attribute__((format (gfc_printf, 1, 2))); 771 __attribute__ ((format (gfc_printf, 2, 3))); 778 __attribute__ ((format (gfc_printf, 1, 2))); 782 __attribute__ ((format (gfc_printf, 2, 3))); 786 __attribute__ ((format (gfc_printf, 2, 3)));
|
H A D | ChangeLog-2010 | 928 (gfc_printf): Define to gnu_printf for __MINGW32__ case, 932 (runtime_error): Use instead gfc_printf as formatter
|