Home
last modified time | relevance | path

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

/freebsd-13.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)
612 if (aliaslevel > MaxAliasRecursion)
630 aliaslevel, MaxAliasRecursion);
854 sendq, aliaslevel, e);
919 alias(new, sendq, aliaslevel, e);
1045 forward(new, sendq, aliaslevel, e);
1094 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);
877 forward(user, sendq, aliaslevel, e) in forward() argument
880 int aliaslevel;
926 err = include(buf, true, user, sendq, aliaslevel, e);
H A Dudb.c128 udbexpand(a, sendq, aliaslevel, e) in udbexpand() argument
131 int aliaslevel;
337 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
476 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
528 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
1310 udbexpand(a, sendq, aliaslevel, e)
1313 int aliaslevel;
H A Dparseaddr.c2847 maplocaluser(a, sendq, aliaslevel, e) in maplocaluser() argument
2850 int aliaslevel;
2929 (void) recipient(a1, sendq, aliaslevel, e);