Home
last modified time | relevance | path

Searched refs:ST_MAP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dconf.c786 if (stab("host", ST_MAP, ST_FIND) == NULL) in inithostmaps()
805 stab("aliases.files", ST_MAP, ST_FIND) == NULL) in inithostmaps()
813 stab("aliases.cdb", ST_MAP, ST_FIND) == NULL) in inithostmaps()
821 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) in inithostmaps()
830 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) in inithostmaps()
839 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) in inithostmaps()
848 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) in inithostmaps()
858 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) in inithostmaps()
866 if (stab("aliases", ST_MAP, ST_FIND) == NULL) in inithostmaps()
H A Dalias.c228 STAB *s = stab("aliases", ST_MAP, ST_FIND);
314 s = stab(buf, ST_MAP, ST_ENTER);
H A Dstab.c151 case ST_MAP:
H A Dmap.c175 if (ST_MAP != s->s_symtype
720 if (s->s_symtype != ST_MAP)
874 if (s->s_symtype != ST_MAP)
7212 s = stab(ap, ST_MAP, ST_FIND);
7277 s = stab(nbuf, ST_MAP, ST_FIND);
H A Dsm_resolve.c1031 map = stab("access", ST_MAP, ST_FIND);
H A Dreadcf.c494 stab(ep, ST_MAP, ST_FIND) == NULL)
5113 s = stab(mapname, ST_MAP, ST_ENTER);
H A Dsendmail.h1787 #define ST_MAP 6 /* mapping function */ macro
H A Dparseaddr.c1544 map = stab(mapname, ST_MAP, ST_FIND);
H A Dmain.c4521 map = stab(p, ST_MAP, ST_FIND);