Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/common/
HDexf.h40 struct timespec mtim; /* Last modification time. */ member
HDexf.c213 ep->mtim = sb.st_mtimespec; in file_init()
232 ep->mtim = sb.st_mtimespec; in file_init()
828 timespeccmp(&sb.st_mtimespec, &ep->mtim, !=))) { in file_write()
921 timepoint_system(&ep->mtim); in file_write()
927 ep->mtim = sb.st_mtimespec; in file_write()
/freebsd-11-stable/contrib/nvi/ex/
HDtag.h24 struct timespec mtim; /* Last modification time of cscope database. */ member
HDex_cscope.c268 csc->mtim = sb.st_mtimespec; in cscope_add()
826 &sb.st_mtimespec, &csc->mtim, <); in csc_file()