Searched refs:smap (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1778 ** smap -- the map to use for the lookup.
1791 map_lookup(smap, key, argvect, pstat, e)
1792 STAB *smap;
1802 if (smap == NULL)
1805 map = &smap->s_map;
1814 smap->s_name, key);
1824 sm_dprintf("map_lookup(%s, ", smap->s_name);
1847 smap->s_name, key, errno);
1854 smap->s_name,
H A Dmap.c3500 MAP *smap = s->s_lmap; local
3502 if (tTd(38, 2) && smap != map)
3504 map->map_mname, smap->map_mname);
3505 smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE);
3506 lmap = (SM_LDAP_STRUCT *) smap->map_db1;
7830 MAP *smap; local
7848 smap = s->s_socketmap;
7849 while (smap != NULL)
7853 if (tTd(38, 2) && smap != map)
7855 map->map_mname, smap
[all...]

Completed in 30 milliseconds