Home
last modified time | relevance | path

Searched refs:f_mtime (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfiledef.h168 extern FILE_TIMESTAMP f_mtime PARAMS ((struct file *file, int search));
170 ((f)->last_mtime == UNKNOWN_MTIME ? f_mtime ((f), v) : (f)->last_mtime)
Dar.c107 (void) f_mtime (arfile, 0); in ar_member_date()
161 (void) f_mtime (arfile, 0); in ar_touch()
Dremake.c917 (void) f_mtime (d->file, 0); in notice_finished_file()
1144 f_mtime (struct file *file, int search) in f_mtime() function
1171 mtime = f_mtime (arfile, search); in f_mtime()
DChangeLog245 * remake.c (f_mtime): If the mtime is a special token from -o or
1685 * remake.c (f_mtime) [OS/2]: Handle FAT timestamp offsets for OS/2.
2541 * remake.c (f_mtime): Removed the "***" prefix from the mod time
2570 * remake.c (f_mtime) [WINDOWS32]: On various advice, I changed the
2643 (f_mtime): Archive members always have low resolution time stamps.
2678 * remake.c (f_mtime): If NO_FLOAT is defined, don't bother with
2689 (f_mtime): Avoid spurious warnings of timestamps in the future due to
2709 * remake.c (f_mtime): Remove unused var memtime.