Searched refs:WCHAR (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dvdir.h28 void SetDefaultW(WCHAR const *pDefault);
30 WCHAR* MapPathW(const WCHAR *pInName);
32 int SetCurrentDirectoryW(WCHAR *lpBuffer);
46 inline WCHAR* GetCurrentDirectoryW(int dwBufSize, WCHAR *lpBuffer)
48 WCHAR* ptr = dirTableW[nDefault];
63 int SetDirW(WCHAR const *pPath, int index);
65 void FromEnvW(WCHAR *pEnv, int index);
76 inline const WCHAR *GetDefaultDir
[all...]
H A Dwin32.c238 WCHAR modulename[MAX_PATH];
239 WCHAR fullname[MAX_PATH];
246 GetModuleFileNameW(module, modulename, sizeof(modulename)/sizeof(WCHAR));
250 GetFullPathNameW(modulename, sizeof(fullname)/sizeof(WCHAR), fullname, NULL);
258 pfnGetLongPathNameW(fullname, fullname, sizeof(fullname)/sizeof(WCHAR));
261 if (memcmp(fullname, L"\\\\?\\", 4*sizeof(WCHAR)) == 0)
262 memmove(fullname, fullname+4, (wcslen(fullname+4)+1)*sizeof(WCHAR));
895 WCHAR wscanname[sizeof(scanname)];
928 MultiByteToWideChar(CP_ACP, 0, scanname, -1, wscanname, sizeof(wscanname)/sizeof(WCHAR));
1568 WCHAR PathBuffe
[all...]
H A Dperlhost.h206 inline WCHAR* MapPathW(const WCHAR *pInName) { return m_pvDir->MapPathW(pInName); };
1182 WCHAR*
1183 PerlDirMapPathW(struct IPerlDir* piPerl, const WCHAR* path)
H A Dwin32iop.h137 DllExport char* win32_ansipath(const WCHAR *path);
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.xs131 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 * swRootPat
[all...]
H A Dbuffers.h5 * s string (char * or WCHAR *) [PV]
6 * sw wide string (WCHAR *) [PV]
43 * "lwSize" for (WCHAR *) buffers, UNICODE strings, such as for *W() routines].
139 * WCHAR * ioswName = NO_INIT
141 * WCHAR * oswText = NO_INIT
230 /* Simplify using SvGROW() for WCHAR-sized buffers: */
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)
[all...]
H A DFile.pm2264 number of C<WCHAR>s instead of number of bytes, as indicated below.
2309 are measured as number of C<WCHAR>s.
2317 of C<WCHAR>s.
2337 as number of C<WCHAR>s.
/openbsd-current/gnu/usr.bin/perl/
H A Dcaretx.c52 WCHAR widename[MAX_PATH];
53 GetModuleFileNameW(NULL, widename, sizeof(widename)/sizeof(WCHAR));
H A Diperlsys.h381 typedef WCHAR* (*LPDirMapPathW)(struct IPerlDir*, const WCHAR*);
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs130 WCHAR*
134 WCHAR *wstr;
140 New(0, wstr, wlen, WCHAR);
150 wstr_to_sv(pTHX_ WCHAR *wstr)
179 get_unicode_env(pTHX_ const WCHAR *name)
195 WCHAR *entry = (WCHAR *)env;
216 #define CHAR_T WCHAR
247 my_ansipath(const WCHAR *widename)
260 WCHAR *shortnam
[all...]
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp91 std::unique_ptr<WCHAR[]> Buffer{new WCHAR[Size + 1]};
94 WCHAR *Data = Buffer.get();
102 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR);
220 sys::windows::UTF16ToUTF8(I->FileName, I->FileNameLength / sizeof(WCHAR),
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c622 # ifdef WCHAR
636 # define WCHAR
654 # ifdef WCHAR
665 # endif /* WCHAR */
682 # ifdef WCHAR
700 # ifdef WCHAR
885 # ifdef WCHAR
961 # endif /* WCHAR */
1238 # ifdef WCHAR
1311 # endif /* WCHAR */
631 # define WCHAR macro
8200 # undef WCHAR macro
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp114 WCHAR *pwcommandLine = wcommandLine.empty() ? nullptr : &wcommandLine[0];
/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c114 WCHAR Buffer[COMPILER_RT_MAX_HOSTLEN];
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c43 WCHAR buf[4096];
524 WCHAR buf[80];
H A Dwin32-nat.c637 DWORD size = unicode ? sizeof (WCHAR) : sizeof (char);
664 WCHAR *unicode_address = (WCHAR *) alloca (len * sizeof (WCHAR));
665 ReadProcessMemory (h, address_ptr, unicode_address, len * sizeof (WCHAR),
H A Dwince.c595 *out_len = sizeof (WCHAR) * MultiByteToWideChar (CP_ACP, 0, s, -1, NULL, 0);
/openbsd-current/gnu/gcc/libcpp/include/
H A Dcpplib.h125 TK(WCHAR, LITERAL) /* L'char' */ \
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py2101 TypeKind.WCHAR = TypeKind(15)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs7227 const WCHAR *
7228 PerlDir_mapW(const WCHAR *wpath)

Completed in 414 milliseconds