Searched refs:level (Results 1 - 10 of 10) sorted by relevance

/sendmail/libsm/
H A Ddebug.c6 * forth in the LICENSE file which can be found at the top level of
213 ** do not cause those structures to be permanently forced to level 0.
244 ** level -- a non-negative integer.
254 sm_debug_addsetting_x(pattern, level)
256 int level;
261 SM_REQUIRE(level >= 0);
264 s->ds_level = (unsigned int) level;
292 int level; local
301 level = 0;
304 level
[all...]
/sendmail/sendmail/
H A Dtrace.c9 * forth in the LICENSE file which can be found at the top level of
101 /* find the level to set it to */
146 int level; local
155 level = 0;
158 level = level * 10 + (*s - '0');
161 if (level < 0)
162 level = 0;
166 level = 1;
169 sm_debug_addsetting_x(sm_strndup_x(pat, endpat - pat), level);
[all...]
H A Dmime.c9 * forth in the LICENSE file which can be found at the top level of
83 ** level -- recursion level.
100 mime8to7(mci, header, e, boundaries, flags, level)
106 int level;
128 if (level > MAXMIMENESTING)
133 sm_dprintf("mime8to7: too deep, level=%d\n",
134 level);
135 usrerr("mime8to7: recursion level %d exceeded",
136 level);
[all...]
H A Dtls.c6 * forth in the LICENSE file which can be found at the top level of
1715 ** level -- syslog level
1723 tlslogerr(level, who)
1724 int level;
1738 sm_syslog(level, NOQID,
H A Dconf.c9 * forth in the LICENSE file which can be found at the top level of
4537 ** Set up the trusted computing environment for C2 level security
5361 ** level -- syslog level
5373 sm_syslog(int level, const char *id, const char *fmt, ...) argument
5375 sm_syslog(level, id, fmt, va_alist)
5376 int level;
5441 syslog(level, "%s", newstring);
5456 syslog(level, "%s: %s", id, newstring);
5512 syslog(level, "
[all...]
H A Dsendmail.h9 * forth in the LICENSE file which can be found at the top level of
1712 unsigned long pv_flag; /* numeric level */
2166 # define tTd(flag, level) (tTdvect[flag] >= (unsigned char)level)
2168 # define tTd(flag, level) (tTdvect[flag] >= (unsigned char)level && !IntSig)
2354 EXTERN int ConfigLevel; /* config file level */
2366 EXTERN int LogLevel; /* level of logging to perform */
H A Dsrvrsmtp.c9 * forth in the LICENSE file which can be found at the top level of
3903 ** level -- log level.
3914 logundelrcpts(e, msg, level, all)
3917 int level;
3922 if (LogLevel <= level || msg == NULL || *msg == '\0')
/sendmail/include/sm/
H A Ddebug.h6 * forth in the LICENSE file which can be found at the top level of
62 ** debug_level is the activation level of this debug
102 ** the specified level, then the only overhead is a single comparison
106 # define sm_debug_active(debug, level) \
107 ((debug)->debug_level >= (level) && \
109 sm_debug_loadactive(debug, level)))
117 # define sm_debug_active(debug, level) 0
/sendmail/libsmutil/
H A Dsafefile.c9 * forth in the LICENSE file which can be found at the top level of
385 ** level -- symlink recursive level.
394 safedirpath(fn, uid, gid, user, flags, level, offset)
400 int level;
413 if (level > MAXSYMLINKS)
416 if (level < 0 || offset < 0 || offset > strlen(fn))
424 sm_dprintf("safedirpath(%s, uid=%ld, gid=%ld, flags=%lx, level=%d, offset=%d):\n",
425 fn, (long) uid, (long) gid, flags, level, offset);
580 level
[all...]
/sendmail/contrib/
H A Dexpn.pl300 print "levels = $levels, level{$u *** $server} = ".$level{"$u *** $server"}."\n" if ($debug > 1);
307 if (&trhost($newmxhost) eq &trhost($server) || ($levels && $level{"$u *** $server"} >= $levels)) {
318 push(@toExpn,$newmxhost,$newaddr,$newname,$level{"$u *** $server"});
320 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
536 &expn($newhost,$user,$names{$us},$level{$us});
867 local($host,$addr,$name,$level) = @_;
878 $level{"$addr *** $host"} = $level + 1;
1068 &giveup('mx domainify',"$nserver: only one level o
[all...]

Completed in 74 milliseconds