Search | Google it | Results 1 - 1 of 1 for funcall:__libc_lseek (0.02 seconds) |
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,