Searched refs:_IO_new_file_xsputn (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | iopopen.c | 301 JUMP_INIT(xsputn, _IO_new_file_xsputn),
|
A D | fileops.c | 1196 _IO_new_file_xsputn (FILE *f, const void *data, size_t n) in _IO_new_file_xsputn() function 1268 libc_hidden_ver (_IO_new_file_xsputn, _IO_file_xsputn) in libc_hidden_ver() argument 1430 versioned_symbol (libc, _IO_new_file_xsputn, _IO_file_xsputn, GLIBC_2_1); 1465 JUMP_INIT(xsputn, _IO_new_file_xsputn), 1489 JUMP_INIT(xsputn, _IO_new_file_xsputn),
|
A D | libioP.h | 600 extern size_t _IO_new_file_xsputn (FILE *, const void *, size_t);
|
Completed in 9 milliseconds