Home
last modified time | relevance | path

Searched refs:select_string (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dselect_inc.c25 #define select_string SUFFIX(select_string) macro
39 extern int select_string (select_struct *table, int table_len,
42 export_proto(select_string);
49 select_string (select_struct *table, int table_len, const CHARTYPE *selector, in select_string() function
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dselect_inc.c25 #define select_string SUFFIX(select_string) macro
39 extern int select_string (select_struct *table, int table_len,
42 export_proto(select_string);
49 select_string (select_struct *table, int table_len, const CHARTYPE *selector, in select_string() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c1589 select_string (st_parameter_dt *dtp, const fnode *f, char *buf, size_t *size, in select_string() function
1630 result = select_string (dtp, f, str_buf, &res_len, kind); in write_float_0()
1755 result = select_string (dtp, &f, str_buf, &res_len, kind); in write_real()
1811 result = select_string (dtp, &ff, str_buf, &res_len, kind); in write_real_w0()
1859 result1 = select_string (dtp, &f, str1_buf, &res_len1, kind); in write_complex()
1860 result2 = select_string (dtp, &f, str2_buf, &res_len2, kind); in write_complex()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite.c1544 select_string (st_parameter_dt *dtp, const fnode *f, char *buf, size_t *size, in select_string() function
1585 result = select_string (dtp, f, str_buf, &res_len, kind); in write_float_0()
1703 result = select_string (dtp, &f, str_buf, &res_len, kind); in write_real()
1759 result = select_string (dtp, &ff, str_buf, &res_len, kind); in write_real_w0()
1807 result1 = select_string (dtp, &f, str1_buf, &res_len1, kind); in write_complex()
1808 result2 = select_string (dtp, &f, str2_buf, &res_len2, kind); in write_complex()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2003209 * runtime/select.c (select_string): Add const.
H A DChangeLog-20161340 size based on kind type. (select_buffer, select_string): Use new
1443 (get_precision, select_buffer, select_string, write_float_string): New
H A DChangeLog-2007329 * runtime/select.c (select_string): Initialize default_jump.
1210 * runtime/select.c (select_string): Adjust prototype and function
H A DChangeLog-2017103 * io/write.c (select_string): Bump size by one to avoid
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20061580 from select_string and then clean up any temporaries from the
1594 select_string and the last label.
H A DChangeLog-2007223 construction for select_string() and internal_unpack()
2492 return type for select_string.