Home
last modified time | relevance | path

Searched refs:_IO_pos_adjust (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/libio/
Dlibio.h97 #define _IO_pos_adjust(pos, delta) ((pos) += (delta)) macro
Dfileops.c535 _IO_pos_adjust (fp->_offset, count); in _IO_new_file_underflow()
1355 _IO_pos_adjust (fp->_offset, count); in libc_hidden_ver()
Doldfileops.c347 _IO_pos_adjust (fp->_old_offset, count); in _IO_old_file_underflow()
Dwfileops.c252 _IO_pos_adjust (fp->_offset, count); in libc_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.1921708 * libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
21712 (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust): Don't define here.