Symbol: xsgetn
headers/cpp/builtinbuf.h
43
virtual streamsize xsgetn(char *, streamsize);
headers/cpp/indstream.h
66
virtual streamsize xsgetn(char* s, streamsize n);
headers/cpp/streambuf.h
327
virtual streamsize xsgetn(char* s, streamsize n);
headers/cpp/streambuf.h
419
streamsize xsgetn(char* s, streamsize n);
src/libs/stdc++/legacy/filebuf.cc
219
return streambuf::xsgetn(s, n);
src/libs/stdc++/legacy/streambuf.cc
139
{ return ((streambuf*)fp)->xsgetn((char*)s, n); }
src/libs/stdc++/legacy/streambuf.cc
188
JUMP_INIT(xsgetn, _IO_sb_xsgetn),
src/system/libroot/posix/glibc/libio/fileops.c
1628
JUMP_INIT(xsgetn, _IO_file_xsgetn),
src/system/libroot/posix/glibc/libio/fileops.c
1653
JUMP_INIT(xsgetn, _IO_file_xsgetn_mmap),
src/system/libroot/posix/glibc/libio/fileops.c
1677
JUMP_INIT(xsgetn, _IO_file_xsgetn_maybe_mmap),
src/system/libroot/posix/glibc/libio/iofopncook.c
128
JUMP_INIT(xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/iofopncook.c
247
JUMP_INIT(xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/iopopen.c
361
JUMP_INIT(xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/memstream.c
45
JUMP_INIT (xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/strops.c
359
JUMP_INIT(xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/vsnprintf.c
78
JUMP_INIT(xsgetn, _IO_default_xsgetn),
src/system/libroot/posix/glibc/libio/vswprintf.c
77
JUMP_INIT(xsgetn, _IO_wdefault_xsgetn),
src/system/libroot/posix/glibc/libio/wfileops.c
1059
JUMP_INIT(xsgetn, _IO_file_xsgetn),
src/system/libroot/posix/glibc/libio/wfileops.c
1085
JUMP_INIT(xsgetn, _IO_file_xsgetn),
src/system/libroot/posix/glibc/libio/wfileops.c
1109
JUMP_INIT(xsgetn, _IO_file_xsgetn),
src/system/libroot/posix/glibc/libio/wstrops.c
358
JUMP_INIT(xsgetn, _IO_wdefault_xsgetn),
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2252
JUMP_INIT (xsgetn, _IO_wdefault_xsgetn),
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2274
JUMP_INIT (xsgetn, _IO_default_xsgetn),