Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c85 static char *AliasList[MAXLINE]; /* list of aliases to allow */ variable
131 AliasList[AliasCount++] = argv[1];
509 if (sameword(p, AliasList[i]))
H A Dmailcompat.c42 char *AliasList[MAXLINE]; /* list of aliases to allow */ variable