Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Drecipient.c171 int aliaslevel;
466 recipient(new, sendq, aliaslevel, e) in recipient() argument
469 int aliaslevel;
495 if (aliaslevel == 0)
626 if (aliaslevel > MaxAliasRecursion)
644 aliaslevel, MaxAliasRecursion);
868 sendq, aliaslevel, e);
933 alias(new, sendq, aliaslevel, e);
1059 forward(new, sendq, aliaslevel, e);
1108 if (aliaslevel == 0)
[all …]
H A Dalias.c54 alias(a, sendq, aliaslevel, e) in alias() argument
57 int aliaslevel;
160 (void) sendtolist(p, a, sendq, aliaslevel + 1, e);
975 forward(user, sendq, aliaslevel, e) in forward() argument
978 int aliaslevel;
1033 err = include(buf, true, user, sendq, aliaslevel, e);
H A Dudb.c126 udbexpand(a, sendq, aliaslevel, e) in udbexpand() argument
129 int aliaslevel;
335 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
474 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
526 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
1314 udbexpand(a, sendq, aliaslevel, e)
1317 int aliaslevel;
H A Dparseaddr.c2884 maplocaluser(a, sendq, aliaslevel, e) in maplocaluser() argument
2887 int aliaslevel;
2975 (void) recipient(a1, sendq, aliaslevel, e);