Home
last modified time | relevance | path

Searched refs:_IO_pos_BAD (Results 1 – 20 of 20) sorted by relevance

/libio/
A Dftello64.c41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in __ftello64()
47 if (pos == _IO_pos_BAD) in __ftello64()
A Dioftell.c39 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_ftell()
45 if (pos == _IO_pos_BAD) in _IO_ftell()
A Doldiofgetpos.c41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_old_fgetpos()
44 if (pos == _IO_pos_BAD) in _IO_old_fgetpos()
A Doldiofgetpos64.c41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_old_fgetpos64()
44 if (pos == _IO_pos_BAD) in _IO_old_fgetpos64()
A Dftello.c43 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in __ftello()
49 if (pos == _IO_pos_BAD) in __ftello()
A Diofgetpos64.c41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_new_fgetpos64()
46 if (pos == _IO_pos_BAD) in _IO_new_fgetpos64()
A Diofgetpos.c52 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_new_fgetpos()
57 if (pos == _IO_pos_BAD) in _IO_new_fgetpos()
A Doldiofsetpos.c40 == _IO_pos_BAD) in _IO_old_fsetpos()
A Doldiofsetpos64.c41 == _IO_pos_BAD) in _IO_old_fsetpos64()
A Diofsetpos64.c40 == _IO_pos_BAD) in _IO_new_fsetpos64()
A Doldfileops.c103 fp->file._old_offset = _IO_pos_BAD; in _IO_old_file_init_internal()
148 fp->_old_offset = _IO_pos_BAD; in _IO_old_file_close_it()
207 == _IO_pos_BAD && errno != ESPIPE) in _IO_old_file_fopen()
224 fp->_old_offset = _IO_pos_BAD; in _IO_old_file_attach()
226 == _IO_pos_BAD && errno != ESPIPE) in _IO_old_file_attach()
269 fp->_old_offset = _IO_pos_BAD; in old_do_write()
274 if (new_pos == _IO_pos_BAD) in old_do_write()
346 if (fp->_old_offset != _IO_pos_BAD) in _IO_old_file_underflow()
427 fp->_old_offset = _IO_pos_BAD; in _IO_old_file_sync()
478 if (fp->_old_offset == _IO_pos_BAD) in _IO_old_file_seekoff()
[all …]
A Diofopncook.c82 ? _IO_pos_BAD : offset); in _IO_cookie_seek()
106 fp->_offset = _IO_pos_BAD; in _IO_cookie_seekoff()
233 return _IO_pos_BAD; in _IO_old_cookie_seek()
237 return (ret == -1) ? _IO_pos_BAD : ret; in _IO_old_cookie_seek()
A Diofsetpos.c50 == _IO_pos_BAD) in _IO_new_fsetpos()
A Dfileops.c110 fp->file._offset = _IO_pos_BAD; in _IO_new_file_init_internal()
160 fp->_offset = _IO_pos_BAD; in _IO_new_file_close_it()
369 fp->_offset = _IO_pos_BAD; in libc_hidden_ver()
439 fp->_offset = _IO_pos_BAD; in libc_hidden_ver()
444 if (new_pos == _IO_pos_BAD) in libc_hidden_ver()
531 fp->_offset = _IO_pos_BAD; in _IO_new_file_underflow()
534 if (fp->_offset != _IO_pos_BAD) in _IO_new_file_underflow()
687 fp->_offset = _IO_pos_BAD; in decide_maybe_mmap()
811 fp->_offset = _IO_pos_BAD; in libc_hidden_ver()
858 if (result == _IO_pos_BAD) in do_ftell()
[all …]
A Diofdopen.c158 if (new_pos == _IO_pos_BAD && errno != ESPIPE) in _IO_new_fdopen()
A Diolibio.h58 == _IO_pos_BAD ? EOF : 0)
A Dwfileops.c237 fp->_offset = _IO_pos_BAD; in libc_hidden_def()
251 if (fp->_offset != _IO_pos_BAD) in libc_hidden_def()
531 fp->_offset = _IO_pos_BAD; in libc_hidden_def()
615 if (result == _IO_pos_BAD) in do_ftell_wide()
721 if (fp->_offset != _IO_pos_BAD) in do_ftell_wide()
829 if (fp->_offset == _IO_pos_BAD) in _IO_wfile_seekoff()
857 if (fp->_offset != _IO_pos_BAD && fp->_IO_read_base != NULL in _IO_wfile_seekoff()
A DlibioP.h812 0, _IO_pos_BAD, 0, 0, { 0 }, &_IO_stdfile_##FD##_lock }
817 0, _IO_pos_BAD, 0, 0, { 0 }, &_IO_stdfile_##FD##_lock, _IO_pos_BAD,\
825 0, _IO_pos_BAD }
830 0, _IO_pos_BAD, 0, 0, { 0 }, 0, _IO_pos_BAD, \
A Dlibio.h94 #define _IO_pos_BAD ((off64_t) -1) macro
A Dgenops.c630 return _IO_pos_BAD; in libc_hidden_def()
1032 return _IO_pos_BAD; in libc_hidden_def()

Completed in 37 milliseconds