| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | vdir.h | 28 void SetDefaultW(WCHAR const *pDefault); 30 WCHAR* MapPathW(const WCHAR *pInName); 32 int SetCurrentDirectoryW(WCHAR *lpBuffer); 46 inline WCHAR* GetCurrentDirectoryW(int dwBufSize, WCHAR *lpBuffer) in GetCurrentDirectoryW() 48 WCHAR* ptr = dirTableW[nDefault]; in GetCurrentDirectoryW() 63 int SetDirW(WCHAR const *pPath, int index); 65 void FromEnvW(WCHAR *pEnv, int index); 76 inline const WCHAR *GetDefaultDirW(void) in GetDefaultDirW() 80 inline void SetDefaultDirW(WCHAR const *pPath, int index) in SetDefaultDirW() 98 inline const WCHAR *GetDirW(int index) in GetDirW() [all …]
|
| H A D | win32.c | 240 WCHAR modulename[MAX_PATH]; in set_w32_module_name() 241 WCHAR fullname[MAX_PATH]; in set_w32_module_name() 248 GetModuleFileNameW(module, modulename, sizeof(modulename)/sizeof(WCHAR)); in set_w32_module_name() 252 GetFullPathNameW(modulename, sizeof(fullname)/sizeof(WCHAR), fullname, NULL); in set_w32_module_name() 260 pfnGetLongPathNameW(fullname, fullname, sizeof(fullname)/sizeof(WCHAR)); in set_w32_module_name() 263 if (memcmp(fullname, L"\\\\?\\", 4*sizeof(WCHAR)) == 0) in set_w32_module_name() 264 memmove(fullname, fullname+4, (wcslen(fullname+4)+1)*sizeof(WCHAR)); in set_w32_module_name() 897 WCHAR wscanname[sizeof(scanname)]; in win32_opendir() 930 MultiByteToWideChar(CP_ACP, 0, scanname, -1, wscanname, sizeof(wscanname)/sizeof(WCHAR)); in win32_opendir() 1573 WCHAR PathBuffe [all...] |
| H A D | perlhost.h | 206 inline WCHAR* MapPathW(const WCHAR *pInName) { return m_pvDir->MapPathW(pInName); }; in MapPathW() 1272 WCHAR* in PerlSockGethostbyaddr() 1273 PerlDirMapPathW(struct IPerlDir* piPerl, const WCHAR* path) in PerlSockGethostbyaddr()
|
| H A D | win32iop.h | 137 DllExport char* win32_ansipath(const WCHAR *path);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | File.xs | 131 WCHAR * swOldFileName 132 WCHAR * swNewFileName 165 WCHAR * swPath 200 WCHAR * swDosDeviceName 201 WCHAR * swTargetPath 221 WCHAR * swFileName 280 WCHAR * swRootPath 300 WCHAR * swPath 364 WCHAR * oswBuffer = NO_INIT 410 WCHAR * swRootPath [all …]
|
| H A D | buffers.h | 231 #define lwSvGROW(sv,n) CAST( WCHAR *, \ 232 SvGROW( sv, sizeof(WCHAR)*( 0==(n) ? MIN_GROW_SIZE : (n)+1 ) ) ) 307 *plwSize= SvLEN(svBuf)/sizeof(WCHAR) - 1; \ 332 lwSize= SvLEN(svBuf)/sizeof(WCHAR) - 1; \ 383 SvCUR_set( svBuf, (lwSize)*sizeof(WCHAR) ); \ 422 SvCUR_set( svBuf, wcslen(sBuf)*sizeof(WCHAR) ); \
|
| H A D | typemap | 11 WCHAR * T_BUF
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/ |
| H A D | Win32.xs | 130 WCHAR* 134 WCHAR *wstr; in sv_to_wstr() 140 New(0, wstr, wlen, WCHAR); in sv_to_wstr() 150 wstr_to_sv(pTHX_ WCHAR *wstr) in wstr_to_sv() 179 get_unicode_env(pTHX_ const WCHAR *name) in get_unicode_env() 195 WCHAR *entry = (WCHAR *)env; in get_unicode_env() 216 #define CHAR_T WCHAR 247 my_ansipath(const WCHAR *widename) in my_ansipath() 260 WCHAR *shortname; in my_ansipath() 261 New(0, shortname, shortlen, WCHAR); in my_ansipath() [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | regex.c | 617 # ifdef WCHAR 631 # define WCHAR macro 649 # ifdef WCHAR 677 # ifdef WCHAR 695 # ifdef WCHAR in PREFIX() 879 # ifdef WCHAR in PREFIX() 1231 # ifdef WCHAR 1856 # ifdef WCHAR 1882 # ifdef WCHAR 1917 # ifdef WCHAR [all …]
|
| H A D | ChangeLog | 2644 * regex.c: Revamp memory allocation for WCHAR functions to 2659 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
| H A D | typemap | 3 const WCHAR * WPV 14 sv_setpvn($arg, (const char *)($var), sizeof(WCHAR) * (1+wcslen($var)));
|
| H A D | APItest.xs | 7408 const WCHAR * in siphash24() 7409 PerlDir_mapW(const WCHAR *wpath) in siphash24()
|
| /openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 91 std::unique_ptr<WCHAR[]> Buffer{new WCHAR[Size + 1]}; in DirectoryWatcherWindows() 94 WCHAR *Data = Buffer.get(); in DirectoryWatcherWindows() 102 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows() 220 sys::windows::UTF16ToUTF8(I->FileName, I->FileNameLength / sizeof(WCHAR), in WatcherThreadProc()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | caretx.c | 52 WCHAR widename[MAX_PATH]; in Perl_set_caret_X() 53 GetModuleFileNameW(NULL, widename, sizeof(widename)/sizeof(WCHAR)); in Perl_set_caret_X()
|
| H A D | iperlsys.h | 381 typedef WCHAR* (*LPDirMapPathW)(struct IPerlDir*, const WCHAR*);
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 114 WCHAR *pwcommandLine = wcommandLine.empty() ? nullptr : &wcommandLine[0]; in LaunchProcess()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince-stub.c | 43 WCHAR buf[4096]; in vstub_error() 524 WCHAR buf[80]; in dispatch()
|
| H A D | win32-nat.c | 637 DWORD size = unicode ? sizeof (WCHAR) : sizeof (char); in get_image_name() 664 WCHAR *unicode_address = (WCHAR *) alloca (len * sizeof (WCHAR)); in get_image_name() 665 ReadProcessMemory (h, address_ptr, unicode_address, len * sizeof (WCHAR), in get_image_name()
|
| H A D | wince.c | 595 *out_len = sizeof (WCHAR) * MultiByteToWideChar (CP_ACP, 0, s, -1, NULL, 0); in towide()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.c | 114 WCHAR Buffer[COMPILER_RT_MAX_HOSTLEN]; in lprofGetHostName()
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 125 TK(WCHAR, LITERAL) /* L'char' */ \
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 2101 TypeKind.WCHAR = TypeKind(15)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | inclhack.def | 1096 bypass = '_GCC_(PTRDIFF|SIZE|WCHAR)_T';
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccinstall.info | 1288 Use the `WCHAR' and Win32 W functions natively. Adds 1297 Use the `WCHAR' and Win32 W functions natively. Does _not_
|
| H A D | install.texi | 1497 Use the @code{WCHAR} and Win32 W functions natively. Adds 1506 Use the @code{WCHAR} and Win32 W functions natively. Does @emph{not}
|