Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Drecipient.c164 int aliaslevel;
453 recipient(new, sendq, aliaslevel, e) in recipient() argument
456 int aliaslevel;
481 if (aliaslevel == 0)
607 if (aliaslevel > MaxAliasRecursion)
625 aliaslevel, MaxAliasRecursion);
849 sendq, aliaslevel, e);
914 alias(new, sendq, aliaslevel, e);
1040 forward(new, sendq, aliaslevel, e);
1089 if (aliaslevel == 0)
[all …]
H A Dalias.c52 alias(a, sendq, aliaslevel, e) in alias() argument
55 int aliaslevel;
158 (void) sendtolist(p, a, sendq, aliaslevel + 1, e);
891 forward(user, sendq, aliaslevel, e) in forward() argument
894 int aliaslevel;
940 err = include(buf, true, user, sendq, aliaslevel, e);
H A Dudb.c128 udbexpand(a, sendq, aliaslevel, e) in udbexpand() argument
131 int aliaslevel;
333 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
472 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
524 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
1305 udbexpand(a, sendq, aliaslevel, e)
1308 int aliaslevel;
H A Dparseaddr.c2828 maplocaluser(a, sendq, aliaslevel, e) in maplocaluser() argument
2831 int aliaslevel;
2910 (void) recipient(a1, sendq, aliaslevel, e);