/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | select_inc.c | 25 #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 D | select_inc.c | 25 #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 D | write.c | 1589 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 D | write.c | 1544 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 D | ChangeLog-2003 | 209 * runtime/select.c (select_string): Add const.
|
H A D | ChangeLog-2016 | 1340 size based on kind type. (select_buffer, select_string): Use new 1443 (get_precision, select_buffer, select_string, write_float_string): New
|
H A D | ChangeLog-2007 | 329 * runtime/select.c (select_string): Initialize default_jump. 1210 * runtime/select.c (select_string): Adjust prototype and function
|
H A D | ChangeLog-2017 | 103 * io/write.c (select_string): Bump size by one to avoid
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2006 | 1580 from select_string and then clean up any temporaries from the 1594 select_string and the last label.
|
H A D | ChangeLog-2007 | 223 construction for select_string() and internal_unpack() 2492 return type for select_string.
|