Home
last modified time | relevance | path

Searched refs:fstrcpy (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Ddate_and_time.c231 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 Dexecute_command_line.c169 fstrcpy (cmdmsg, cmdmsg_len, cmdmsg_values[*cmdstat], in execute_command_line()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dinquire.c87 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 Ddate_and_time.c241 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 Dexecute_command_line.c169 fstrcpy (cmdmsg, cmdmsg_len, cmdmsg_values[*cmdstat], in execute_command_line()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dinquire.c87 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 Dstring.c49 fstrcpy (char *dest, gfc_charlen_type destlen, in fstrcpy() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dstring.c50 fstrcpy (char *dest, gfc_charlen_type destlen, in fstrcpy() function
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h864 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 Dlibgfortran.h903 extern gfc_charlen_type fstrcpy (char *, gfc_charlen_type, const char *, gfc_charlen_type);
904 internal_proto(fstrcpy);
H A DChangeLog-2010512 instead of {ZONE,TIME,DATE}_LEN as second argument to fstrcpy. Drop
H A DChangeLog-20071462 (fstrcpy): Use gfc_charlen_type instead of int, return length.