| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | vdir.h | 122 char szLocalBufferA[MAX_PATH+1]; 124 WCHAR szLocalBufferW[MAX_PATH+1]; 152 WCHAR szBuffer[MAX_PATH*driveCount]; in Init() 173 WCHAR wBuffer[MAX_PATH+1]; in SetDirA() 231 char szBuffer[MAX_PATH+1]; in SetDefaultA() 278 WCHAR szBuffer[MAX_PATH+1]; in SetDefaultW() 390 char szBuffer[(MAX_PATH+1)*2]; in MapPathA() 391 char szlBuf[MAX_PATH+1]; in MapPathA() 397 if (length > MAX_PATH) { in MapPathA() 398 strncpy(szlBuf, pInName, MAX_PATH); in MapPathA() [all …]
|
| H A D | perlglob.c | 33 char root[MAX_PATH]; in main() 35 char volname[MAX_PATH]; in main() 41 if (GetFullPathName(".", MAX_PATH, root, &dummy)) { in main() 45 if (GetVolumeInformation(root, volname, MAX_PATH, in main()
|
| H A D | win32.c | 161 char w32_module_name[MAX_PATH+1]; 240 WCHAR modulename[MAX_PATH]; in set_w32_module_name() 241 WCHAR fullname[MAX_PATH]; in set_w32_module_name() 335 char mod_name[MAX_PATH+1]; in get_emd_part() 402 char buffer[MAX_PATH+1]; in win32_get_privlib() 421 char pathstr[MAX_PATH+1]; in win32_get_xlib() 633 char shellbuf[MAX_PATH]; in get_shell() 639 else if (len >= MAX_PATH) { in get_shell() 896 char scanname[MAX_PATH+3]; in win32_opendir() 899 char buffer[MAX_PATH* in win32_opendir() [all...] |
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | lrealpath.c | 139 char buf[MAX_PATH]; in lrealpath() 141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename); in lrealpath() 142 if (len == 0 || len > MAX_PATH - 1) in lrealpath()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.cpp | 109 char path[MAX_PATH]; in getClangResourcesPath() 112 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH); in getClangResourcesPath() 115 char w32path[MAX_PATH]; in getClangResourcesPath() 118 cygwin_conv_path(CCP_WIN_A_TO_POSIX, w32path, path, MAX_PATH); in getClangResourcesPath()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Process.inc | 129 SmallVector<wchar_t, MAX_PATH> Buf; 130 size_t Size = MAX_PATH; 143 SmallVector<char, MAX_PATH> Res; 167 SmallVector<wchar_t, MAX_PATH> ArgW; 184 SmallString<MAX_PATH> Dir = Arg; 189 SmallString<MAX_PATH> FileName; 208 wchar_t ModuleName[MAX_PATH]; 209 size_t Length = ::GetModuleFileNameW(NULL, ModuleName, MAX_PATH); 210 if (Length == 0 || Length == MAX_PATH) { 217 Length = GetLongPathNameW(ModuleName, ModuleName, MAX_PATH); [all …]
|
| H A D | Program.inc | 48 PathStorage.reserve(Paths.size() * MAX_PATH); 53 SmallVector<wchar_t, MAX_PATH> TmpPath; 61 SmallVector<wchar_t, MAX_PATH> U16Name; 71 SmallVector<char, MAX_PATH> U8Result; 73 SmallVector<wchar_t, MAX_PATH> U16Result; 74 DWORD Len = MAX_PATH; 80 SmallVector<wchar_t, MAX_PATH> U16NameExt; 212 SmallVector<wchar_t, MAX_PATH> EnvString; 276 SmallVector<wchar_t, MAX_PATH> ProgramUtf16; 404 SmallVector<wchar_t, MAX_PATH> CommandUtf16;
|
| H A D | Path.inc | 70 assert(MaxPathLen <= MAX_PATH); 74 SmallString<MAX_PATH> Path8Str; 117 SmallString<2 * MAX_PATH> FullPath(LongPathPrefix); 134 SmallVector<wchar_t, MAX_PATH> PathName; 152 SmallVector<char, MAX_PATH> PathNameUTF8; 199 SmallVector<wchar_t, MAX_PATH> cur_path; 200 DWORD len = MAX_PATH; 244 if (std::error_code ec = widenPath(path, path_utf16, MAX_PATH - 12)) 385 SmallVector<wchar_t, MAX_PATH> Buffer; 500 SmallVector<wchar_t, MAX_PATH> WideFrom;
|
| H A D | Signals.inc | 666 SmallVector<wchar_t, MAX_PATH> Buffer(BufferLengthBytes); 677 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize); 796 SmallString<MAX_PATH> DumpDirectory(*CrashDiagnosticsDirectory); 803 SmallString<MAX_PATH> DumpPath;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-defines.h | 117 #if defined(_WIN32) && !defined(MAX_PATH) 118 #define MAX_PATH 260 macro
|
| /openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 38 SmallString<MAX_PATH> Path; 102 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows() 219 SmallString<MAX_PATH> filename; in WatcherThreadProc() 274 SmallVector<wchar_t, MAX_PATH> WidePath; in create()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_win.cpp | 110 static wchar_t path_buffer[kSymPathSize + 1 + MAX_PATH]; in InitializeDbgHelpIfNeeded() 120 DWORD res = GetModuleFileNameW(NULL, path_buffer + sz, MAX_PATH); in InitializeDbgHelpIfNeeded() 121 if (res == 0 || res == MAX_PATH) { in InitializeDbgHelpIfNeeded()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/ |
| H A D | longpath.inc | 16 * It should have space for at least MAX_PATH characters. */ 23 CHAR_T tmpbuf[MAX_PATH+1];
|
| H A D | Win32.xs | 291 WCHAR filename[MAX_PATH+1]; in get_childdir() 293 GetCurrentDirectoryW(MAX_PATH+1, filename); in get_childdir() 744 WCHAR wpath[MAX_PATH+1]; 828 WCHAR data[MAX_PATH+1]; 1234 WCHAR wshort[MAX_PATH+1], *wlong; 1264 char buffer[2*MAX_PATH]; 1273 WCHAR full[2*MAX_PATH]; 1322 if (lastchar - fullname < MAX_PATH - 1) 1350 WCHAR *wstr, *long_path, wide_path[MAX_PATH+1]; 1398 char szSourceFile[MAX_PATH+1];
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Platform.h | 64 #define PATH_MAX MAX_PATH
|
| /openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 177 char Filename[MAX_PATH+1]; in GetFileNameFromHandle() 226 char PathName[MAX_PATH + 1]; in FindProgram() 256 PathName[MAX_PATH] = 0; in FindProgram()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 83 char tmp_dir[MAX_PATH]; in temp_file_name() 84 if (!::GetTempPathA(MAX_PATH, tmp_dir)) in temp_file_name() 87 char tmp_path[MAX_PATH]; in temp_file_name()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_win32util.c | 77 TCHAR buf[MAX_PATH]; in NCURSES_EXPORT()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | win32-nat.c | 484 MAX_PATH); in psapi_get_dll_name() 586 char ppath[MAX_PATH + 1]; in register_loaded_dll() 587 char buf[MAX_PATH + 1]; in register_loaded_dll() 588 char cwd[MAX_PATH + 1]; in register_loaded_dll() 601 if (GetCurrentDirectory (MAX_PATH + 1, cwd)) in register_loaded_dll() 607 GetFullPathName (w32_fd.cFileName, MAX_PATH, buf, &p); in register_loaded_dll() 636 static char buf[(2 * MAX_PATH) + 1]; in get_image_name() 680 char dll_buf[MAX_PATH + 1]; in handle_load_dll() 1665 static char path[MAX_PATH + 1]; in child_pid_to_exec_file() 1722 char shell[MAX_PATH + 1]; /* Path to shell */ in child_create_inferior()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | caretx.c | 52 WCHAR widename[MAX_PATH]; in Perl_set_caret_X()
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_win32.xs | 78 char szBuffer[MAX_PATH]; in dl_static_linked()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 246 size_t MaxPathLen = MAX_PATH);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | DebuggerThread.cpp | 434 std::array<wchar_t, MAX_PATH + 1> mapped_filename; in GetFileNameFromHandleFallback() 450 std::array<wchar_t, MAX_PATH> device_name; in GetFileNameFromHandleFallback()
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | relocatable.c | 295 static char location[MAX_PATH]; in DllMain()
|
| /openbsd-src/gnu/gcc/intl/ |
| H A D | relocatable.c | 286 static char location[MAX_PATH]; in DllMain()
|