HomeSort by: relevance | last modified time | path
    Searched defs:fc_strdup (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
string.c 128 fc_strdup (const char *src, gfc_charlen_type src_len) function
133 os_error ("Memory allocation failed in fc_strdup");
147 os_error ("Memory allocation failed in fc_strdup");
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
string.c 128 fc_strdup (const char *src, gfc_charlen_type src_len) function
133 os_error ("Memory allocation failed in fc_strdup");
147 os_error ("Memory allocation failed in fc_strdup");
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 920 extern char *fc_strdup(const char *, gfc_charlen_type);
921 internal_proto(fc_strdup); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 916 extern char *fc_strdup(const char *, gfc_charlen_type);
917 internal_proto(fc_strdup); variable

Completed in 16 milliseconds