Searched refs:ConfigLevel (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 1519 if (ConfigLevel > MAXCONFIGLEVEL) 1522 ConfigLevel, Version, MAXCONFIGLEVEL); 1791 if (ConfigLevel < MAXCONFIGLEVEL) 1794 Version, MAXCONFIGLEVEL, ConfigLevel); 1797 if (ConfigLevel < 3) 1803 if (ConfigLevel < 7 && 1811 if (ConfigLevel < 7 && 1870 if (ConfigLevel < 6) 1888 if (ConfigLevel < 7) 4841 ConfigLevel >= 9 ? TokTypeNoC : ExtTokenTab, false);
|
H A D | readcf.c | 277 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 365 ConfigLevel >= 9 ? TokTypeNoC : IntTokenTab, 740 ConfigLevel = strtol(p, &ep, 10); 746 if (ConfigLevel >= 5) 757 if (ConfigLevel >= 6) 887 if (*p == '#' && p > bp && ConfigLevel >= 3) 1883 if (ConfigLevel < 2)
|
H A D | recipient.c | 971 ConfigLevel, (void *)RewriteRules[5]); 974 if (ConfigLevel >= 2 && RewriteRules[5] != NULL &&
|
H A D | envelope.c | 1011 if (ConfigLevel < 2)
|
H A D | conf.c | 791 if (ConfigLevel >= 2) in inithostmaps() 3237 ConfigLevel <= 1) 3254 ConfigLevel <= 1)
|
H A D | domain.c | 962 if (HasWildcardMX && ConfigLevel >= 6)
|
H A D | deliver.c | 2399 if (ConfigLevel < 2) 4468 if (ConfigLevel < 2) 7060 if (ConfigLevel < 2) 7220 if (ConfigLevel < 2)
|
H A D | parseaddr.c | 728 if (ConfigLevel < 7) 2224 if (ConfigLevel >= 10 ||
|
H A D | sendmail.h | 2580 EXTERN int ConfigLevel; /* config file level */ variable
|