Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDmap.c1617 map->map_mtime = st.st_mtime;
1698 stbuf.st_mtime > map->map_mtime)
2281 map->map_mtime = st.st_mtime;
2347 if (fd < 0 || fstat(fd, &stbuf) < 0 || stbuf.st_mtime > map->map_mtime)
6028 map->map_mtime = st.st_mtime;
HDsendmail.h1254 time_t map_mtime; /* last database modification time */ variable