Searched refs:map_mname (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 134 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 D | macro.c | 806 map->map_mname, key, status);
|
H A D | alias.c | 317 map->map_mname = s->s_name;
|
H A D | readcf.c | 1141 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 D | udb.c | 855 sm_dprintf("udb_map_lookup(%s, %s)\n", map->map_mname, name);
|
H A D | sendmail.h | 1489 char *map_mname; /* name of this map */ variable
|