Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c131 if (fd < 0 || fstat(fd, &stbuf) < 0 || stbuf.st_mtime > map->map_mtime)
1894 map->map_mtime = st.st_mtime;
2516 map->map_mtime = st.st_mtime;
2986 map->map_mtime = st.st_mtime;
6730 map->map_mtime = st.st_mtime;
H A Dsendmail.h1504 time_t map_mtime; /* last database modification time */ variable