Searched refs:_base (Results 1 – 19 of 19) sorted by relevance
/reactos/sdk/lib/crt/stdio/ |
H A D | _flsbuf.c | 39 stream->_ptr = stream->_base; in _flsbuf() 50 if (!stream->_base) msvcrt_alloc_buffer(stream); in _flsbuf() 54 if (stream->_base && !(stream->_flag & _IONBF)) in _flsbuf() 57 count = (int)(stream->_ptr - stream->_base); in _flsbuf() 59 written = _write(stream->_file, stream->_base, count); in _flsbuf() 64 stream->_ptr = stream->_base + sizeof(TCHAR); in _flsbuf() 66 *(TCHAR*)stream->_base = ch; in _flsbuf()
|
H A D | file.c | 392 file->_ptr = file->_base = NULL; in msvcrt_init_fp() 549 file->_ptr=file->_base; in msvcrt_flush_buffer() 555 file->_ptr=file->_base; in msvcrt_flush_buffer() 579 if(file->_base) { in msvcrt_alloc_buffer() 587 file->_ptr = file->_base; in msvcrt_alloc_buffer() 1294 file->_ptr = file->_base; in _fseeki64() 2797 free(file->_base); in fclose() 3377 file->_ptr = file->_base; in fread() 3491 file->_ptr = file->_base; in fsetpos() 3812 free(file->_base); in setvbuf() [all …]
|
/reactos/modules/rostests/kmtests/kmtest_drv/ |
H A D | printf_stubs.c | 26 stream._base = (char *)buffer; in KmtVSNPrintF() 27 stream._ptr = stream._base; in KmtVSNPrintF()
|
/reactos/sdk/lib/crt/printf/ |
H A D | _sxprintf.c | 74 stream._base = (char*)buffer; in _sxprintf() 75 stream._ptr = stream._base; in _sxprintf()
|
H A D | _vscprintf.c | 20 nulfile._tmpfname = nulfile._ptr = nulfile._base = NULL; in _vscprintf()
|
H A D | _vscwprintf.c | 20 nulfile._tmpfname = nulfile._ptr = nulfile._base = NULL; in _vscwprintf()
|
H A D | streamout.c | 232 if ((stream->_flag & _IOSTRG) && (stream->_base == NULL)) in streamout_char() 258 if ((stream->_flag & _IOSTRG) && (stream->_base == NULL)) in streamout_astring() 286 if ((stream->_flag & _IOSTRG) && (stream->_base == NULL)) in streamout_wstring()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | memp.h | 96 …LWIP_DECLARE_MEMORY_ALIGNED(memp_memory_ ## name ## _base, ((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(s… 107 memp_memory_ ## name ## _base, \
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfcore.h | 147 #define WDF_PTR_GET_OFFSET(_base, _addr) \ argument 148 (size_t) (((PUCHAR) _addr) - ((PUCHAR) _base))
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | stdio.h | 103 unsigned char *_base; /* the buffer */ member
|
/reactos/sdk/lib/crt/include/internal/mingw-w64/ |
H A D | internal.h | 99 char *_base; member
|
/reactos/sdk/include/crt/ |
H A D | yvals.h | 191 #define _IOBASE _base
|
H A D | mbstring.h | 22 char *_base; member
|
H A D | stdio.h | 30 char *_base; member
|
H A D | wchar.h | 42 char *_base; member
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | file.c | 154 ok(file->_base != NULL, "file->_base = NULL\n"); in test_fileops() 640 if(tempfh->_base) { in test_flsbuf() 643 tempfh->_base[1] = 'a'; in test_flsbuf() 647 ok(tempfh->_base[1] == 'a', "tempfh->_base[1] should not be changed (%d)\n", in test_flsbuf() 648 tempfh->_base[1]); in test_flsbuf() 1868 ok(!file->_base, "file->_base != NULL\n"); in test_fopen_s() 2438 ok(file->_ptr != file->_base, "file->_ptr == file->_base\n"); in test_write_flush_size() 2442 ok(file->_ptr == file->_base, "file->_ptr == file->_base\n"); in test_write_flush_size()
|
H A D | headers.c | 129 CHECK_FIELD(_iobuf, _base); in test_structs()
|
H A D | msvcrt.h | 303 char* _base; member
|
/reactos/sdk/lib/crt/wine/ |
H A D | msvcrt.h | 441 char* _base; member
|