Lines Matching refs:wchar_t
216 const wchar_t *,
217 const wchar_t *,
218 const wchar_t **, char *,
226 const char **, wchar_t *,
227 wchar_t *, wchar_t **);
241 wchar_t *_IO_read_ptr; /* Current read pointer */
242 wchar_t *_IO_read_end; /* End of get area. */
243 wchar_t *_IO_read_base; /* Start of putback+get area. */
244 wchar_t *_IO_write_base; /* Start of put area. */
245 wchar_t *_IO_write_ptr; /* Current put pointer. */
246 wchar_t *_IO_write_end; /* End of put area. */
247 wchar_t *_IO_buf_base; /* Start of reserve area. */
248 wchar_t *_IO_buf_end; /* End of reserve area. */
250 wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
251 wchar_t *_IO_backup_base; /* Pointer to first valid character of
253 wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
259 wchar_t _shortbuf[1];
483 extern _IO_wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp) __THROW;
518 extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
520 extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,