Searched refs:switch_map_find (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 742 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps() 849 switch_map_find(service, maptype, mapreturn) in switch_map_find() function 4325 nmaps = switch_map_find("hosts", maptype, mapreturn);
|
H A D | sendmail.h | 2642 extern int switch_map_find __P((char *, char *[], short []));
|
H A D | map.c | 746 nmaps = switch_map_find("hosts", maptype, mapreturn); 6520 nmaps = switch_map_find(map->map_file, maptype, map->map_return);
|
H A D | readcf.c | 731 nmaps = switch_map_find("hosts", maptype, mapreturn);
|