Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dmap.c1631 map->map_mtime = st.st_mtime;
1712 stbuf.st_mtime > map->map_mtime)
2295 map->map_mtime = st.st_mtime;
2361 if (fd < 0 || fstat(fd, &stbuf) < 0 || stbuf.st_mtime > map->map_mtime)
6042 map->map_mtime = st.st_mtime;
Dsendmail.h1299 time_t map_mtime; /* last database modification time */ variable