Searched refs:_IO_backup_base (Results 1 – 6 of 6) sorted by relevance
169 fp->_IO_read_base = fp->_IO_backup_base; in _IO_switch_to_get_mode()193 fp->_IO_backup_base = NULL; in libc_hidden_def()259 fp->_IO_backup_base = fp->_IO_save_base + avail; in libc_hidden_def()547 fp->_IO_backup_base = NULL; in libc_hidden_def()578 fp->_wide_data->_IO_backup_base = NULL; in _IO_no_init()1000 fp->_IO_backup_base = fp->_IO_save_end; in libc_hidden_def()1020 fp->_IO_backup_base = fp->_IO_read_ptr; in libc_hidden_def()
138 fp->_wide_data->_IO_backup_base = fp->_wide_data->_IO_save_end; in libc_hidden_def()159 fp->_wide_data->_IO_backup_base = fp->_wide_data->_IO_read_ptr; in libc_hidden_def()397 fp->_wide_data->_IO_read_base = fp->_wide_data->_IO_backup_base; in libc_hidden_def()422 fp->_wide_data->_IO_backup_base = NULL; in libc_hidden_def()483 fp->_wide_data->_IO_backup_base = fp->_wide_data->_IO_save_base + avail; in libc_hidden_def()
133 wchar_t *_IO_backup_base; /* Pointer to first valid character of member
238 fp->_IO_read_base = fp->_IO_backup_base; in _IO_str_switch_to_get_mode()
241 fp->_wide_data->_IO_read_base = fp->_wide_data->_IO_backup_base; in _IO_wstr_switch_to_get_mode()
65 char *_IO_backup_base; /* Pointer to first valid character of backup area */ member