Home
last modified time | relevance | path

Searched refs:vtable (Results 1 – 5 of 5) sorted by relevance

/libio/
A Dvtables.c84 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()
A Doldstdfiles.c87 if (_IO_stdin_.vtable != &_IO_old_file_jumps in _IO_check_libio()
88 || _IO_stdout_.vtable != &_IO_old_file_jumps in _IO_check_libio()
89 || _IO_stderr_.vtable != &_IO_old_file_jumps) in _IO_check_libio()
A Dstrfile.h52 const struct _IO_jump_t *vtable; member
A DlibioP.h98 #define _IO_JUMPS(THIS) (THIS)->vtable
100 _IO_CAST_FIELD_ACCESS ((THIS), struct _IO_FILE_plus, vtable)
327 const struct _IO_jump_t *vtable; member
337 const struct _IO_jump_t *vtable; member
936 IO_validate_vtable (const struct _IO_jump_t *vtable) in IO_validate_vtable() argument
941 uintptr_t ptr = (uintptr_t) vtable; in IO_validate_vtable()
947 return vtable; in IO_validate_vtable()
A Dtst-vtables-common.c325 const struct _IO_jump_t *vtable; member
341 .vtable = &jumps, in my_file_create()

Completed in 12 milliseconds