gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__libc_fstat (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) {
More results from fseek.c
bsd_source/lib/libc/src_bsd/stdio/makebuf.c - 3.8KB - 107 lines
84: 
85:         if (fp->_file < 0 || __libc_fstat(fp->_file, &st) < 0) {
86:                 *couldbetty = 0;