Home
last modified time | relevance | path

Searched refs:__T (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/crt/stdio/
H A Dstat64.c36 while (plen && path[plen-1]==__T(' ')) in _tstat64()
39 if (plen && (plen<2 || path[plen-2]!=__T(':')) && in _tstat64()
40 (path[plen-1]==__T(':') || path[plen-1]==__T('\\') || path[plen-1]==__T('/'))) in _tstat64()
60 if (_istalpha(*path) && (*(path+1)==__T(':'))) in _tstat64()
61 buf->st_dev = buf->st_rdev = _totupper(*path) - __T('A'); /* drive num */ in _tstat64()
72 if (plen > 6 && path[plen-4] == __T('.')) /* shortest exe: "\x.exe" */ in _tstat64()
/reactos/modules/rosapps/include/vfd/
H A Dvfdio.h13 #ifndef __T
15 #define __T(x) L ## x macro
17 #define __T(x) x macro
22 #define _T(x) __T(x)
/reactos/sdk/include/c++/stlport/stl/
H A Dconcept_checks.h572 value_type __T;
690 _BidirectionalIterator>::value_type __T;
691 typename _Mutable_trait<__T>::_Type* __tmp_ptr = 0;
/reactos/sdk/include/crt/
H A Dtchar.h121 #define __T(x) L##x macro
495 #define __T(x) x
1534 #define _T(x) __T(x)
1535 #define _TEXT(x) __T(x)
/reactos/dll/win32/rsaenh/
H A Dmpi.c2819 goto __T; in mp_lcm()
2826 goto __T; in mp_lcm()
2832 goto __T; in mp_lcm()
2840 __T: in mp_lcm()
/reactos/sdk/include/ucrt/
H A Dtchar.h187 #define __T(x) L ## x macro
850 #define __T(x) x
2320 #define _T(x) __T(x)
2321 #define _TEXT(x) __T(x)