Searched refs:maptype (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dconf.c724 char *maptype[MAXMAPSTACK]; local
747 nmaps = switch_map_find("aliases", maptype, mapreturn);
750 if (strcmp(maptype[i], "files") == 0 &&
758 else if (strcmp(maptype[i], "nisplus") == 0 &&
767 else if (strcmp(maptype[i], "nis") == 0 &&
776 else if (strcmp(maptype[i], "netinfo") == 0 &&
785 else if (strcmp(maptype[i], "hesiod") == 0 &&
795 else if (strcmp(maptype[i], "ldap") == 0 &&
818 ** maptype -- an out-array of strings containing the types
854 switch_map_find(service, maptype, mapretur
4332 char *maptype[MAXMAPSTACK]; local
[all...]
H A Dmap.c734 char *maptype[MAXMAPSTACK]; local
741 nmaps = switch_map_find("hosts", maptype, mapreturn);
750 host, maptype[mapno]);
751 if (strcmp("files", maptype[mapno]) == 0)
756 else if (strcmp("nis", maptype[mapno]) == 0)
766 else if (strcmp("nisplus", maptype[mapno]) == 0)
776 else if (strcmp("dns", maptype[mapno]) == 0)
782 else if (strcmp("netinfo", maptype[mapno]) == 0)
6511 char *maptype[MAXMAPSTACK]; local
6518 nmaps = switch_map_find(map->map_file, maptype, ma
[all...]
H A Dreadcf.c737 char *maptype[MAXMAPSTACK]; local
740 nmaps = switch_map_find("hosts", maptype, mapreturn);
749 if (strcmp(maptype[mapno], "dns") == 0)

Completed in 43 milliseconds