Searched refs:mtim (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/nvi/ex/
H A Dtag.h24 struct timespec mtim; /* Last modification time of cscope database. */ member in struct:_csc
H A Dex_cscope.c268 csc->mtim = sb.st_mtimespec;
826 &sb.st_mtimespec, &csc->mtim, <);
/freebsd-10.0-release/contrib/nvi/common/
H A Dexf.h40 struct timespec mtim; /* Last modification time. */ member in struct:_exf
H A Dexf.c213 ep->mtim = sb.st_mtimespec;
232 ep->mtim = sb.st_mtimespec;
824 timespeccmp(&sb.st_mtimespec, &ep->mtim, !=))) {
920 timepoint_system(&ep->mtim);
926 ep->mtim = sb.st_mtimespec;

Completed in 129 milliseconds