Searched refs:user_buffer (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/ucrt/misc/ |
H A D | getcwd.cpp | 153 if (user_buffer == nullptr) in common_getdcwd() 168 user_buffer[0] = '\0'; in common_getdcwd() 173 return user_buffer; in common_getdcwd() 181 char* const user_buffer, in _getcwd() argument 189 wchar_t* const user_buffer, in _wgetcwd() argument 198 char* const user_buffer, in _getdcwd() argument 207 wchar_t* const user_buffer, in _wgetdcwd() argument 220 char* const user_buffer, in _getcwd_dbg() argument 231 wchar_t* const user_buffer, in _wgetcwd_dbg() argument 243 char* const user_buffer, in _getdcwd_dbg() argument [all …]
|
/reactos/sdk/lib/ucrt/filesystem/ |
H A D | fullpath.cpp | 64 _Out_writes_z_(max_count) Character* const user_buffer, in common_fullpath() 83 return traits::tgetcwd(user_buffer, static_cast<int>(__min(max_count, INT_MAX))); in common_fullpath() 86 if (user_buffer != nullptr) { in common_fullpath() 88 __crt_no_alloc_win32_buffer<Character> buffer(user_buffer, max_count); in common_fullpath() 90 return user_buffer; in common_fullpath() 107 char* const user_buffer, in _fullpath() argument 112 return common_fullpath(user_buffer, path, max_count, _NORMAL_BLOCK, nullptr, 0); in _fullpath() 116 wchar_t* const user_buffer, in _wfullpath() argument 121 return common_fullpath(user_buffer, path, max_count, _NORMAL_BLOCK, nullptr, 0); in _wfullpath() 130 char* const user_buffer, in _fullpath_dbg() argument [all …]
|
/reactos/dll/win32/mpr/ |
H A D | wnet.c | 1439 void* user_buffer, DWORD* user_size) in _enumerateConnectedW() argument 1450 if (!user_count || !user_buffer || !user_size) in _enumerateConnectedW() 1462 curr = user_buffer; in _enumerateConnectedW() 1463 end = (char *)user_buffer + size; in _enumerateConnectedW() 1562 void* user_buffer, DWORD* user_size) in _enumeratorRememberedW() argument 1568 NETRESOURCEW * net_buffer = user_buffer; in _enumeratorRememberedW() 1579 str = (WCHAR *)((ULONG_PTR)user_buffer + *user_size - sizeof(WCHAR)); in _enumeratorRememberedW()
|