Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c479 char *maptype[MAXMAPSTACK];
2735 else if (maxmap == MAXMAPSTACK)
2738 map->map_mname, MAXMAPSTACK);
2741 else if (maxmap < MAXMAPSTACK)
2769 char *maptype[MAXMAPSTACK];
2782 if (nmaps <= 0 || nmaps > MAXMAPSTACK)
2824 for (mapno = 0; mapno < MAXMAPSTACK; mapno++)
2853 for (mapno = 0; mapno < MAXMAPSTACK; mapbit <<= 1, mapno++)
2901 for (mapno = 0; mapno < MAXMAPSTACK; mapno++)
H A Dalias.c220 if (NAliasFileMaps >= MAXMAPSTACK)
223 MAXMAPSTACK);
H A Dreadcf.c565 char *maptype[MAXMAPSTACK];
570 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
584 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
H A Dconf.c429 char *maptype[MAXMAPSTACK]; in inithostmaps()
611 char *maptype[MAXMAPSTACK];
3137 char *maptype[MAXMAPSTACK];
H A Dconf.h48 # define MAXMAPSTACK 12 /* max # of stacked or sequenced maps */ macro
H A Dsendmail.h604 MAP *map_stack[MAXMAPSTACK]; /* list for stacked maps */