Searched refs:_IO_do_write (Results 1 – 4 of 4) sorted by relevance
/libio/ |
A D | Versions | 19 _IO_default_xsgetn; _IO_default_xsputn; _IO_do_write; 87 _IO_do_write; _IO_file_attach; _IO_file_close_it; _IO_file_finish;
|
A D | libioP.h | 484 extern int _IO_do_write (FILE *, const char *, size_t); 485 libc_hidden_proto (_IO_do_write) 509 ? _IO_do_write(_f, (_f)->_IO_write_base, \
|
A D | fileops.c | 427 libc_hidden_ver (_IO_new_do_write, _IO_do_write) in libc_hidden_ver() argument 775 return _IO_do_write (f, f->_IO_write_base, in _IO_new_file_overflow() 783 if (_IO_do_write (f, f->_IO_write_base, in _IO_new_file_overflow() 1418 versioned_symbol (libc, _IO_new_do_write, _IO_do_write, GLIBC_2_1);
|
A D | oldfileops.c | 742 compat_symbol (libc, _IO_old_do_write, _IO_do_write, GLIBC_2_0);
|
Completed in 13 milliseconds