Lines Matching refs:to
7 * 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;
80 SM_CONVERT_TIME(fp, fd, timeout, &to);
88 /* Unbuffered: write up to BUFSIZ bytes at a time. */
92 errno = 0; /* needed to ensure EOF correctly found */
157 errno = 0; /* needed to ensure EOF correctly found */
212 ** to the first newline (including the newline),
214 ** that the amount to write is SM_MIN(len,nldist).
218 nldist = 0; /* XXX just to keep gcc happy */
230 errno = 0; /* needed to ensure EOF correctly found */