Searched refs:_IO_wdefault_xsputn (Results 1 – 7 of 7) sorted by relevance
/libio/ |
A D | vswprintf.c | 74 JUMP_INIT(xsputn, _IO_wdefault_xsputn),
|
A D | wmemstream.c | 45 JUMP_INIT (xsputn, _IO_wdefault_xsputn),
|
A D | Versions | 116 _IO_wdefault_uflow; _IO_wdefault_xsgetn; _IO_wdefault_xsputn;
|
A D | wgenops.c | 282 _IO_wdefault_xsputn (FILE *f, const void *data, size_t n) in libc_hidden_def() 321 libc_hidden_def (_IO_wdefault_xsputn) in libc_hidden_def() argument
|
A D | wstrops.c | 370 JUMP_INIT(xsputn, _IO_wdefault_xsputn),
|
A D | libioP.h | 453 extern size_t _IO_wdefault_xsputn (FILE *, const void *, size_t); 454 libc_hidden_proto (_IO_wdefault_xsputn)
|
A D | wfileops.c | 1009 to_do -= _IO_wdefault_xsputn (f, s, to_do); in libc_hidden_def()
|
Completed in 19 milliseconds