Lines Matching defs: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
35 ** fp -- the file pointer to write to
36 ** timeout -- time length for function to return by
37 ** uio -- the memory regions to write
44 ** to the different kinds of output buffering handled here.
70 struct timeval to;
82 SM_CONVERT_TIME(fp, fd, timeout, &to);
90 /* Unbuffered: write up to BUFSIZ bytes at a time. */
94 errno = 0; /* needed to ensure EOF correctly found */
159 errno = 0; /* needed to ensure EOF correctly found */
214 ** to the first newline (including the newline),
216 ** that the amount to write is SM_MIN(len,nldist).
220 nldist = 0; /* XXX just to keep gcc happy */
232 errno = 0; /* needed to ensure EOF correctly found */