Searched refs:_wgetcwd_dbg (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/ucrt/misc/ |
H A D | getcwd.cpp | 230 extern "C" wchar_t* __cdecl _wgetcwd_dbg( in _wgetcwd_dbg() function
|
/reactos/sdk/include/ucrt/ |
H A D | crtdbg.h | 281 #define _wgetcwd_dbg(s, le, t, f, l) _wgetcwd(s, le) macro 320 #define _wgetcwd(s, le) _wgetcwd_dbg(s, le, _NORMAL_BLOCK, __FILE__, __LINE__) 549 _DCRTIMP _CRTALLOCATOR wchar_t* __cdecl _wgetcwd_dbg(
|
H A D | tchar.h | 502 #define _tgetcwd_dbg _wgetcwd_dbg
|
/reactos/sdk/include/crt/ |
H A D | crtdbg.h | 230 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) macro
|