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
32 ** SM_IO_FLUSH -- flush the buffer for a 'fp' to the "file"
34 ** Flush a single file. We don't allow this function to flush
38 ** fp -- the file pointer buffer to flush
39 ** timeout -- time to complete the flush
52 struct timeval to;
67 SM_CONVERT_TIME(fp, fd, timeout, &to);
79 ** fp -- file pointer to be flushed
124 ** Set these immediately to avoid problems with longjmp and to allow
133 errno = 0; /* needed to ensure EOF correctly found */