Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dexf.h40 struct timespec mtim; /* Last modification time. */ member
H A Dexf.c243 ep->mtim = sb.st_mtim; in file_init()
807 timespeccmp(&sb.st_mtim, &ep->mtim, !=))) { in file_write()
873 (void)clock_gettime(CLOCK_REALTIME, &ep->mtim); in file_write()
879 ep->mtim = sb.st_mtim; in file_write()
/openbsd/bin/pax/
H A Dtables.c110 struct timespec mtim; /* files last modification time */ member
553 if (timespeccmp(&arcn->sb.st_mtim, &pt->mtim, >)) { in chk_ftime()
557 pt->mtim = arcn->sb.st_mtim; in chk_ftime()
577 pt->mtim = arcn->sb.st_mtim; in chk_ftime()
/openbsd/usr.sbin/httpd/
H A Dserver_file.c717 *mtim) in server_file_modified_since()
733 timegm(&tm) >= mtim->tv_sec) in server_file_modified_since()