Searched refs:_IO_file_jumps (Results 1 – 11 of 11) sorted by relevance
84 if (_IO_2_1_stdin_.vtable != &_IO_file_jumps in check_stdfiles_vtables()85 || _IO_2_1_stdout_.vtable != &_IO_file_jumps in check_stdfiles_vtables()86 || _IO_2_1_stderr_.vtable != &_IO_file_jumps) in check_stdfiles_vtables()
24 #define _IO_file_jumps jumps macro
42 &_IO_file_jumps};49 &_IO_file_jumps};
42 _IO_JUMPS (&tmpfil) = &_IO_file_jumps; in __vdprintf_internal()
56 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen64()
73 _IO_JUMPS (&new_f->fp) = &_IO_file_jumps; in __fopen_internal()
72 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in freopen()
138 &_IO_file_jumps; in _IO_new_fdopen()
23 _IO_file_fopen; _IO_file_init; _IO_file_jumps; _IO_file_open;
400 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in libc_hidden_ver()630 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in libc_hidden_ver()713 _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; in decide_maybe_mmap()1432 const struct _IO_jump_t _IO_file_jumps libio_vtable =1455 libc_hidden_data_def (_IO_file_jumps)
471 extern const struct _IO_jump_t _IO_file_jumps;472 libc_hidden_proto (_IO_file_jumps)
Completed in 21 milliseconds