Home
last modified time | relevance | path

Searched refs:MAX_PATH (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dif_ole.cpp524 char module[MAX_PATH]; in RegisterMe()
526 ::GetModuleFileName(NULL, module, MAX_PATH); in RegisterMe()
560 wchar_t w_module[MAX_PATH]; in RegisterMe()
561 MultiByteToWideChar(CP_ACP, 0, module, -1, w_module, MAX_PATH); in RegisterMe()
H A Dos_mswin.c358 WCHAR wbuf[MAX_PATH]; in mch_FullName()
362 if (wname != NULL && _wfullpath(wbuf, wname, MAX_PATH) != NULL) in mch_FullName()
1080 char buff[MAX_PATH]; in PrintDlgProc()
1699 WCHAR buf[MAX_PATH]; in is_reparse_point_included()
1714 if (q - fname >= MAX_PATH) in is_reparse_point_included()
1807 OLECHAR wsz[MAX_PATH]; in resolve_shortcut()
1850 ZeroMemory(wsz, MAX_PATH * sizeof(WCHAR)); in resolve_shortcut()
1851 hr = pslw->lpVtbl->GetPath(pslw, wsz, MAX_PATH, &ffdw, 0); in resolve_shortcut()
2176 char server[MAX_PATH]; in enumWindowsGetServer()
2206 char server[MAX_PATH]; in enumWindowsGetNames()
[all …]
H A Ddosinst.h52 #define BUFSIZE (MAX_PATH*2) // long enough to hold a file name path
480 char installdir[MAX_PATH-9]; // top of the installation dir, where the
H A Ddosinst.c461 char temp_dir[MAX_PATH]; in run_silent_uninstall()
1579 char vim_exe_path[MAX_PATH]; in install_registry()
1837 char shell_folder_path[MAX_PATH]; in build_link_name()
2103 dir_remove_last(const char *path, char to[MAX_PATH]) in dir_remove_last() argument
2149 char buf[MAX_PATH]; in init_homedir()
2245 char vimdir_path[MAX_PATH]; in install_vimfilesdir()
2246 char vimfiles_path[MAX_PATH + 9]; in install_vimfilesdir()
H A Duninstall.c321 char path[MAX_PATH]; in main()
322 char popup_path[MAX_PATH]; in main()
H A Discygpty.c114 int size = sizeof(FILE_NAME_INFO) + sizeof(WCHAR) * (MAX_PATH - 1); in is_cygpty()
H A Dgui_w32.c5014 WCHAR name[MAX_PATH]; in gui_mch_do_spawn()
5019 if (!GetModuleFileNameW(g_hinst, name, MAX_PATH)) in gui_mch_do_spawn()
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp210 len2 = MAX_PATH + 1 + len; in dyn_libintl_init()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt12265 Solution: Use MAX_PATH instead of 25.
H A Dversion8.txt3494 name longer than MAX_PATH bytes but shorter than that in
3496 Solution: Fail on file names longer than MAX_PATH bytes. (Ken Takata)