Searched refs:msg_timeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dsaver67 '$msg_timeout' '$msg_timeout_desc'
143 "$msg_timeout") # Set the screen saver timeout interval
/freebsd-11-stable/contrib/sendmail/src/
H A Denvelope.c142 /* values for msg_timeout, see also IS_* below for usage (bit layout) */
179 int msg_timeout = 0; local
232 msg_timeout = MSG_T_O;
237 msg_timeout = MSG_NOT_BY;
243 msg_timeout = MSG_T_O_NOW;
271 ((IS_MSG_ERR(msg_timeout) &&
274 IS_IMM_RET(msg_timeout)))
306 else if (IS_MSG_ERR(msg_timeout))
310 if (msg_timeout == MSG_NOT_BY)
329 if (msg_timeout
[all...]

Completed in 170 milliseconds