gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__libc_fstat 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
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;