Searched refs:_IO_new_file_xsputn (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | iopopen.c | 252 JUMP_INIT(xsputn, _IO_new_file_xsputn), 275 JUMP_INIT(xsputn, _IO_new_file_xsputn),
|
H A D | fileops.c | 66 # define _IO_new_file_xsputn _IO_file_xsputn macro 1287 _IO_new_file_xsputn (f, data, n) in _IO_new_file_xsputn() function 1375 INTDEF2(_IO_new_file_xsputn, _IO_file_xsputn) 1568 versioned_symbol (libc, _IO_new_file_xsputn, _IO_file_xsputn, GLIBC_2_1); 1605 JUMP_INIT(xsputn, _IO_new_file_xsputn), 1629 JUMP_INIT(xsputn, _IO_new_file_xsputn),
|
H A D | wfileops.c | 52 # define _IO_new_file_xsputn _IO_file_xsputn macro
|
H A D | libioP.h | 570 extern _IO_size_t _IO_new_file_xsputn __P ((_IO_FILE *, const void *, _IO_size_t));
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 298 void _IO_new_file_xsputn() {} in _IO_new_file_xsputn() function
|
H A D | libroot_stubs.c | 188 void _IO_new_file_xsputn() {} in _IO_new_file_xsputn() function
|