Searched refs:_IO_file_xsputn (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | iofopncook.c | 118 JUMP_INIT(xsputn, _IO_file_xsputn), 247 JUMP_INIT(xsputn, _IO_file_xsputn),
|
A D | Versions | 26 _IO_file_write; _IO_file_xsputn; _IO_fileno; _IO_flockfile; 90 _IO_file_write; _IO_file_xsputn; _IO_proc_open; _IO_proc_close;
|
A D | fileops.c | 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); 1440 JUMP_INIT(xsputn, _IO_file_xsputn),
|
A D | libioP.h | 550 extern size_t _IO_file_xsputn (FILE *, const void *, size_t); 551 libc_hidden_proto (_IO_file_xsputn)
|
A D | oldfileops.c | 754 compat_symbol (libc, _IO_old_file_xsputn, _IO_file_xsputn, GLIBC_2_0);
|
Completed in 13 milliseconds