HomeSort by: relevance | last modified time | path
    Searched refs:stop_string (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
pause.c 43 stop_string ('\0', 0, false);
stop.c 133 stop_string (const char *string, size_t len, bool quiet) function
minimal.c 343 stop_string (const char *string, size_t len, bool quiet) function
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
pause.c 43 stop_string ('\0', 0, false);
stop.c 133 stop_string (const char *string, size_t len, bool quiet) function
minimal.c 343 stop_string (const char *string, size_t len, bool quiet) function
  /src/external/gpl3/gdb/dist/gdb/
frame.c 195 const char *stop_string; member in struct:frame_info
2501 char *stop_string; local
2505 Allocate using stack local STOP_STRING then assign the
2506 pointer to the frame, this allows the STOP_STRING on the
2509 stop_string = (char *) frame_obstack_zalloc (size);
2510 memcpy (stop_string, ex.what (), size);
2511 this_frame->stop_string = stop_string;
3254 if (fi->stop_string != NULL)
3255 return fi->stop_string;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
frame.c 195 const char *stop_string; member in struct:frame_info
2486 char *stop_string; local
2490 Allocate using stack local STOP_STRING then assign the
2491 pointer to the frame, this allows the STOP_STRING on the
2494 stop_string = (char *) frame_obstack_zalloc (size);
2495 memcpy (stop_string, ex.what (), size);
2496 this_frame->stop_string = stop_string;
3239 if (fi->stop_string != NULL)
3240 return fi->stop_string;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 946 extern _Noreturn void stop_string (const char *, size_t, bool);
947 export_proto(stop_string); variable
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 950 extern _Noreturn void stop_string (const char *, size_t, bool);
951 export_proto(stop_string); variable

Completed in 37 milliseconds