Search | Google it | Results 1 - 1 of 1 for funcall:__libc_fstat from t2ex/bsd_source/lib/libc/src_bsd/stdio/fseek.c (0.00 seconds) |
129: if (seekfn != __sseek || 130: fp->_file < 0 || __libc_fstat(fp->_file, &st) || 131: (st.st_mode & S_IFMT) != S_IFREG) { 145: else { 146: if (__libc_fstat(fp->_file, &st)) 147: goto dumb;