Searched refs:map_lookup (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/sendmail/src/ |
| HD | 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)
|
| HD | parseaddr.c | 23 static char *map_lookup __P((STAB *, char *, char **, int *, ENVELOPE *)); 1579 replac = map_lookup(map, cbuf, argvect, &rstat, e); 1792 map_lookup(smap, key, argvect, pstat, e) in map_lookup() function 1836 replac = (*map->map_class->map_lookup)(map, key, argvect, &status);
|
| HD | sendmail.h | 1328 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
|
| HD | main.c | 4357 p = (*map->s_map.map_class->map_lookup)
|
| HD | readcf.c | 1081 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
|
| HD | conf.c | 486 s->s_mapclass.map_lookup = lookup; \
|
| HD | map.c | 6619 rv = mm->map_class->map_lookup(mm, key, args, pstat);
|