Searched refs:st_printf (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dminimal.c109 st_printf (const char * format, ...) function
170 st_printf ("At line %d of file %s (unit = %d, file = '%s')\n",
176 st_printf ("At line %d of file %s (unit = %d)\n",
182 st_printf ("At line %d of file %s\n", (int) cmp->line, cmp->filename);
334 st_printf ("STOP %d\n", code);
392 st_printf ("ERROR STOP %d\n", code);
H A Dbacktrace.c108 st_printf (ERRHDR "%s: %s\n", msg,
117 st_printf ("#%d 0x%lx\n", state->frame, (unsigned long) pc);
131 st_printf ("#%d 0x%lx in %s\n", state->frame,
134 st_printf ("\tat %s:%d\n", filename == NULL ? "???" : filename, lineno);
H A Dpause.c55 st_printf ("PAUSE %ld\n", (long) code);
H A Dcompile_options.c110 st_printf ("\nProgram received signal %s: %s.\n", name, desc);
112 st_printf ("\nProgram received signal %d.\n", signum);
H A Dstop.c124 st_printf ("STOP %d\n", code);
192 st_printf ("ERROR STOP %d\n", code);
H A Derror.c173 st_printf (const char * format, ...) function
317 st_printf ("At line %d of file %s (unit = %d, file = '%s')\n",
323 st_printf ("At line %d of file %s (unit = %d)\n",
329 st_printf ("At line %d of file %s\n", (int) cmp->line, cmp->filename);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dminimal.c109 st_printf (const char * format, ...) function
170 st_printf ("At line %d of file %s (unit = %d, file = '%s')\n",
176 st_printf ("At line %d of file %s (unit = %d)\n",
182 st_printf ("At line %d of file %s\n", (int) cmp->line, cmp->filename);
334 st_printf ("STOP %d\n", code);
392 st_printf ("ERROR STOP %d\n", code);
H A Dbacktrace.c109 st_printf (ERRHDR "%s: %s\n", msg,
118 st_printf ("#%d 0x%lx\n", state->frame, (unsigned long) pc);
132 st_printf ("#%d 0x%lx in %s\n", state->frame,
135 st_printf ("\tat %s:%d\n", filename == NULL ? "???" : filename, lineno);
H A Dpause.c55 st_printf ("PAUSE %ld\n", (long) code);
H A Dcompile_options.c110 st_printf ("\nProgram received signal %s: %s.\n", name, desc);
112 st_printf ("\nProgram received signal %d.\n", signum);
H A Dstop.c124 st_printf ("STOP %d\n", code);
192 st_printf ("ERROR STOP %d\n", code);
H A Derror.c173 st_printf (const char * format, ...) function
286 st_printf ("At line %d of file %s (unit = %d, file = '%s')\n",
292 st_printf ("At line %d of file %s (unit = %d)\n",
298 st_printf ("At line %d of file %s\n", (int) cmp->line, cmp->filename);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h721 extern int st_printf (const char *, ...)
723 internal_proto(st_printf); variable
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h763 extern int st_printf (const char *, ...)
765 internal_proto(st_printf); variable

Completed in 115 milliseconds