gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__libc_lseek (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/stdio.c - 3.3KB - 92 lines
64:         if (fp->_flags & __SAPP)
65:                 (void) __libc_lseek(fp->_file, (off_t)0, SEEK_END);
66:         fp->_flags &= ~__SOFF; /* in case FAPPEND mode is set */
77: 78: ret = __libc_lseek(fp->_file, (off_t)offset, whence); 79: if (/*ret == (off_t)-1)*/ret < 0) __sseterr(fp, (int)ret), ret = -1, fp->_flags |= __SERR,