Home | History | Annotate | Download | only in intrinsics

Lines Matching refs:date

85 fdate (char ** date, gfc_charlen_type * date_len)
88 *date = xmalloc (CTIME_BUFSZ);
89 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
97 fdate_sub (char * date, gfc_charlen_type date_len)
100 gf_ctime (date, date_len, now);
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t)
112 *date = xmalloc (CTIME_BUFSZ);
113 *date_len = gf_ctime (*date, CTIME_BUFSZ, now);
121 ctime_sub (GFC_INTEGER_8 * t, char * date, gfc_charlen_type date_len)
124 gf_ctime (date, date_len, now);