|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mbstring.h>

Public Attributes | |
| char * | _ptr |
| int | _cnt |
| char * | _base |
| int | _flag |
| int | _file |
| int | _charbuf |
| int | _bufsiz |
| char * | _tmpfname |
| void * | _Placeholder |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.
Definition at line 19 of file mbstring.h.
| char * _iobuf::_base |
Definition at line 22 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), test_fflush(), and test_flsbuf().
| int _iobuf::_bufsiz |
Definition at line 26 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and test_flsbuf().
| int _iobuf::_charbuf |
Definition at line 25 of file mbstring.h.
Referenced by _vscprintf(), and _vscwprintf().
| int _iobuf::_cnt |
Definition at line 21 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), test_fflush(), and test_flsbuf().
| int _iobuf::_file |
Definition at line 24 of file mbstring.h.
Referenced by _FILE_fd(), msvcrt_init_io(), and test_fflush().
| int _iobuf::_flag |
Definition at line 23 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().
| void * _iobuf::_Placeholder |
Definition at line 30 of file corecrt_wstdio.h.
| char * _iobuf::_ptr |
Definition at line 20 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and test_fflush().
| char * _iobuf::_tmpfname |
Definition at line 27 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().