Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c1260 #define map_sizelimit map_lockfd /* overload field */
1699 map->map_lockfd = -1;
1828 map->map_lockfd = dirfd;
1846 if (map->map_lockfd >= 0)
1847 (void) close(map->map_lockfd);
1861 if (map->map_lockfd >= 0)
1862 (void) close(map->map_lockfd);
1876 if (map->map_lockfd >= 0)
1877 (void) close(map->map_lockfd);
2156 if (map->map_lockfd >= 0)
[all …]
H A Dsendmail.h1508 int map_lockfd; /* auxiliary lock file descriptor */ variable