Searched refs:_IO_jump_t (Results 1 - 15 of 15) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc54 #define STD_VTABLE (const struct _IO_jump_t *)filebuf_vtable
89 extern struct _IO_jump_t stdiobuf_vtable
101 extern struct _IO_jump_t stdiobuf_vtable;
H A Dstreambuf.cc186 struct _IO_jump_t _IO_streambuf_jumps = {
/haiku/src/system/libroot/posix/glibc/libio/
H A Diopopen.c62 static struct _IO_jump_t _IO_proc_jumps;
63 static struct _IO_jump_t _IO_wproc_jumps;
245 static struct _IO_jump_t _IO_proc_jumps = {
268 static struct _IO_jump_t _IO_wproc_jumps = {
H A DlibioP.h111 (*(struct _IO_jump_t **) ((void *) &_IO_JUMPS ((struct _IO_FILE_plus *) (THIS)) \
306 struct _IO_jump_t struct
346 const struct _IO_jump_t *vtable;
452 extern struct _IO_jump_t _IO_file_jumps;
453 extern struct _IO_jump_t _IO_file_jumps_mmap attribute_hidden;
454 extern struct _IO_jump_t _IO_file_jumps_maybe_mmap attribute_hidden;
455 extern struct _IO_jump_t _IO_wfile_jumps attribute_hidden;
456 extern struct _IO_jump_t _IO_wfile_jumps_mmap attribute_hidden;
457 extern struct _IO_jump_t _IO_wfile_jumps_maybe_mmap attribute_hidden;
458 extern struct _IO_jump_t _IO_old_file_jump
[all...]
H A Dvsnprintf.c80 static struct _IO_jump_t _IO_strn_jumps =
H A Dvswprintf.c78 static struct _IO_jump_t _IO_wstrn_jumps =
H A Diofopncook.c97 static struct _IO_jump_t _IO_cookie_jumps = {
216 static struct _IO_jump_t _IO_old_cookie_jumps = {
H A Dmemstream.c39 static struct _IO_jump_t _IO_mem_jumps =
63 static struct _IO_jump_t _IO_wmem_jumps =
H A Dlibio.h164 struct _IO_jump_t; struct _IO_FILE;
261 struct _IO_jump_t *_wide_vtable;
H A Dstrops.c310 struct _IO_jump_t _IO_str_jumps =
H A Dwstrops.c311 struct _IO_jump_t _IO_wstr_jumps =
H A Dwfileops.c862 struct _IO_jump_t _IO_wfile_jumps =
889 struct _IO_jump_t _IO_wfile_jumps_mmap =
913 struct _IO_jump_t _IO_wfile_jumps_maybe_mmap =
H A Dfileops.c1571 struct _IO_jump_t _IO_file_jumps =
1597 struct _IO_jump_t _IO_file_jumps_mmap =
1621 struct _IO_jump_t _IO_file_jumps_maybe_mmap =
H A Dgenops.c616 struct _IO_jump_t *jmp;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2082 static const struct _IO_jump_t _IO_helper_jumps =
2104 static const struct _IO_jump_t _IO_helper_jumps =
2159 _IO_JUMPS (&helper._f) = (struct _IO_jump_t *) &_IO_helper_jumps;

Completed in 91 milliseconds