Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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 Dparseaddr.c23 static char *map_lookup __P((STAB *, char *, char **, int *, ENVELOPE *));
1578 replac = map_lookup(map, cbuf, argvect, &rstat, e);
1791 map_lookup(smap, key, argvect, pstat, e) in map_lookup() function
1835 replac = (*map->map_class->map_lookup)(map, key, argvect, &status);
H A Dsendmail.h1281 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
H A Dmain.c4354 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.c489 s->s_mapclass.map_lookup = lookup; \
H A Dmap.c6621 rv = mm->map_class->map_lookup(mm, key, args, pstat);