Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dconf.c428 int nmaps; in inithostmaps() local
438 nmaps = switch_map_find("hosts", maptype, mapreturn); in inithostmaps()
439 for (i = 0; i < nmaps; i++) in inithostmaps()
494 for (i = 0; i < nmaps; i++) in inithostmaps()
538 nmaps = switch_map_find("passwd", maptype, mapreturn); in inithostmaps()
539 for (i = 0; i < nmaps; i++) in inithostmaps()
3136 int nmaps; local
3150 while (--nmaps >= 0)
3151 if (strcmp(maptype[nmaps], "nis") == 0 ||
3152 strcmp(maptype[nmaps], "files") == 0)
[all …]
H A Dreadcf.c564 int nmaps; local
568 nmaps = switch_map_find("hosts", maptype, mapreturn);
570 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
574 for (mapno = 0; mapno < nmaps && !UseNameServer; mapno++)
582 nmaps = switch_map_find("passwd", maptype, mapreturn);
584 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
588 for (mapno = 0; mapno < nmaps && !UseHesiod; mapno++)
H A Dmap.c475 int nmaps; local
482 nmaps = switch_map_find("hosts", maptype, mapreturn);
483 for (mapno = 0; mapno < nmaps; mapno++)
2768 int nmaps; local
2775 nmaps = switch_map_find(map->map_file, maptype, map->map_return);
2778 printf("\tswitch_map_find => %d\n", nmaps);
2779 for (mapno = 0; mapno < nmaps; mapno++)
2782 if (nmaps <= 0 || nmaps > MAXMAPSTACK)
2785 for (mapno = 0; mapno < nmaps; mapno++)
/original-bsd/lib/libc/db/hash/
H A Dhash.h80 int nmaps; /* Initial number of bitmaps */ member
H A Dhash.c155 hashp->nmaps = bpages;
403 for (i = 0; i < hashp->nmaps; i++)
H A Dhash_page.c610 hashp->nmaps++;
886 if (ndx >= hashp->nmaps)