Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dalias.c26 static char *aliaslookup __P((char *, int *, char *));
96 if (aliaslookup(obuf, &status, a->q_host) != NULL)
107 p = aliaslookup(a->q_user, &status, a->q_host);
174 owner = aliaslookup(obuf, &status, a->q_host);
211 aliaslookup(name, pstat, av) in aliaslookup() function