Searched refs:map_lookup (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 243 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 D | parseaddr.c | 23 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 D | sendmail.h | 1281 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
|
H A D | main.c | 4354 p = (*map->s_map.map_class->map_lookup)
|
H A D | readcf.c | 1072 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
|
H A D | conf.c | 489 s->s_mapclass.map_lookup = lookup; \
|
H A D | map.c | 6621 rv = mm->map_class->map_lookup(mm, key, args, pstat);
|