Searched refs:ConfigLevel (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | main.c | 1478 if (ConfigLevel > MAXCONFIGLEVEL) 1481 ConfigLevel, Version, MAXCONFIGLEVEL); 1750 if (ConfigLevel < MAXCONFIGLEVEL) 1753 Version, MAXCONFIGLEVEL, ConfigLevel); 1756 if (ConfigLevel < 3) 1762 if (ConfigLevel < 7 && 1770 if (ConfigLevel < 7 && 1829 if (ConfigLevel < 6) 1847 if (ConfigLevel < 7) 4669 ConfigLevel >= 9 ? TokTypeNoC : ExtTokenTab, false);
|
| H A D | readcf.c | 264 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 352 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 693 ConfigLevel = strtol(p, &ep, 10); 699 if (ConfigLevel >= 5) 710 if (ConfigLevel >= 6) 840 if (*p == '#' && p > bp && ConfigLevel >= 3) 1718 if (ConfigLevel < 2)
|
| H A D | recipient.c | 957 ConfigLevel, (void *)RewriteRules[5]); 960 if (ConfigLevel >= 2 && RewriteRules[5] != NULL &&
|
| H A D | envelope.c | 1027 if (ConfigLevel < 2)
|
| H A D | conf.c | 786 if (ConfigLevel >= 2) in inithostmaps() 3235 ConfigLevel <= 1) 3252 ConfigLevel <= 1)
|
| H A D | domain.c | 635 if (HasWildcardMX && ConfigLevel >= 6)
|
| H A D | deliver.c | 1911 if (ConfigLevel < 2) 3623 if (ConfigLevel < 2) 6089 if (ConfigLevel < 2) 6222 if (ConfigLevel < 2)
|
| H A D | parseaddr.c | 702 if (ConfigLevel < 7) 2182 if (ConfigLevel >= 10 ||
|
| H A D | sendmail.h | 2432 EXTERN int ConfigLevel; /* config file level */ variable
|