Searched refs:_IO_JUMPS_FILE_plus (Results 1 – 11 of 11) sorted by relevance
45 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps_maybe_mmap; in __fopen_maybe_mmap()47 _IO_JUMPS_FILE_plus (fp) = &_IO_wfile_jumps_maybe_mmap; in __fopen_maybe_mmap()
53 _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; in _IO_old_fopen()
56 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen64()
72 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen()
103 _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; in _IO_old_fdopen()
348 _IO_JUMPS_FILE_plus (fp) = fp->_wide_data->_wide_vtable; in libc_hidden_def()400 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in libc_hidden_ver()409 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps_mmap; in libc_hidden_ver()630 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in libc_hidden_ver()632 _IO_JUMPS_FILE_plus (fp) = &_IO_wfile_jumps; in libc_hidden_ver()700 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps_mmap; in decide_maybe_mmap()702 _IO_JUMPS_FILE_plus (fp) = &_IO_wfile_jumps_mmap; in decide_maybe_mmap()713 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in decide_maybe_mmap()715 _IO_JUMPS_FILE_plus (fp) = &_IO_wfile_jumps; in decide_maybe_mmap()
90 _IO_JUMPS_FILE_plus (&new_f->fp._sf._sbf) = &_IO_mem_jumps; in __open_memstream()
99 #define _IO_JUMPS_FILE_plus(THIS) \ macro109 (*(struct _IO_jump_t **) ((void *) &_IO_JUMPS_FILE_plus (THIS) \112 (*(const struct _IO_jump_t **) ((void *) &_IO_JUMPS_FILE_plus (THIS) \116 # define _IO_JUMPS_FUNC(THIS) (IO_validate_vtable (_IO_JUMPS_FILE_plus (THIS)))118 (_IO_JUMPS_FILE_plus (THIS) = (VTABLE))
157 _IO_JUMPS_FILE_plus (&new_f->fpx.file) = &_IO_old_proc_jumps; in _IO_old_popen()
99 _IO_JUMPS_FILE_plus (fp) = fp->_wide_data->_wide_vtable; in _IO_fwide()
272 _IO_JUMPS_FILE_plus (ret) = &_IO_old_cookie_jumps; in _IO_old_fopencookie()
Completed in 21 milliseconds