Searched refs:_STLP_VENDOR_CSTD (Results 1 – 24 of 24) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _cstdio.h | 53 using _STLP_VENDOR_CSTD::FILE; 68 using _STLP_VENDOR_CSTD::feof; 71 using _STLP_VENDOR_CSTD::fgetc; 73 using _STLP_VENDOR_CSTD::fgets; 74 using _STLP_VENDOR_CSTD::fopen; 76 using _STLP_VENDOR_CSTD::fputc; 77 using _STLP_VENDOR_CSTD::fputs; 78 using _STLP_VENDOR_CSTD::fread; 83 using _STLP_VENDOR_CSTD::fseek; 97 using _STLP_VENDOR_CSTD::gets; [all …]
|
H A D | _cstdlib.h | 56 using _STLP_VENDOR_CSTD::div_t; 63 using _STLP_VENDOR_CSTD::abort; 65 using _STLP_VENDOR_CSTD::mblen; 71 using _STLP_VENDOR_CSTD::exit; 73 using _STLP_VENDOR_CSTD::free; 76 using _STLP_VENDOR_CSTD::atof; 77 using _STLP_VENDOR_CSTD::atoi; 78 using _STLP_VENDOR_CSTD::atol; 91 using _STLP_VENDOR_CSTD::labs; 92 using _STLP_VENDOR_CSTD::ldiv; [all …]
|
H A D | _cwchar.h | 167 using _STLP_VENDOR_CSTD::wint_t; 180 using _STLP_VENDOR_CSTD::wint_t; 184 using _STLP_VENDOR_CSTD::size_t; 213 using _STLP_VENDOR_CSTD::fgetwc; 214 using _STLP_VENDOR_CSTD::fgetws; 215 using _STLP_VENDOR_CSTD::fputwc; 216 using _STLP_VENDOR_CSTD::fputws; 222 using _STLP_VENDOR_CSTD::fwide; 231 using _STLP_VENDOR_CSTD::getwc; 235 using _STLP_VENDOR_CSTD::putwc; [all …]
|
H A D | _cctype.h | 32 using _STLP_VENDOR_CSTD::isalnum; 33 using _STLP_VENDOR_CSTD::isalpha; 34 using _STLP_VENDOR_CSTD::iscntrl; 35 using _STLP_VENDOR_CSTD::isdigit; 36 using _STLP_VENDOR_CSTD::isgraph; 37 using _STLP_VENDOR_CSTD::islower; 38 using _STLP_VENDOR_CSTD::isprint; 39 using _STLP_VENDOR_CSTD::ispunct; 40 using _STLP_VENDOR_CSTD::isspace; 41 using _STLP_VENDOR_CSTD::isupper; [all …]
|
H A D | _ctime.h | 33 using _STLP_VENDOR_CSTD::size_t; 34 using _STLP_VENDOR_CSTD::clock_t; 35 using _STLP_VENDOR_CSTD::time_t; 36 using _STLP_VENDOR_CSTD::tm; 38 using _STLP_VENDOR_CSTD::clock; 39 using _STLP_VENDOR_CSTD::asctime; 40 using _STLP_VENDOR_CSTD::ctime; 41 using _STLP_VENDOR_CSTD::gmtime; 44 using _STLP_VENDOR_CSTD::difftime; 46 using _STLP_VENDOR_CSTD::mktime; [all …]
|
H A D | _clocale.h | 33 using _STLP_VENDOR_CSTD::lconv; 35 using _STLP_VENDOR_CSTD::localeconv; 36 using _STLP_VENDOR_CSTD::setlocale;
|
H A D | _csignal.h | 33 using _STLP_VENDOR_CSTD::signal; 34 using _STLP_VENDOR_CSTD::raise; 36 using _STLP_VENDOR_CSTD::sig_atomic_t;
|
H A D | _csetjmp.h | 43 using _STLP_VENDOR_CSTD::jmp_buf; 53 using _STLP_VENDOR_CSTD::setjmp; 60 using _STLP_VENDOR_CSTD::longjmp;
|
H A D | _cstddef.h | 39 using _STLP_VENDOR_CSTD::ptrdiff_t; 40 using _STLP_VENDOR_CSTD::size_t;
|
H A D | _cmath.h | 157 # define _STLP_CMATH_FUNC_NAMESPACE _STLP_VENDOR_CSTD 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); } 176 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::__##cfunc(x,y); } 178 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::cfunc(x,y); } 474 inline long double pow(long double __x, int __y) { return _STLP_VENDOR_CSTD::__powl(__x, __STATIC_C… in pow() 570 using _STLP_VENDOR_CSTD::_ecvt; 571 using _STLP_VENDOR_CSTD::_fcvt;
|
H A D | _cstdarg.h | 30 using _STLP_VENDOR_CSTD::va_list;
|
H A D | _config_compat_post.h | 24 # define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
|
H A D | _cwctype.h | 53 # define _STLP_VENDOR_CSTD_WFUNC _STLP_VENDOR_CSTD
|
H A D | _new.h | 27 using _STLP_VENDOR_CSTD::malloc;
|
H A D | _threads.c | 42 using _STLP_VENDOR_CSTD::time_t;
|
H A D | _threads.h | 168 using _STLP_VENDOR_CSTD::time_t;
|
/reactos/sdk/include/c++/stlport/using/ |
H A D | cstring | 1 using _STLP_VENDOR_CSTD::size_t; 12 using _STLP_VENDOR_CSTD::memmove; 13 using _STLP_VENDOR_CSTD::memcpy; 18 using _STLP_VENDOR_CSTD::strcoll; 20 using _STLP_VENDOR_CSTD::strxfrm; 26 using _STLP_VENDOR_CSTD::memchr; 27 using _STLP_VENDOR_CSTD::strchr; 30 using _STLP_VENDOR_CSTD::strstr; 35 using _STLP_VENDOR_CSTD::memcmp; 36 using _STLP_VENDOR_CSTD::memset; [all …]
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | stdio_streambuf.cpp | 61 _STLP_VENDOR_CSTD::fflush(_M_file); in ~stdio_streambuf_base() 70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t); in setbuf() 145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1; in sync() 164 _STLP_VENDOR_CSTD::ungetc(c, _M_file); in underflow() 182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file); in pbackfail() 209 _STLP_VENDOR_CSTD::fflush(_M_file); in overflow()
|
H A D | stlport_prefix.h | 31 using _STLP_VENDOR_CSTD::time_t;
|
H A D | allocators.cpp | 70 void *__chunk = _STLP_VENDOR_CSTD::malloc(__bytes); in __stlp_new_chunk() 76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); } in __stlp_delete_chunck()
|
/reactos/sdk/include/c++/stlport/ |
H A D | wchar.h | 32 using _STLP_VENDOR_CSTD::strlen; 33 using _STLP_VENDOR_CSTD::strspn;
|
H A D | errno.h | 39 using _STLP_VENDOR_CSTD::__errno;
|
H A D | cerrno | 40 using _STLP_VENDOR_CSTD::errno;
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | features.h | 430 # define _STLP_VENDOR_CSTD macro 433 # define _STLP_VENDOR_CSTD _STLP_VENDOR_STD macro 434 # define _STLP_USING_VENDOR_CSTD _STLP_USING_NAMESPACE(_STLP_VENDOR_CSTD) 446 # define _STLP_VENDOR_MB_NAMESPACE _STLP_VENDOR_CSTD 451 # define _STLP_VENDOR_CSTD macro 568 #define STLPORT_CSTD _STLP_VENDOR_CSTD
|