Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c222 STAB *s = stab("aliases", ST_MAP, ST_FIND);
300 s = stab(buf, ST_MAP, ST_ENTER);
H A Dconf.c728 if (stab("host", ST_MAP, ST_FIND) == NULL) in inithostmaps()
747 stab("aliases.files", ST_MAP, ST_FIND) == NULL) in inithostmaps()
755 stab("aliases.nisplus", ST_MAP, ST_FIND) == NULL) in inithostmaps()
764 stab("aliases.nis", ST_MAP, ST_FIND) == NULL) in inithostmaps()
773 stab("aliases.netinfo", ST_MAP, ST_FIND) == NULL) in inithostmaps()
782 stab("aliases.hesiod", ST_MAP, ST_FIND) == NULL) in inithostmaps()
792 stab("aliases.ldap", ST_MAP, ST_FIND) == NULL) in inithostmaps()
800 if (stab("aliases", ST_MAP, ST_FIND) == NULL) in inithostmaps()
H A Dstab.c132 case ST_MAP:
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.c1501 map = stab(mapname, ST_MAP, ST_FIND);
H A Dmain.c4336 map = stab(p, ST_MAP, ST_FIND);