Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1622 map->map_mtime = st.st_mtime;
1703 stbuf.st_mtime > map->map_mtime)
2286 map->map_mtime = st.st_mtime;
2352 if (fd < 0 || fstat(fd, &stbuf) < 0 || stbuf.st_mtime > map->map_mtime)
6030 map->map_mtime = st.st_mtime;
H A Dsendmail.h1211 time_t map_mtime; /* last database modification time */ variable