Searched refs:_IO_file_xsputn (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | iofopncook.c | 104 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)), 223 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)),
|
H A D | fileops.c | 66 # define _IO_new_file_xsputn _IO_file_xsputn 1375 INTDEF2(_IO_new_file_xsputn, _IO_file_xsputn) 1568 versioned_symbol (libc, _IO_new_file_xsputn, _IO_file_xsputn, GLIBC_2_1); 1579 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)),
|
H A D | wfileops.c | 52 # define _IO_new_file_xsputn _IO_file_xsputn
|
H A D | libioP.h | 529 extern _IO_size_t _IO_file_xsputn __P ((_IO_FILE *, const void *, _IO_size_t));
|
/haiku/src/libs/stdc++/legacy/ |
H A D | filebuf.cc | 213 return _IO_file_xsputn(this, s, n); in xsputn()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 242 void _IO_file_xsputn() {} in _IO_file_xsputn() function
|
H A D | libroot_stubs.c | 132 void _IO_file_xsputn() {} in _IO_file_xsputn() function
|