Home
last modified time | relevance | path

Searched refs:fc_strdup_notrim (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Denv.c120 name_nt = fc_strdup_notrim (name, name_len); in get_environment_variable_i4()
/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dstring.c142 fc_strdup_notrim (const char *src, gfc_charlen_type src_len) in fc_strdup_notrim() function
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Denv.c120 name_nt = fc_strdup_notrim (name, name_len); in get_environment_variable_i4()
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dstring.c143 fc_strdup_notrim (const char *src, gfc_charlen_type src_len) in fc_strdup_notrim() function
/netbsd/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h880 extern char *fc_strdup_notrim(const char *, gfc_charlen_type);
881 internal_proto(fc_strdup_notrim);
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h919 extern char *fc_strdup_notrim(const char *, gfc_charlen_type);
920 internal_proto(fc_strdup_notrim);
H A DChangeLog-201457 (fc_strdup_notrim): New prototype.
111 * runtime/string.c (fc_strdup_notrim): New function.
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c1374 char *fmt_string = fc_strdup_notrim (dtp->format, dtp->format_len); in parse_format()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c1381 char *fmt_string = fc_strdup_notrim (dtp->format, dtp->format_len); in parse_format()