ReactOS 0.4.16-dev-401-g45b008d
|
#include <mbstring.h>
Public Attributes | |
char * | _ptr |
int | _cnt |
char * | _base |
int | _flag |
int | _file |
int | _charbuf |
int | _bufsiz |
char * | _tmpfname |
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(), 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(), and test_flsbuf().
int _iobuf::_file |
Definition at line 24 of file mbstring.h.
Referenced by _FILE_fd(), and msvcrt_init_io().
int _iobuf::_flag |
Definition at line 23 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().
char * _iobuf::_ptr |
Definition at line 20 of file mbstring.h.
Referenced by _vscprintf(), and _vscwprintf().
char * _iobuf::_tmpfname |
Definition at line 27 of file mbstring.h.
Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().