ReactOS 0.4.15-dev-7958-gcd0bb1a
_iobuf Struct Reference

#include <mbstring.h>

Collaboration diagram for _iobuf:

Public Attributes

char_ptr
 
int _cnt
 
char_base
 
int _flag
 
int _file
 
int _charbuf
 
int _bufsiz
 
char_tmpfname
 

Detailed Description

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.

Member Data Documentation

◆ _base

char * _iobuf::_base

Definition at line 22 of file mbstring.h.

Referenced by _vscprintf(), _vscwprintf(), and test_flsbuf().

◆ _bufsiz

int _iobuf::_bufsiz

Definition at line 26 of file mbstring.h.

Referenced by _vscprintf(), _vscwprintf(), and test_flsbuf().

◆ _charbuf

int _iobuf::_charbuf

Definition at line 25 of file mbstring.h.

Referenced by _vscprintf(), and _vscwprintf().

◆ _cnt

int _iobuf::_cnt

Definition at line 21 of file mbstring.h.

Referenced by _vscprintf(), _vscwprintf(), and test_flsbuf().

◆ _file

int _iobuf::_file

Definition at line 24 of file mbstring.h.

Referenced by _FILE_fd(), and msvcrt_init_io().

◆ _flag

int _iobuf::_flag

Definition at line 23 of file mbstring.h.

Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().

◆ _ptr

char * _iobuf::_ptr

Definition at line 20 of file mbstring.h.

Referenced by _vscprintf(), and _vscwprintf().

◆ _tmpfname

char * _iobuf::_tmpfname

Definition at line 27 of file mbstring.h.

Referenced by _vscprintf(), _vscwprintf(), and msvcrt_init_io().


The documentation for this struct was generated from the following files: