Searched refs:map_lookup (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c243 return (*map->map_class->map_lookup)(map, name, argv, pstat);
245 return (*map->map_class->map_lookup)(map, name, NULL, pstat);
414 map->map_class->map_lookup(map, "@", NULL, &st) == NULL)
H A Dsm_resolve.c1107 p = (*map->s_map.map_class->map_lookup)(&map->s_map, key, av, \
1114 p = (*map->s_map.map_class->map_lookup)(&map->s_map, key, av, \
H A Dparseaddr.c23 static char *map_lookup __P((STAB *, char *, char **, int *, ENVELOPE *));
1588 replac = map_lookup(map, cbuf, argvect, &rstat, e);
1801 map_lookup(smap, key, argvect, pstat, e) function
1824 sm_dprintf("map_lookup(%s, %s) => DEFERRED\n",
1835 sm_dprintf("map_lookup(%s, ", smap->s_name);
1846 replac = (*map->map_class->map_lookup)(map, key, argvect, &status);
1862 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1890 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
H A Dmain.c4431 "map_lookup: %s (%s) ", p, q);
4434 p = (*map->s_map.map_class->map_lookup)
H A Dsendmail.h1460 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
H A Dconf.c517 s->s_mapclass.map_lookup = lookup; \
H A Dreadcf.c1126 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
H A Dmap.c102 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
319 ** in the map_lookup method.
1658 ** as aliaswait() will call map_lookup() which requires
2322 ** as aliaswait() will call map_lookup() which requires
5453 ** Unset MF_DEFER here so that map_lookup() returns
7096 rv = mm->map_class->map_lookup(mm, key, args, pstat);

Completed in 145 milliseconds