Searched refs:file_timestamp_cons (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | filedef.h | 118 file_timestamp_cons (fname, (st).st_mtime, (st).st_mtim.ST_MTIM_NSEC) 121 file_timestamp_cons (fname, (st).st_mtime, 0) 155 extern FILE_TIMESTAMP file_timestamp_cons PARAMS ((char const *,
|
H A D | file.c | 769 file_timestamp_cons (const char *fname, time_t s, int ns) in file_timestamp_cons() function 835 return file_timestamp_cons (0, s, ns); in file_timestamp_now()
|
H A D | remake.c | 1222 : file_timestamp_cons (file->hname, member_date, 0)); in f_mtime()
|