Searched refs:_IO_old_file_xsputn (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | oldiopopen.c | 218 JUMP_INIT(xsputn, _IO_old_file_xsputn),
|
A D | oldfileops.c | 636 _IO_old_file_xsputn (FILE *f, const void *data, size_t n) in _IO_old_file_xsputn() function 728 JUMP_INIT(xsputn, _IO_old_file_xsputn), 754 compat_symbol (libc, _IO_old_file_xsputn, _IO_file_xsputn, GLIBC_2_0);
|
A D | libioP.h | 604 extern size_t _IO_old_file_xsputn (FILE *, const void *, size_t);
|
Completed in 9 milliseconds