Searched refs:stop_string (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | pause.c | 43 stop_string ('\0', 0, false); in do_pause()
|
H A D | stop.c | 133 stop_string (const char *string, size_t len, bool quiet) in stop_string() function
|
H A D | minimal.c | 343 stop_string (const char *string, size_t len, bool quiet) in stop_string() function
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | pause.c | 43 stop_string ('\0', 0, false); in do_pause()
|
H A D | stop.c | 133 stop_string (const char *string, size_t len, bool quiet) in stop_string() function
|
H A D | minimal.c | 343 stop_string (const char *string, size_t len, bool quiet) in stop_string() function
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2010 | 734 * runtime/stop.c (stop_string): Make sure nothing is emitted for 741 Add declaration for stop_numeric and remove declaration for stop_string. 742 (stop_string): Use for blank STOP. 744 * runtime/pause.c (do_pause): Use stop_string for blank stop. 747 * libgfortran.h: Move declaration for stop_string to here to make
|
H A D | ChangeLog-2018 | 479 (stop_string): Likewise. 1319 (stop_string, error_stop_string, error_stop_numeric): New 1408 * libgfortran.h (stop_string): Add bool argument. 1411 (stop_string): Likewise. 1425 * libgfortran.h (stop_string): Use size_t for character length. 1426 * runtime/stop.c (stop_string): Likewise.
|
H A D | libgfortran.h | 946 extern _Noreturn void stop_string (const char *, size_t, bool); 947 export_proto(stop_string);
|
H A D | ChangeLog-2013 | 166 (stop_numeric, stop_numeric_f08, stop_string, error_stop_string,
|
H A D | ChangeLog-2011 | 716 * runtime/stop.c (stop_string,error_stop_string): Minor cleanup. 789 (stop_string): Likewise. 815 * runtime/stop.c (stop_string): Likewise.
|
H A D | ChangeLog-2003 | 210 * runtime/stop.c (stop_string): Add const.
|
H A D | ChangeLog-2005 | 458 * runtime/stop.c (stop_numeric, stop_string): Remove show_locus
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 907 extern _Noreturn void stop_string (const char *, size_t, bool); 908 export_proto(stop_string);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2005 | 2006 stop_numeric and stop_string as non-returning.
|
H A D | ChangeLog-2010 | 3795 gfortran_error_stop_numeric. Fix up some whitespace. Use stop_string for
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2014 | 8105 * frame.c (struct frame_info): Add stop_string field.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2014 | 8105 * frame.c (struct frame_info): Add stop_string field.
|