Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/string/
Dtest-strnlen.c189 size_t i, exp_len, start_offset, offset; in do_page_tests() local
220 start_offset = (last_offset + 1) / 2; in do_page_tests()
224 offset = start_offset + i; in do_page_tests()
/glibc-2.36/libio/
Dwfileops.c861 off64_t start_offset = (fp->_offset in _IO_wfile_seekoff() local
863 if (offset >= start_offset && offset < fp->_offset) in _IO_wfile_seekoff()
866 fp->_IO_buf_base + (offset - start_offset), in _IO_wfile_seekoff()
Dfileops.c983 off64_t start_offset = (fp->_offset in _IO_new_file_seekoff() local
985 if (offset >= start_offset && offset < fp->_offset) in _IO_new_file_seekoff()
988 fp->_IO_buf_base + (offset - start_offset), in _IO_new_file_seekoff()