Searched defs:level (Results 1 - 3 of 3) sorted by relevance

/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 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...]
/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...]

Completed in 20 milliseconds