Searched refs:file_timestamp_cons (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
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 *,
|
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()
|
D | remake.c | 1222 : file_timestamp_cons (file->hname, member_date, 0)); in f_mtime()
|