Search | Google it | Results 1 - 2 of 2 for funcall:__libc_fstat (0.00 seconds) |
129: if (seekfn != __sseek || 130: fp->_file < 0 || __libc_fstat(fp->_file, &st) || 131: (st.st_mode & S_IFMT) != S_IFREG) {
84: 85: if (fp->_file < 0 || __libc_fstat(fp->_file, &st) < 0) { 86: *couldbetty = 0;