Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c134 sm_dprintf("reopen map: name=%s, fd=%d\n", map->map_mname, fd);
186 map->map_mname, bitset(MF_CHKED_CHGD, map->map_mflags));
446 syserr("Illegal option %c map %s", *p, map->map_mname);
482 map->map_class->map_cname, map->map_mname);
731 map->map_mname == NULL ? "NULL" : map->map_mname,
795 map->map_mname == NULL ? "NULL" :
796 map->map_mname,
808 map->map_mname == NULL ? "NULL" :
809 map->map_mname,
901 map->map_mname == NULL ? "NULL" : 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