Searched defs:off (Results 1 - 8 of 8) sorted by relevance

/sendmail/sendmail/
H A Darpadate.c61 register int off; local
128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
132 off -= 24 * 60;
134 off += 24 * 60;
136 off -= 24 * 60;
138 off += 24 * 60;
141 if (off == 0)
172 tz = timezone(off, lt->tm_isdst);
175 if (off < 0)
177 off
[all...]
H A Dmime.c812 *bp = '\0'; /* XXX simply cut off? */
903 /* strip off trailing whitespace */
1175 int off; local
1183 off = mime_fromqp((unsigned char *) buf, &fbufp,
1186 if (off < -1)
1196 if (off >= 0 && buf[off] != '\0')
1198 off = mime_fromqp((unsigned char *) (buf + off),
H A Dusersmtp.c739 ** specified by user) around, so we just turn off program access.
2163 /* strip off <angle brackets> (put back on below) */
2809 int off; local
2831 (off = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
2832 off += 5;
2834 off = 4;
2835 e->e_statmsg = sm_rpool_strdup_x(e->e_rpool, &SmtpReplyBuffer[off]);
H A Ddeliver.c1284 ** The standard input is passed off to someone.
1476 "Warning: mailer %s: LMTP flag (F=z) turned off",
1694 ** is a file -- send it off without further ado. Note
2172 /* turn off timeout if fallback available */
2378 /* clear the events to turn off SIGALRMs */
3988 int off = 4; local
4118 if ((off = isenhsc(statmsg + 4, ' ')) > 0)
4123 "%.*s", off, statmsg + 4);
4126 off += 5;
4130 off
[all...]
H A Dparseaddr.c451 ** are silently stripped off; this is intentional. The problem
1265 /* run off the end -- back up again */
2079 int off; local
2081 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2083 ubuf[off + 4] = '\0';
2084 off += 5;
2088 off = 4;
2092 if (off > 4)
2093 usrerr(fmt, ubuf + off);
2095 usrerrenh(hbuf, fmt, ubuf + off);
[all...]
H A Dqueue.c1156 ** reason -- why (signal?), -1 to turn off restart
1480 ** finished spinning off queue runners, may go back to doing something
1520 ** Pick up where we left off (curnum), in case we
1937 ** See if we want to go off and do other useful work.
2151 ** For this WorkQ we want to fork off N children (maxrunners)
2943 ** truncated off. Then the most important items are moved from
2989 ** important items might get truncated off -- not what we want.
6134 *cp = '\0'; /* cut off trailing / */
6144 int off; local
6178 off
[all...]
/sendmail/libmilter/
H A Dsmfi.c446 int len, off, r; local
458 off = 0;
464 (char *) (bodyp + off), len)) != MI_SUCCESS)
466 off += len;
/sendmail/mail.local/
H A Dmail.local.c978 int mbfd = -1, nr = 0, nw, off; local
1109 if ((off = lockmbox(p)) != 0)
1111 if (off == EX_TEMPFAIL || e_to_sys(off) == EX_TEMPFAIL)
1120 p, off, errno > 0 ? sm_errstring(errno) : "");
1315 for (off = 0; off < nr; off += nw)
1317 if ((nw = write(mbfd, buf + off, nr - off)) <
[all...]

Completed in 43 milliseconds