Searched refs:map_app (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c182 map->map_app = ++p;
282 if (map->map_app != NULL)
283 map->map_app = newstr(map->map_app);
318 ** It also adds the map_app string. It can be used as a utility
383 if (map->map_app != NULL)
384 len += strlen(map->map_app);
436 if (map->map_app != NULL && len > 0)
437 (void) sm_strlcpy(bp, map->map_app, len);
1071 map->map_app
[all...]
H A Dparseaddr.c2960 map->map_app = ++p;
2977 if (map->map_app != NULL)
2978 map->map_app = newstr(map->map_app);
H A Ddaemon.c4313 map->map_app = ++p;
4362 if (map->map_app != NULL)
4363 map->map_app = newstr(map->map_app);
H A Dsendmail.h1391 char *map_app; /* to append to successful matches */ variable
H A Dreadcf.c4823 s->s_map.map_app, s->s_map.map_domain,

Completed in 198 milliseconds