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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c245 return (*map->map_class->map_lookup)(map, name, argv, pstat);
247 return (*map->map_class->map_lookup)(map, name, NULL, pstat);
416 map->map_class->map_lookup(map, "@", NULL, &st) == NULL)
H A Dparseaddr.c25 static char *map_lookup __P((STAB *, char *, char **, int *, ENVELOPE *));
1580 replac = map_lookup(map, cbuf, argvect, &rstat, e);
1793 map_lookup(smap, key, argvect, pstat, e) function
1815 sm_dprintf("map_lookup(%s, %s) => DEFERRED\n",
1826 sm_dprintf("map_lookup(%s, ", smap->s_name);
1837 replac = (*map->map_class->map_lookup)(map, key, argvect, &status);
1848 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1876 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
H A Dsendmail.h1281 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
H A Dmain.c4351 "map_lookup: %s (%s) ", p, q);
4354 p = (*map->s_map.map_class->map_lookup)
H A Dreadcf.c1072 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
H A Dconf.c488 s->s_mapclass.map_lookup = lookup; \
H A Dmap.c104 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
308 ** in the map_lookup method.
1617 ** as aliaswait() will call map_lookup() which requires
2281 ** as aliaswait() will call map_lookup() which requires
5016 ** Unset MF_DEFER here so that map_lookup() returns
6621 rv = mm->map_class->map_lookup(mm, key, args, pstat);

Completed in 94 milliseconds