Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:date

168     /* Revision date */
170 /* Creation date */
173 /* Revision date */
175 /* Creation date */
244 static long int date[2];
249 date[0] = (tval & 0xff) << 24;
250 date[1] = ((tval >> 8) & 0xffffff);
252 if ((date[0] == 0) && (date[1] == 0))
255 sys$asctim (0, &date_str, date, 0);