Home
last modified time | relevance | path

Searched refs:gfc_itoa (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20213 * runtime/string.c (gfc_itoa): Use _Static_assert directly
13 * runtime/string.c (gfc_itoa): Use two args for static_assert().
19 (gfc_itoa): On targets with 128-bit integers, call fast
26 * libgfortran.h: Remove gfc_xtoa(), adjust gfc_itoa() and
29 gfc_itoa(), so remove it. Protect from overflow.
35 gfc_itoa().
37 * runtime/string.c (gfc_itoa): Take an unsigned argument,
346 * runtime/string.c (gfc_itoa): Cast to unsigned before
H A DChangeLog-201572 * io/write.c (gfc_itoa): Move to runtime/string.c.
74 (gfc_itoa): New prototype.
86 * runtime/string.c (gfc_itoa): Function moved here from
H A Dlibgfortran.h922 extern const char *gfc_itoa(GFC_UINTEGER_LARGEST, char *, size_t);
923 internal_proto(gfc_itoa);
H A DChangeLog-20091528 * io/write.c (itoa) : Rename back to gfc_itoa.
1530 (write_integer): Use gfc_itoa.
2189 * runtime/error.c (gfc_itoa): Move to io/write.c
2202 * libgfortran.h (gfc_itoa): Remove prototype.
2213 * io/write.c (itoa): Move from runtime/error.c:gfc_itoa, rename,
H A DChangeLog-2005876 (gfc_itoa, xtoa): Add 2 extra arguments.
880 (gfc_itoa, xtoa): Add 2 extra arguments, avoid using static
887 (write_integer): Adjust gfc_itoa caller.
1537 prototypes for gfc_itoa and xtoa.
1561 * runtime/error.c (gfc_itoa): Use GFC_INTEGER_LARGEST as
H A DChangeLog-200419 * libgfortran.h (itoa): Rename to gfc_itoa.
H A DChangeLog-200840 returned by gfc_itoa.
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dstring.c182 gfc_itoa (GFC_INTEGER_LARGEST n, char *buffer, size_t len) in gfc_itoa() function
H A Dbacktrace.c100 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); in error_callback()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dbacktrace.c101 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); in error_callback()
H A Dstring.c218 gfc_itoa (GFC_UINTEGER_LARGEST n, char *buffer, size_t len) in gfc_itoa() function
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h883 extern const char *gfc_itoa(GFC_INTEGER_LARGEST, char *, size_t);
884 internal_proto(gfc_itoa);
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite.c1197 write_decimal (dtp, f, p, len, (void *) gfc_itoa); in write_i()
1361 write_decimal (dtp, &f, source, kind, (void *) gfc_itoa); in write_integer()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c850 q = gfc_itoa (absn, itoa_buf, sizeof (itoa_buf)); in write_decimal()