Search | Google it | Results 1 - 2 of 2 for funcall:isatty (0.01 seconds) |
63: */ 64: if ((seekfn = fp->_seek) == NULL || isatty(__sfileno(fp))) { 65: __sseterr(fp, ESPIPE); /* historic practice */
71: fp->_bf._size = size; 72: if (couldbetty && isatty(fp->_file)) 73: flags |= __SLBF;