gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:isatty (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fseek.c - 8.9KB - 261 lines
63:          */
64:         if ((seekfn = fp->_seek) == NULL || isatty(__sfileno(fp))) {
65:                 __sseterr(fp, ESPIPE);                        /* historic practice */
bsd_source/lib/libc/src_bsd/stdio/makebuf.c - 3.8KB - 107 lines
71:         fp->_bf._size = size;
72:         if (couldbetty && isatty(fp->_file))
73:                 flags |= __SLBF;