Searched refs:ConfigLevel (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | main.c | 1473 if (ConfigLevel > MAXCONFIGLEVEL) 1476 ConfigLevel, Version, MAXCONFIGLEVEL); 1745 if (ConfigLevel < MAXCONFIGLEVEL) 1748 Version, MAXCONFIGLEVEL, ConfigLevel); 1751 if (ConfigLevel < 3) 1757 if (ConfigLevel < 7 && 1765 if (ConfigLevel < 7 && 1824 if (ConfigLevel < 6) 1842 if (ConfigLevel < 7) 4581 ConfigLevel >= 9 ? TokTypeNoC : ExtTokenTab, false);
|
| H A D | readcf.c | 274 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 362 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 703 ConfigLevel = strtol(p, &ep, 10); 709 if (ConfigLevel >= 5) 720 if (ConfigLevel >= 6) 850 if (*p == '#' && p > bp && ConfigLevel >= 3) 1728 if (ConfigLevel < 2)
|
| H A D | recipient.c | 952 ConfigLevel, RewriteRules[5]); 955 if (ConfigLevel >= 2 && RewriteRules[5] != NULL &&
|
| H A D | domain.c | 249 if (HasWildcardMX && ConfigLevel >= 6)
|
| H A D | envelope.c | 1014 if (ConfigLevel < 2)
|
| H A D | conf.c | 741 if (ConfigLevel >= 2) in inithostmaps() 3170 ConfigLevel <= 1) 3187 ConfigLevel <= 1)
|
| H A D | deliver.c | 1864 if (ConfigLevel < 2) 3444 if (ConfigLevel < 2) 5837 if (ConfigLevel < 2) 5965 if (ConfigLevel < 2)
|
| H A D | parseaddr.c | 693 if (ConfigLevel < 7) 2167 if (ConfigLevel >= 10 ||
|
| H A D | sendmail.h | 2407 EXTERN int ConfigLevel; /* config file level */ variable
|