Home
last modified time | relevance | path

Searched refs:_wgetcwd_dbg (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/ucrt/misc/
H A Dgetcwd.cpp230 extern "C" wchar_t* __cdecl _wgetcwd_dbg( in _wgetcwd_dbg() function
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h281 #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 Dtchar.h502 #define _tgetcwd_dbg _wgetcwd_dbg
/reactos/sdk/include/crt/
H A Dcrtdbg.h230 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) macro