/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | date_and_time.c | 231 fstrcpy (__zone, __zone_len, zone, ZONE_LEN); in date_and_time() 234 fstrcpy (__time, __time_len, timec, TIME_LEN); in date_and_time() 237 fstrcpy (__date, __date_len, date, DATE_LEN); in date_and_time()
|
H A D | execute_command_line.c | 169 fstrcpy (cmdmsg, cmdmsg_len, cmdmsg_values[*cmdstat], in execute_command_line()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | inquire.c | 87 fstrcpy (iqp->name, iqp->name_len, "CONIN$", sizeof("CONIN$")); in inquire_via_unit() 89 fstrcpy (iqp->name, iqp->name_len, "CONOUT$", sizeof("CONOUT$")); in inquire_via_unit() 91 fstrcpy (iqp->name, iqp->name_len, "CONERR$", sizeof("CONERR$")); in inquire_via_unit() 676 fstrcpy (iqp->name, iqp->name_len, iqp->file, iqp->file_len); in inquire_via_filename()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | date_and_time.c | 241 fstrcpy (__zone, __zone_len, zone, ZONE_LEN); in date_and_time() 244 fstrcpy (__time, __time_len, timec, TIME_LEN); in date_and_time() 247 fstrcpy (__date, __date_len, date, DATE_LEN); in date_and_time()
|
H A D | execute_command_line.c | 169 fstrcpy (cmdmsg, cmdmsg_len, cmdmsg_values[*cmdstat], in execute_command_line()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | inquire.c | 87 fstrcpy (iqp->name, iqp->name_len, "CONIN$", sizeof("CONIN$")); in inquire_via_unit() 89 fstrcpy (iqp->name, iqp->name_len, "CONOUT$", sizeof("CONOUT$")); in inquire_via_unit() 91 fstrcpy (iqp->name, iqp->name_len, "CONERR$", sizeof("CONERR$")); in inquire_via_unit() 694 fstrcpy (iqp->name, iqp->name_len, iqp->file, iqp->file_len); in inquire_via_filename()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | string.c | 49 fstrcpy (char *dest, gfc_charlen_type destlen, in fstrcpy() function
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | string.c | 50 fstrcpy (char *dest, gfc_charlen_type destlen, in fstrcpy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 864 extern gfc_charlen_type fstrcpy (char *, gfc_charlen_type, const char *, gfc_charlen_type); 865 internal_proto(fstrcpy);
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | libgfortran.h | 903 extern gfc_charlen_type fstrcpy (char *, gfc_charlen_type, const char *, gfc_charlen_type); 904 internal_proto(fstrcpy);
|
H A D | ChangeLog-2010 | 512 instead of {ZONE,TIME,DATE}_LEN as second argument to fstrcpy. Drop
|
H A D | ChangeLog-2007 | 1462 (fstrcpy): Use gfc_charlen_type instead of int, return length.
|