Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dalias.c224 STAB *s = stab("aliases", ST_MAP, ST_FIND);
302 s = stab(buf, ST_MAP, ST_ENTER);
H A Dstab.c134 case ST_MAP:
H A Dconf.c727 if (stab("host", ST_MAP, ST_FIND) == NULL) in inithostmaps()
746 stab("aliases.files", ST_MAP, ST_FIND) == NULL) in inithostmaps()
754 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) in inithostmaps()
763 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) in inithostmaps()
772 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) in inithostmaps()
781 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) in inithostmaps()
791 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) in inithostmaps()
799 if (stab("aliases", ST_MAP, ST_FIND) == NULL) in inithostmaps()
H A Dmap.c477 if (s->s_symtype != ST_MAP)
632 if (s->s_symtype != ST_MAP)
6474 s = stab(ap, ST_MAP, ST_FIND);
6539 s = stab(nbuf, ST_MAP, ST_FIND);
H A Dreadcf.c433 stab(ep, ST_MAP, ST_FIND) == NULL)
4116 s = stab(mapname, ST_MAP, ST_ENTER);
H A Dsendmail.h1483 #define ST_MAP 6 /* mapping function */ macro
H A Dparseaddr.c1503 map = stab(mapname, ST_MAP, ST_FIND);
H A Dmain.c4336 map = stab(p, ST_MAP, ST_FIND);