Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDalias.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)
HDparseaddr.c23 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);
HDsendmail.h1328 char *(*map_lookup)__P((MAP *, char *, char **, int *)); variable
HDmain.c4357 p = (*map->s_map.map_class->map_lookup)
HDreadcf.c1081 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
HDconf.c486 s->s_mapclass.map_lookup = lookup; \
HDmap.c6619 rv = mm->map_class->map_lookup(mm, key, args, pstat);