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 that buffering is to be changed for
37 ** buf -- buffer to use
38 ** mode -- buffering method to use
58 struct timeval to;
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 buffer.
118 ** Unable to honor user's request. We will return
131 /* No luck; switch to unbuffered I/O. */