/haiku/src/libs/stdc++/legacy/ |
H A D | filebuf.cc | 216 streamsize filebuf::xsgetn(char *s, streamsize n) in xsgetn() function in filebuf 219 return streambuf::xsgetn(s, n); in xsgetn()
|
H A D | streambuf.cc | 71 streamsize streambuf::xsgetn(char* s, streamsize n) in xsgetn() function in streambuf 145 { return ((streambuf*)fp)->xsgetn((char*)s, n); } in _IO_sb_xsgetn() 194 JUMP_INIT(xsgetn, _IO_sb_xsgetn),
|
H A D | builtinbuf.cc | 36 streamsize builtinbuf::xsgetn(char* buf, streamsize n) in xsgetn() function in builtinbuf
|
H A D | indstream.cc | 52 streamsize indirectbuf::xsgetn(char* s, streamsize n) in xsgetn() function in indirectbuf
|
/haiku/headers/cpp/ |
H A D | builtinbuf.h | 43 virtual streamsize xsgetn(char *, streamsize);
|
H A D | indstream.h | 66 virtual streamsize xsgetn(char* s, streamsize n);
|
H A D | streambuf.h | 357 virtual streamsize xsgetn(char* s, streamsize n); 449 streamsize xsgetn(char* s, streamsize n);
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | iopopen.c | 253 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)), 276 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)),
|
H A D | memstream.c | 48 JUMP_INIT (xsgetn, INTUSE(_IO_default_xsgetn)), 72 JUMP_INIT (xsgetn, (_IO_xsgetn_t) INTUSE(_IO_wdefault_xsgetn)),
|
H A D | iofopncook.c | 105 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)), 224 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)),
|
H A D | vsnprintf.c | 89 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)),
|
H A D | vswprintf.c | 87 JUMP_INIT(xsgetn, INTUSE(_IO_wdefault_xsgetn)),
|
H A D | wfileops.c | 871 JUMP_INIT(xsgetn, INTUSE(_IO_file_xsgetn)), 898 JUMP_INIT(xsgetn, INTUSE(_IO_file_xsgetn)), 922 JUMP_INIT(xsgetn, INTUSE(_IO_file_xsgetn)),
|
H A D | wstrops.c | 320 JUMP_INIT(xsgetn, INTUSE(_IO_wdefault_xsgetn)),
|
H A D | strops.c | 319 JUMP_INIT(xsgetn, INTUSE(_IO_default_xsgetn)),
|
H A D | fileops.c | 1580 JUMP_INIT(xsgetn, INTUSE(_IO_file_xsgetn)), 1606 JUMP_INIT(xsgetn, _IO_file_xsgetn_mmap), 1630 JUMP_INIT(xsgetn, _IO_file_xsgetn_maybe_mmap),
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | vfprintf.c | 2088 JUMP_INIT (xsgetn, INTUSE(_IO_wdefault_xsgetn)), 2110 JUMP_INIT (xsgetn, INTUSE(_IO_default_xsgetn)),
|