Searched refs:_IO_JUMPS (Results 1 – 11 of 11) sorted by relevance
87 _IO_JUMPS (&sf._sbf) = &_IO_str_chk_jumps; in __vsprintf_internal()91 _IO_JUMPS (&sf._sbf) = &_IO_str_jumps; in __vsprintf_internal()
42 _IO_JUMPS (&tmpfil) = &_IO_file_jumps; in __vdprintf_internal()
94 _IO_JUMPS (&sf->_sbf) = &_IO_str_jumps; in _IO_strfile_read()
73 _IO_JUMPS (&new_f->fp) = &_IO_file_jumps; in __fopen_internal()
52 _IO_JUMPS (&sf._sbf) = &_IO_str_jumps; in __vasprintf_internal()
134 _IO_JUMPS (&new_f->fp) = in _IO_new_fdopen()
111 _IO_JUMPS (&sf.f._sbf) = &_IO_strn_jumps; in __vsnprintf_internal()
135 _IO_JUMPS (&new_f.ofile.file) = &_IO_obstack_jumps; in __obstack_vprintf_internal()
238 _IO_JUMPS (&new_f->fpx.file) = &_IO_proc_jumps; in _IO_new_popen()
155 _IO_JUMPS (&cfile->__fp) = &_IO_cookie_jumps; in _IO_cookie_init()
98 #define _IO_JUMPS(THIS) (THIS)->vtable macro
Completed in 18 milliseconds