Search | Google it | Results 1 - 1 of 1 for funcall:__sseterr from t2ex/bsd_source/lib/libc/src_bsd/stdio/fseek.c (0.00 seconds) |
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);