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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1616 ** Need to set map_mtime before the call to aliaswait()
1618 ** map_mtime to be set
1622 map->map_mtime = st.st_mtime;
1703 stbuf.st_mtime > map->map_mtime)
2280 ** Need to set map_mtime before the call to aliaswait()
2282 ** map_mtime to be set
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

Completed in 84 milliseconds