Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dmap.c1021 #define map_sizelimit map_lockfd /* overload field */
1436 map->map_lockfd = -1;
1565 map->map_lockfd = dirfd;
1583 if (map->map_lockfd >= 0)
1584 (void) close(map->map_lockfd);
1598 if (map->map_lockfd >= 0)
1599 (void) close(map->map_lockfd);
1613 if (map->map_lockfd >= 0)
1614 (void) close(map->map_lockfd);
1901 if (map->map_lockfd >= 0)
[all …]
Dsendmail.h1303 int map_lockfd; /* auxiliary lock file descriptor */ variable