Searched defs:to (Results 1 - 6 of 6) sorted by relevance

/sendmail/libsm/
H A Dfflush.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
30 ** SM_IO_FLUSH -- flush the buffer for a 'fp' to the "file"
32 ** Flush a single file. We don't allow this function to flush
36 ** fp -- the file pointer buffer to flush
37 ** timeout -- time to complete the flush
50 struct timeval to; local
65 SM_CONVERT_TIME(fp, fd, timeout, &to);
77 ** fp -- file pointer to be flushed
122 ** Set these immediately to avoi
[all...]
H A Dsetvbuf.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
35 ** fp -- the file that buffering is to be changed for
37 ** buf -- buffer to use
38 ** mode -- buffering method to use
58 struct timeval to; local
63 ** Verify arguments. The `int' limit on `size' is due to this
81 SM_CONVERT_TIME(fp, fd, timeout, &to);
101 ** a `tty flag' to suggest that we check isatty(fd), but we do not
102 ** care since our caller told us how to buffe
[all...]
H A Drefill.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
35 ** This #define uses a select() to wait for the 'fd' to become readable.
36 ** The select() can be active for up to 'To' time. The select() may not
38 ** measured to decide how much to subtract from 'To' to update it. On some
42 ** since a BSD-like system will have updated it and we don't want to
49 ** fd -- raw file descriptor (from 'fp') to us
145 struct timeval to; local
[all...]
H A Dfvwrite.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
33 ** fp -- the file pointer to write to
34 ** timeout -- time length for function to return by
35 ** uio -- the memory regions to write
42 ** to the different kinds of output buffering handled here.
68 struct timeval to; local
80 SM_CONVERT_TIME(fp, fd, timeout, &to);
88 /* Unbuffered: write up to BUFSI
[all...]
/sendmail/sendmail/
H A Ddeliver.c8 * By using this file, you agree to the terms and conditions set
52 ** e -- the envelope to send.
53 ** mode -- the delivery mode to use. If SM_DEFAULT, use
82 ** If this message is to be discarded, don't bother sending
103 ** addresses to be sent.
135 ** Check to make sure the hop count is reasonable.
136 ** Delete sends to the sender in mailing lists.
157 syserr("554 5.4.6 Too many hops %d (%d max): from %s via %s, to %s",
177 ** are trying to send mail. The result is that the sender
304 ** set, send directly to th
1303 register ADDRESS *SM_NONVOLATILE to = firstto; local
1552 printaddr(sm_debug_file(), to, false); local
1637 printaddr(sm_debug_file(), to, false); local
[all...]
H A Dreadcf.c8 * By using this file, you agree to the terms and conditions set
44 ** the line is to be interpreted. The lines are:
45 ** Dxval Define macro x to have value val.
47 ** Fxfile [fmt] Read file for lines to put into
56 ** Rlhs rhs Rewrite addresses that match lhs to
60 ** Oxvalue Set option x to value.
61 ** O option value Set option (long name) to value.
62 ** Pname=value Set precedence name to value.
71 ** Eenvar=value Set the environment value to the given value.
649 syserr("invalid argument to
4440 register struct timeoutinfo *to; local
[all...]

Completed in 15 milliseconds