Lines Matching defs:in

9  * forth in the LICENSE file which can be found at the top level of
60 ** call this routine to actually deliver mail. Sendmail in
64 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf
82 ** Few of them (Britton-Lee in particular) have had
83 ** anything to gain from my involvement in this project.
129 /* Some options are dangerous to allow users to use in non-submit mode */
138 "WARNING: Ignoring submission mode -%c option (not in submission mode)\n", \
185 bool foregroundqueue = false; /* queue run in foreground */
219 /* set the default in/out channel so errors reported to screen */
251 /* in 4.4BSD, the table can be huge; impose a reasonable limit */
530 ** These cannot be in initialized data space.
1125 usrerr("Invalid syntax in -V flag");
1174 case 's': /* save From lines in headers */
1478 /* need HostStatusDir in order to have SingleThreadDelivery */
1603 usrerr("User %d cannot rebuild aliases in mail submission program",
1636 /* don't have persistent host status in test mode */
1666 /* remove things that don't make sense in daemon mode */
1777 /* fill in the structure of the *default* queue */
1784 /* the indices of built-in mailers */
1876 /* Macros to save in the queue file -- don't remove any */
1883 /* operate in queue directory */
1995 /* print number of entries in queue */
2054 /* don't open maps for daemon -- done below in child */
2123 ** I'm printing the exception here in case
2125 ** exceptions in this context.
2223 ** be run, select the work group it's in and
2311 ** getrequests will always return in a child.
2313 ** doing it in background.
2322 /* avoid cleanup in finis(), DaemonPid will be set below */
2326 /* put us in background */
2378 /* save daemon type in a macro for possible PidFile use */
2382 /* save queue interval in a macro for possible PidFile use */
2386 /* workaround: can't seem to release the signal in the parent */
2400 ** be run, select the work group it's in and
2422 ** If queuepersistent but not in daemon mode then
2424 ** If in daemon mode then the monitoring will happen
2566 ** Set _ macro in BlankEnvelope before calling newenvelope().
2577 /* at this point we are in a child: reset state */
2773 ** if they are mentioned in the headers.
2797 ** do not initialize variable in the definition, but
2900 ** Don't send return error message if in VERIFY mode.
3070 ** INTINDEBUG -- signal handler for SIGINT in -bt mode
3204 ** This just arranges to exit. It pessimizes in that it
3387 sm_syslog(LOG_DEBUG, e->e_id, "in background, pid=%d",
3543 ** SM_SETUSERENV -- set an environment variable in the propagated environment
3590 /* make sure it is in our environment as well */
3616 "*** $j not in $=w ***");
3972 ** TO8BIT -- convert \octal sequences in a test mode input line
3981 ** replaces \0octal in str with octal value.
3991 char *out, *in;
3996 in = out = str;
4026 q = quote_internal_chars(in, in, &len);
4027 if (q != in)
4028 sm_strlcpy(in, q, len);
4294 "No MX code compiled in\n");
4592 ** to longjmp in the original code (either 1 or 2). I don't know the