Searched refs:_IO_default_xsputn (Results 1 – 9 of 9) sorted by relevance
/libio/ |
A D | iovsprintf.c | 46 JUMP_INIT(xsputn, _IO_default_xsputn),
|
A D | vsnprintf.c | 75 JUMP_INIT(xsputn, _IO_default_xsputn),
|
A D | memstream.c | 44 JUMP_INIT (xsputn, _IO_default_xsputn),
|
A D | Versions | 19 _IO_default_xsgetn; _IO_default_xsputn; _IO_do_write;
|
A D | strops.c | 361 JUMP_INIT(xsputn, _IO_default_xsputn),
|
A D | genops.c | 370 _IO_default_xsputn (FILE *f, const void *data, size_t n) in libc_hidden_def() 405 libc_hidden_def (_IO_default_xsputn) in libc_hidden_def() argument
|
A D | libioP.h | 451 extern size_t _IO_default_xsputn (FILE *, const void *, size_t); 452 libc_hidden_proto (_IO_default_xsputn)
|
A D | oldfileops.c | 714 to_do -= _IO_default_xsputn (f, s+do_write, to_do); in _IO_old_file_xsputn()
|
A D | fileops.c | 1264 to_do -= _IO_default_xsputn (f, s+do_write, to_do); in _IO_new_file_xsputn()
|
Completed in 22 milliseconds