Searched refs:_IO_pos_BAD (Results 1 – 20 of 20) sorted by relevance
/libio/ |
A D | ftello64.c | 41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in __ftello64() 47 if (pos == _IO_pos_BAD) in __ftello64()
|
A D | ioftell.c | 39 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_ftell() 45 if (pos == _IO_pos_BAD) in _IO_ftell()
|
A D | oldiofgetpos.c | 41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_old_fgetpos() 44 if (pos == _IO_pos_BAD) in _IO_old_fgetpos()
|
A D | oldiofgetpos64.c | 41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_old_fgetpos64() 44 if (pos == _IO_pos_BAD) in _IO_old_fgetpos64()
|
A D | ftello.c | 43 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in __ftello() 49 if (pos == _IO_pos_BAD) in __ftello()
|
A D | iofgetpos64.c | 41 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_new_fgetpos64() 46 if (pos == _IO_pos_BAD) in _IO_new_fgetpos64()
|
A D | iofgetpos.c | 52 if (_IO_in_backup (fp) && pos != _IO_pos_BAD) in _IO_new_fgetpos() 57 if (pos == _IO_pos_BAD) in _IO_new_fgetpos()
|
A D | oldiofsetpos.c | 40 == _IO_pos_BAD) in _IO_old_fsetpos()
|
A D | oldiofsetpos64.c | 41 == _IO_pos_BAD) in _IO_old_fsetpos64()
|
A D | iofsetpos64.c | 40 == _IO_pos_BAD) in _IO_new_fsetpos64()
|
A D | oldfileops.c | 103 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 D | iofopncook.c | 82 ? _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 D | iofsetpos.c | 50 == _IO_pos_BAD) in _IO_new_fsetpos()
|
A D | fileops.c | 110 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 D | iofdopen.c | 158 if (new_pos == _IO_pos_BAD && errno != ESPIPE) in _IO_new_fdopen()
|
A D | iolibio.h | 58 == _IO_pos_BAD ? EOF : 0)
|
A D | wfileops.c | 237 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 D | libioP.h | 812 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 D | libio.h | 94 #define _IO_pos_BAD ((off64_t) -1) macro
|
A D | genops.c | 630 return _IO_pos_BAD; in libc_hidden_def() 1032 return _IO_pos_BAD; in libc_hidden_def()
|
Completed in 37 milliseconds