Searched refs:_IO_wsetb (Results 1 – 8 of 8) sorted by relevance
/libio/ |
A D | wfiledoalloc.c | 82 _IO_wsetb (fp, p, p + size, 1); in _IO_wfile_doallocate()
|
A D | wstrops.c | 48 _IO_wsetb (fp, ptr, end, 0); in _IO_wstr_init_static() 114 _IO_wsetb (fp, new_buf, new_buf + new_size, 1); in _IO_wstr_overflow() 200 _IO_wsetb (fp, newbuf, newbuf + newsize, 1); in enlarge_userbuf()
|
A D | vswprintf.c | 45 _IO_wsetb (fp, snf->overflow_buf, in _IO_wstrn_overflow()
|
A D | wgenops.c | 92 _IO_wsetb (FILE *f, wchar_t *b, wchar_t *eb, int a) in libc_hidden_def() 103 libc_hidden_def (_IO_wsetb) in libc_hidden_def() argument 371 _IO_wsetb (fp, fp->_wide_data->_shortbuf, in libc_hidden_def() 384 _IO_wsetb (fp, buf, buf + BUFSIZ / sizeof *buf, 1); in libc_hidden_def()
|
A D | Versions | 117 _IO_wdoallocbuf; _IO_wmarker_delta; _IO_wsetb; __woverflow; __wuflow;
|
A D | libioP.h | 389 extern void _IO_wsetb (FILE *, wchar_t *, wchar_t *, int) __THROW; 390 libc_hidden_proto (_IO_wsetb)
|
A D | genops.c | 827 _IO_wsetb (fp, NULL, NULL, 0); in _IO_unbuffer_all()
|
A D | fileops.c | 149 _IO_wsetb (fp, NULL, NULL, 0); in _IO_new_file_close_it()
|
Completed in 17 milliseconds