| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-w32.cc | 172 char lpTempPathBuffer[MAX_PATH]; in win_mkdtemp() 175 DWORD dwRetVal = GetTempPath (MAX_PATH, lpTempPathBuffer); in win_mkdtemp() 176 if (dwRetVal > MAX_PATH || (dwRetVal == 0)) in win_mkdtemp() 196 if (temp_path_buffer_len + appended_len + 1 >= MAX_PATH) in win_mkdtemp() 204 int extraspace = MAX_PATH - temp_path_buffer_len - 1; in win_mkdtemp()
|
| /netbsd-src/external/bsd/openldap/dist/include/ac/ |
| H A D | dirent.h | 27 #ifndef MAX_PATH 28 #define MAX_PATH 260 macro 37 char buf[MAX_PATH+1];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Process.inc | 129 SmallVector<wchar_t, MAX_PATH> Buf; 130 size_t Size = MAX_PATH; 144 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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | wtsapi32.d | 280 WCHAR[MAX_PATH + 1] WorkDirectory = 0; 281 WCHAR[MAX_PATH + 1] InitialProgram = 0; 288 WCHAR[MAX_PATH + 1] ClientDirectory = 0; 295 WCHAR[MAX_PATH + 1] DeviceId = 0; 303 CHAR[MAX_PATH + 1] WorkDirectory = 0; 304 CHAR[MAX_PATH + 1] InitialProgram = 0; 311 CHAR[MAX_PATH + 1] ClientDirectory = 0; 318 CHAR[MAX_PATH + 1] DeviceId = 0;
|
| H A D | tlhelp32.d | 73 WCHAR[MAX_PATH] szExeFile = 0; 100 WCHAR[MAX_PATH] szExePath = 0; 124 CHAR[MAX_PATH] szExeFile = 0; 139 char[MAX_PATH] szExePath = 0;
|
| H A D | ras.d | 240 WCHAR[MAX_PATH] szPhonebook = 0; 263 CHAR[MAX_PATH] szPhonebook = 0; 362 WCHAR[MAX_PATH + 1] szPhonebookPath = 0; 372 CHAR[MAX_PATH + 1] szPhonebookPath = 0; 560 WCHAR[MAX_PATH] szScript = 0; 561 WCHAR[MAX_PATH] szAutodialDll = 0; 562 WCHAR[MAX_PATH] szAutodialFunc = 0; 586 WCHAR[MAX_PATH] szCustomDialDll = 0; 608 CHAR[MAX_PATH] szScript = 0; 609 CHAR[MAX_PATH] szAutodialDll = 0; [all …]
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | file_ufs.cpp | 69 char name[MAX_PATH]; in setRoot() 73 _to_ascii(name, drive, MAX_PATH); in setRoot() 96 if (!_to_ascii(_ascii_filename, name, MAX_PATH)) in open()
|
| H A D | hpcboot.h | 98 TCHAR fileRoot[MAX_PATH]; 99 TCHAR fileName[MAX_PATH]; 101 TCHAR mfsName[MAX_PATH];
|
| H A D | hpcmenu.h | 93 TCHAR dir_user_path[MAX_PATH]; 95 TCHAR kernel_user_file[MAX_PATH]; 99 TCHAR rootfs_file[MAX_PATH];
|
| H A D | file_fat.h | 40 TCHAR _drive[MAX_PATH]; // drive. 41 TCHAR _filename[MAX_PATH];
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | progreloc.c | 132 char location[MAX_PATH]; in find_executable() 147 static char location_as_posix_path[2 * MAX_PATH]; in find_executable() 153 location_as_posix_path[MAX_PATH - 1] = '\0'; in find_executable() 154 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in find_executable()
|
| H A D | relocatable.c | 296 static char location[MAX_PATH]; in DllMain() 310 static char location_as_posix_path[2 * MAX_PATH]; in DllMain() 316 location_as_posix_path[MAX_PATH - 1] = '\0'; in DllMain() 317 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in DllMain()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | progreloc.c | 132 char location[MAX_PATH]; in find_executable() 147 static char location_as_posix_path[2 * MAX_PATH]; in find_executable() 153 location_as_posix_path[MAX_PATH - 1] = '\0'; in find_executable() 154 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in find_executable()
|
| H A D | relocatable.c | 296 static char location[MAX_PATH]; in DllMain() 310 static char location_as_posix_path[2 * MAX_PATH]; in DllMain() 316 location_as_posix_path[MAX_PATH - 1] = '\0'; in DllMain() 317 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in DllMain()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | maxpathname.cpp | 56 # ifdef MAX_PATH 57 # define PATH_MAX MAX_PATH
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | relocatable.c | 296 static char location[MAX_PATH]; in DllMain() 310 static char location_as_posix_path[2 * MAX_PATH]; in DllMain() 316 location_as_posix_path[MAX_PATH - 1] = '\0'; in DllMain() 317 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in DllMain()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() 77 WCHAR image[MAX_PATH + 1]; in process_start() 78 WCHAR args[MAX_PATH * 2]; in process_start()
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | relocatable.c | 296 static char location[MAX_PATH]; in DllMain() 310 static char location_as_posix_path[2 * MAX_PATH]; in DllMain() 316 location_as_posix_path[MAX_PATH - 1] = '\0'; in DllMain() 317 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in DllMain()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | relocatable.c | 296 static char location[MAX_PATH]; in DllMain() 310 static char location_as_posix_path[2 * MAX_PATH]; in DllMain() 316 location_as_posix_path[MAX_PATH - 1] = '\0'; in DllMain() 317 if (strlen (location_as_posix_path) >= MAX_PATH - 1) in DllMain()
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/menu/ |
| H A D | menu.cpp | 258 ComboBox_GetText(w, pref.dir_user_path, MAX_PATH); in get() 261 Edit_GetText(w, pref.kernel_user_file, MAX_PATH); in get() 285 Edit_GetText(_edit_md_root, pref.rootfs_file, MAX_PATH); in get() 527 TCHAR path[MAX_PATH]; in _open_log_file() 528 TCHAR filename[MAX_PATH]; in _open_log_file() 529 TCHAR filepath[MAX_PATH]; in _open_log_file() 536 Edit_GetText(_filename_edit, filename, MAX_PATH); in _open_log_file()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_main.c | 160 char tmpfilepath[MAX_PATH]; in regress_make_tmpfile() 161 char tmpfilename[MAX_PATH]; in regress_make_tmpfile() 165 r = GetTempPathA(MAX_PATH, tmpfilepath); in regress_make_tmpfile() 166 if (r > MAX_PATH || r == 0) in regress_make_tmpfile()
|