Home
last modified time | relevance | path

Searched refs:map_mname (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/sendmail/src/
H A Dmap.c731 map->map_mname == NULL ? "NULL" : map->map_mname,
796 map->map_mname,
809 map->map_mname,
901 map->map_mname == NULL ? "NULL" : map->map_mname,
1866 map->map_mname);
4120 map->map_mname, smap->map_mname);
6423 map->map_mname);
6430 map->map_mname);
8319 map->map_mname);
8368 map->map_mname);
[all …]
H A Dmacro.c806 map->map_mname, key, status);
H A Dalias.c317 map->map_mname = s->s_name;
H A Dreadcf.c1141 map.map_mname = mn;
1345 dynmap->s_dynclass.map_mname = newstr(mn);
5115 s->s_map.map_mname = newstr(mapname);
5123 s->s_map.map_mname, s->s_map.map_class->map_cname,
H A Dudb.c855 sm_dprintf("udb_map_lookup(%s, %s)\n", map->map_mname, name);
H A Dsendmail.h1489 char *map_mname; /* name of this map */ variable