Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dalias.c222 STAB *s = stab("aliases", ST_MAP, ST_FIND);
300 s = stab(buf, ST_MAP, ST_ENTER);
Dconf.c733 if (stab("host", ST_MAP, ST_FIND) == NULL) in inithostmaps()
752 stab("aliases.files", ST_MAP, ST_FIND) == NULL) in inithostmaps()
760 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) in inithostmaps()
769 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) in inithostmaps()
778 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) in inithostmaps()
787 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) in inithostmaps()
797 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) in inithostmaps()
805 if (stab("aliases", ST_MAP, ST_FIND) == NULL) in inithostmaps()
Dstab.c128 case ST_MAP:
Dmap.c474 if (s->s_symtype != ST_MAP)
629 if (s->s_symtype != ST_MAP)
6480 s = stab(ap, ST_MAP, ST_FIND);
6545 s = stab(nbuf, ST_MAP, ST_FIND);
Dreadcf.c447 stab(ep, ST_MAP, ST_FIND) == NULL)
4192 s = stab(mapname, ST_MAP, ST_ENTER);
Dsendmail.h1528 #define ST_MAP 6 /* mapping function */ macro
Dparseaddr.c1502 map = stab(mapname, ST_MAP, ST_FIND);
Dmain.c4338 map = stab(p, ST_MAP, ST_FIND);