Home
last modified time | relevance | path

Searched refs:_IO_JUMPS_FILE_plus (Results 1 – 11 of 11) sorted by relevance

/libio/
A Diofopen.c45 _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()
A Doldiofopen.c53 _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; in _IO_old_fopen()
A Dfreopen64.c56 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen64()
A Dfreopen.c72 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen()
A Doldiofdopen.c103 _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; in _IO_old_fdopen()
A Dfileops.c348 _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()
A Dmemstream.c90 _IO_JUMPS_FILE_plus (&new_f->fp._sf._sbf) = &_IO_mem_jumps; in __open_memstream()
A DlibioP.h99 #define _IO_JUMPS_FILE_plus(THIS) \ macro
109 (*(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))
A Doldiopopen.c157 _IO_JUMPS_FILE_plus (&new_f->fpx.file) = &_IO_old_proc_jumps; in _IO_old_popen()
A Diofwide.c99 _IO_JUMPS_FILE_plus (fp) = fp->_wide_data->_wide_vtable; in _IO_fwide()
A Diofopncook.c272 _IO_JUMPS_FILE_plus (ret) = &_IO_old_cookie_jumps; in _IO_old_fopencookie()

Completed in 21 milliseconds