Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c2848 int mapbit = 0x01; local
2853 for (mapno = 0; mapno < MAXMAPSTACK; mapbit <<= 1, mapno++)
2863 if (bitset(mapbit, map->map_return[MA_UNAVAIL]))
2873 if (stat == 0 && bitset(mapbit, map->map_return[MA_NOTFOUND]))
2875 if (stat != 0 && bitset(mapbit, map->map_return[MA_TRYAGAIN]))