HomeSort by: relevance | last modified time | path
    Searched refs:f_mtime (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gmake/dist/
filedef.h 168 extern FILE_TIMESTAMP f_mtime PARAMS ((struct file *file, int search));
170 ((f)->last_mtime == UNKNOWN_MTIME ? f_mtime ((f), v) : (f)->last_mtime)
ar.c 108 (void) f_mtime (arfile, 0);
164 (void) f_mtime (arfile, 0);
remake.c 921 (void) f_mtime (d->file, 0);
1152 f_mtime (struct file *file, int search)
1179 mtime = f_mtime (arfile, search);
1144 f_mtime (struct file *file, int search) function
  /src/usr.bin/find/
function.c 108 int f_mtime(PLAN *, FTSENT *);
1351 f_mtime(PLAN *plan, FTSENT *entry) function
1366 new = palloc(N_MTIME, f_mtime);

Completed in 39 milliseconds