gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__sseterr from t2ex/bsd_source/lib/libc/src_bsd/stdio/fseek.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fseek.c - 8.9KB - 261 lines
64:         if ((seekfn = fp->_seek) == NULL || isatty(__sfileno(fp))) {
65:                 __sseterr(fp, ESPIPE);                        /* historic practice */
66:                 return (EOF);
111: FUNLOCKFILE(fp); 112: __sseterr(fp, EINVAL); 113: return (EOF);