Home
last modified time | relevance | path

Searched refs:_IO_jump_t (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
DlibioP.h79 (*(struct _IO_jump_t **) ((void *) &_IO_JUMPS ((struct _IO_FILE_plus *) (THIS)) \
274 struct _IO_jump_t struct
314 const struct _IO_jump_t *vtable;
411 extern struct _IO_jump_t _IO_file_jumps;
412 extern struct _IO_jump_t _IO_wfile_jumps;
413 extern struct _IO_jump_t _IO_old_file_jumps;
414 extern struct _IO_jump_t _IO_streambuf_jumps;
415 extern struct _IO_jump_t _IO_proc_jumps;
416 extern struct _IO_jump_t _IO_old_proc_jumps;
417 extern struct _IO_jump_t _IO_str_jumps;
[all …]
Dlibio.h160 struct _IO_jump_t; struct _IO_FILE;
264 struct _IO_jump_t *_wide_vtable;
Dwfileops.c730 struct _IO_jump_t _IO_wfile_jumps =
Dgenops.c562 struct _IO_jump_t *jmp;
Dfileops.c1011 struct _IO_jump_t _IO_file_jumps =
DChangeLog279 (struct _IO_jump_t): Add __showmanyc and __imbue fields.
1084 (_IO_jump_t): Add second dummy field for thunks.
1469 * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1486 * libioP.h (struct _IO_jump_t): Define using new JUMP_FIELD macro.
2089 * libioP.h (struct _IO_jump_t): Add __uflow field.