Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/
H A 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)
H A Dar.c107 (void) f_mtime (arfile, 0); in ar_member_date()
161 (void) f_mtime (arfile, 0); in ar_touch()
H A 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()
H A 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.
/netbsd/usr.bin/find/
H A Dfunction.c108 int f_mtime(PLAN *, FTSENT *);
1351 f_mtime(PLAN *plan, FTSENT *entry) in f_mtime() function
1366 new = palloc(N_MTIME, f_mtime); in c_mtime()