Home
last modified time | relevance | path

Searched refs:map_mtime (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
HDmap.c1663 map->map_mtime = st.st_mtime;
1744 stbuf.st_mtime > map->map_mtime)
2327 map->map_mtime = st.st_mtime;
2393 if (fd < 0 || fstat(fd, &stbuf) < 0 || stbuf.st_mtime > map->map_mtime)
6467 map->map_mtime = st.st_mtime;
HDsendmail.h1395 time_t map_mtime; /* last database modification time */ variable