Home
last modified time | relevance | path

Searched refs:pszPath (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py330 pszPath = ctypes.create_string_buffer(pszPath)
337 pszPath = ctypes.create_unicode_buffer(pszPath)
349 pszPath = ctypes.create_string_buffer(pszPath)
356 pszPath = ctypes.create_unicode_buffer(pszPath)
368 pszPath = ctypes.create_string_buffer(pszPath)
375 pszPath = ctypes.create_unicode_buffer(pszPath)
433 pszPath = ctypes.create_string_buffer(pszPath)
440 pszPath = ctypes.create_unicode_buffer(pszPath)
596 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
619 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py330 pszPath = ctypes.create_string_buffer(pszPath)
337 pszPath = ctypes.create_unicode_buffer(pszPath)
349 pszPath = ctypes.create_string_buffer(pszPath)
356 pszPath = ctypes.create_unicode_buffer(pszPath)
368 pszPath = ctypes.create_string_buffer(pszPath)
375 pszPath = ctypes.create_unicode_buffer(pszPath)
433 pszPath = ctypes.create_string_buffer(pszPath)
440 pszPath = ctypes.create_unicode_buffer(pszPath)
596 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
619 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py330 pszPath = ctypes.create_string_buffer(pszPath)
337 pszPath = ctypes.create_unicode_buffer(pszPath)
349 pszPath = ctypes.create_string_buffer(pszPath)
356 pszPath = ctypes.create_unicode_buffer(pszPath)
368 pszPath = ctypes.create_string_buffer(pszPath)
375 pszPath = ctypes.create_unicode_buffer(pszPath)
433 pszPath = ctypes.create_string_buffer(pszPath)
440 pszPath = ctypes.create_unicode_buffer(pszPath)
596 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
619 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py330 pszPath = ctypes.create_string_buffer(pszPath)
337 pszPath = ctypes.create_unicode_buffer(pszPath)
349 pszPath = ctypes.create_string_buffer(pszPath)
356 pszPath = ctypes.create_unicode_buffer(pszPath)
368 pszPath = ctypes.create_string_buffer(pszPath)
375 pszPath = ctypes.create_unicode_buffer(pszPath)
433 pszPath = ctypes.create_string_buffer(pszPath)
440 pszPath = ctypes.create_unicode_buffer(pszPath)
596 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
619 pszPath = ctypes.create_string_buffer(pszPath, MAX_PATH)
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dkbuild_protection.c78 pszPath++; in countSubPathComponents()
79 if (!*pszPath) in countSubPathComponents()
89 if (cch == 2 && pszPath[0] == '.' && pszPath[1] == '.') in countSubPathComponents()
126 if (IS_SLASH(pszPath[0]) && IS_SLASH(pszPath[1]) && !IS_SLASH(pszPath[2])) in countPathComponents()
129 pszPath += 3; in countPathComponents()
130 while (!IS_SLASH(*pszPath) && *pszPath) /* server name */ in countPathComponents()
131 pszPath++; in countPathComponents()
133 pszPath++; in countPathComponents()
134 while (!IS_SLASH(*pszPath) && *pszPath) /* share name */ in countPathComponents()
135 pszPath++; in countPathComponents()
[all …]
H A Dmscfakes.c78 if (pszPath[0] == '/' || pszPath[0] == '\\') in msc_fix_path()
80 if ( (pszPath[1] == '/' || pszPath[1] == '\\') in msc_fix_path()
84 pszPath += 2; in msc_fix_path()
87 pszPath++; in msc_fix_path()
92 if (pszPath[2] == '/' || pszPath[2] == '\\') in msc_fix_path()
94 pszPath += 3; in msc_fix_path()
97 pszPath += 2; in msc_fix_path()
105 if (pszPath <= psz) in msc_fix_path()
112 while ( psz > pszPath in msc_fix_path()
116 pszNew = strdup(pszPath); in msc_fix_path()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/
H A Drestartable-syscall-wrappers.c228 WRAP_FN(mkdir, (const char *pszPath, mode_t fMode), (pszPath, fMode), int, -1);
231 WRAP_FN(rmdir, (const char *pszPath, mode_t fMode), (pszPath, fMode), int, -1);
234 WRAP_FN(unlink, (const char *pszPath), (pszPath), int, -1);
237 WRAP_FN(remove, (const char *pszPath), (pszPath), int, -1);
246 WRAP_FN(stat, (const char *pszPath, struct stat *pStBuf), (pszPath, pStBuf), int, -1);
248 WRAP_FN(lstat, (const char *pszPath, struct stat *pStBuf), (pszPath, pStBuf), int, -1);
251 WRAP_FN(stat64, (const char *pszPath, struct stat64 *pStBuf), (pszPath, pStBuf), int, -1);
267 WRAP_FN(chmod, (const char *pszPath, mode_t fMode), (pszPath, fMode), int, -1);
269 WRAP_FN(lchmod, (const char *pszPath, mode_t fMode), (pszPath, fMode), int, -1);
272 WRAP_FN(chown, (const char *pszPath, uid_t uid, gid_t gid), (pszPath, uid, gid), int, -1);
[all …]
H A Dnt_fullpath.c44 static void w32_fixcase(char *pszPath) in w32_fixcase() argument
63 char *psz = pszPath; in w32_fixcase()
114 && (psz - pszPath == 1 || s_szLast[1] == pszPath[1]) in w32_fixcase()
115 && (psz - pszPath <= 2 || s_szLast[2] == pszPath[2]) in w32_fixcase()
224 (psz - pszPath) + cbLeft + cchAlt, pszPath); in w32_fixcase()
241 cchLast = psz - pszPath; in w32_fixcase()
361 if (pszPath[0] == '\\' || pszPath[0] == '/') in nt_get_filename_info()
364 if ( (pszPath[1] == '\\' || pszPath[1] == '/') in nt_get_filename_info()
365 && (pszPath[2] != '\\' || pszPath[2] == '/')) in nt_get_filename_info()
377 else if (pszPath[1] == ':' && isalpha(pszPath[0])) in nt_get_filename_info()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dpath.c619 if (!pszPath) in PathIsUNCExA()
622 if ((pszPath[0] == '\\') && (pszPath[1] == '\\')) in PathIsUNCExA()
633 if (!pszPath) in PathIsUNCExW()
636 if ((pszPath[0] == '\\') && (pszPath[1] == '\\')) in PathIsUNCExW()
685 if (!pszPath) in PathCchStripPrefixA()
691 hasPrefix = ((pszPath[0] == '\\') && (pszPath[1] == '\\') && (pszPath[2] == '?') && in PathCchStripPrefixA()
701 if (IsCharAlpha(pszPath[4]) && (pszPath[5] == ':')) /* like C: */ in PathCchStripPrefixA()
703 memmove_s(pszPath, cchPath, &pszPath[4], cchPath - 4); in PathCchStripPrefixA()
720 if (!pszPath) in PathCchStripPrefixW()
726 hasPrefix = ((pszPath[0] == '\\') && (pszPath[1] == '\\') && (pszPath[2] == '?') && in PathCchStripPrefixW()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h118 WINPR_API BOOL PathCchIsRootA(PCSTR pszPath);
119 WINPR_API BOOL PathCchIsRootW(PCWSTR pszPath);
121 WINPR_API BOOL PathIsUNCExA(PCSTR pszPath, PCSTR* ppszServer);
122 WINPR_API BOOL PathIsUNCExW(PCWSTR pszPath, PCWSTR* ppszServer);
318 WINPR_API BOOL PathIsRelativeA(LPCSTR pszPath);
319 WINPR_API BOOL PathIsRelativeW(LPCWSTR pszPath);
321 WINPR_API BOOL PathFileExistsA(LPCSTR pszPath);
322 WINPR_API BOOL PathFileExistsW(LPCWSTR pszPath);
324 WINPR_API BOOL PathIsDirectoryEmptyA(LPCSTR pszPath);
325 WINPR_API BOOL PathIsDirectoryEmptyW(LPCWSTR pszPath);
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_path.cpp438 CPLAssert( ! ( pszPath >= pszStaticResult in CPLResetExtension()
485 return strcmp(pszPath, "/vsimem") == 0 || in RequiresUnixPathSeparator()
502 STARTS_WITH(pszPath, "/vsizip/"); in RequiresUnixPathSeparator()
558 if( pszPath == nullptr ) in CPLFormFilename()
559 pszPath = ""; in CPLFormFilename()
560 size_t nLenPath = strlen(pszPath); in CPLFormFilename()
561 if( !CPLIsFilenameRelative(pszPath) && in CPLFormFilename()
565 if( pszPath[nLenPath-1] == '\\' || pszPath[nLenPath-1] == '/' ) in CPLFormFilename()
569 pszPath[nLenPath-1] != '/') in CPLFormFilename()
591 && pszPath[nLenPath-1] != '/' in CPLFormFilename()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_path.cpp438 CPLAssert( ! ( pszPath >= pszStaticResult in CPLResetExtension()
485 return strcmp(pszPath, "/vsimem") == 0 || in RequiresUnixPathSeparator()
502 STARTS_WITH(pszPath, "/vsizip/"); in RequiresUnixPathSeparator()
558 if( pszPath == nullptr ) in CPLFormFilename()
559 pszPath = ""; in CPLFormFilename()
560 size_t nLenPath = strlen(pszPath); in CPLFormFilename()
561 if( !CPLIsFilenameRelative(pszPath) && in CPLFormFilename()
565 if( pszPath[nLenPath-1] == '\\' || pszPath[nLenPath-1] == '/' ) in CPLFormFilename()
569 pszPath[nLenPath-1] != '/') in CPLFormFilename()
591 && pszPath[nLenPath-1] != '/' in CPLFormFilename()
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_path.cpp438 CPLAssert( ! ( pszPath >= pszStaticResult in CPLResetExtension()
485 return strcmp(pszPath, "/vsimem") == 0 || in RequiresUnixPathSeparator()
502 STARTS_WITH(pszPath, "/vsizip/"); in RequiresUnixPathSeparator()
558 if( pszPath == nullptr ) in CPLFormFilename()
559 pszPath = ""; in CPLFormFilename()
560 size_t nLenPath = strlen(pszPath); in CPLFormFilename()
561 if( !CPLIsFilenameRelative(pszPath) && in CPLFormFilename()
565 if( pszPath[nLenPath-1] == '\\' || pszPath[nLenPath-1] == '/' ) in CPLFormFilename()
569 pszPath[nLenPath-1] != '/') in CPLFormFilename()
591 && pszPath[nLenPath-1] != '/' in CPLFormFilename()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/include/
H A DPathCchAddSeparator.c10 HRESULT PATH_CCH_ADD_SEPARATOR(PWSTR pszPath, size_t cchPath) in PATH_CCH_ADD_SEPARATOR() argument
14 if (!pszPath) in PATH_CCH_ADD_SEPARATOR()
17 pszPathLength = lstrlenW(pszPath); in PATH_CCH_ADD_SEPARATOR()
19 if (pszPath[pszPathLength - 1] == _PATH_SEPARATOR_CHR) in PATH_CCH_ADD_SEPARATOR()
24 pszPath[pszPathLength] = _PATH_SEPARATOR_CHR; in PATH_CCH_ADD_SEPARATOR()
25 pszPath[pszPathLength + 1] = '\0'; in PATH_CCH_ADD_SEPARATOR()
39 if (!pszPath) in PATH_CCH_ADD_SEPARATOR()
42 pszPathLength = lstrlenA(pszPath); in PATH_CCH_ADD_SEPARATOR()
44 if (pszPath[pszPathLength - 1] == _PATH_SEPARATOR_CHR) in PATH_CCH_ADD_SEPARATOR()
49 pszPath[pszPathLength] = _PATH_SEPARATOR_CHR; in PATH_CCH_ADD_SEPARATOR()
[all …]
H A DPathCchAddSeparatorEx.c10 HRESULT PATH_CCH_ADD_SEPARATOR_EX(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd, in PATH_CCH_ADD_SEPARATOR_EX() argument
15 if (!pszPath) in PATH_CCH_ADD_SEPARATOR_EX()
18 pszPathLength = lstrlenW(pszPath); in PATH_CCH_ADD_SEPARATOR_EX()
20 if (pszPath[pszPathLength - 1] == _PATH_SEPARATOR_CHR) in PATH_CCH_ADD_SEPARATOR_EX()
25 pszPath[pszPathLength] = _PATH_SEPARATOR_CHR; in PATH_CCH_ADD_SEPARATOR_EX()
26 pszPath[pszPathLength + 1] = '\0'; in PATH_CCH_ADD_SEPARATOR_EX()
41 if (!pszPath) in PATH_CCH_ADD_SEPARATOR_EX()
44 pszPathLength = lstrlenA(pszPath); in PATH_CCH_ADD_SEPARATOR_EX()
46 if (pszPath[pszPathLength - 1] == _PATH_SEPARATOR_CHR) in PATH_CCH_ADD_SEPARATOR_EX()
51 pszPath[pszPathLength] = _PATH_SEPARATOR_CHR; in PATH_CCH_ADD_SEPARATOR_EX()
[all …]
H A DPathCchAddExtension.c10 HRESULT PATH_CCH_ADD_EXTENSION(PWSTR pszPath, size_t cchPath, PCWSTR pszExt) in PATH_CCH_ADD_EXTENSION() argument
19 if (!pszPath) in PATH_CCH_ADD_EXTENSION()
26 pszPathLength = lstrlenW(pszPath); in PATH_CCH_ADD_EXTENSION()
29 pDot = wcsrchr(pszPath, '.'); in PATH_CCH_ADD_EXTENSION()
30 pBackslash = wcsrchr(pszPath, _PATH_SEPARATOR_CHR); in PATH_CCH_ADD_EXTENSION()
41 swprintf_s(&pszPath[pszPathLength], cchPath - pszPathLength, L"%s", pszExt); in PATH_CCH_ADD_EXTENSION()
53 HRESULT PATH_CCH_ADD_EXTENSION(PSTR pszPath, size_t cchPath, PCSTR pszExt) in PATH_CCH_ADD_EXTENSION() argument
61 if (!pszPath) in PATH_CCH_ADD_EXTENSION()
68 pszPathLength = lstrlenA(pszPath); in PATH_CCH_ADD_EXTENSION()
71 pDot = strrchr(pszPath, '.'); in PATH_CCH_ADD_EXTENSION()
[all …]
H A DPathCchAppend.c11 HRESULT PATH_CCH_APPEND(PWSTR pszPath, size_t cchPath, PCWSTR pszMore) in PATH_CCH_APPEND() argument
19 if (!pszPath) in PATH_CCH_APPEND()
29 pszPathLength = lstrlenW(pszPath); in PATH_CCH_APPEND()
31 pathBackslash = (pszPath[pszPathLength - 1] == _PATH_SEPARATOR_CHR) ? TRUE : FALSE; in PATH_CCH_APPEND()
38 swprintf_s(&pszPath[pszPathLength], cchPath - pszPathLength, L"%s", &pszMore[1]); in PATH_CCH_APPEND()
46 swprintf_s(&pszPath[pszPathLength], cchPath - pszPathLength, L"%s", pszMore); in PATH_CCH_APPEND()
66 HRESULT PATH_CCH_APPEND(PSTR pszPath, size_t cchPath, PCSTR pszMore) in PATH_CCH_APPEND() argument
73 if (!pszPath) in PATH_CCH_APPEND()
83 pszPathLength = lstrlenA(pszPath); in PATH_CCH_APPEND()
92 sprintf_s(&pszPath[pszPathLength], cchPath - pszPathLength, "%s", &pszMore[1]); in PATH_CCH_APPEND()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_path.cpp402 CPLAssert( ! (pszPath >= pszStaticResult && pszPath < pszStaticResult + CPL_PATH_BUF_SIZE) ); in CPLResetExtension()
468 const char *CPLFormFilename( const char * pszPath, in CPLFormFilename() argument
477 CPLAssert( ! (pszPath >= pszStaticResult && pszPath < pszStaticResult + CPL_PATH_BUF_SIZE) ); in CPLFormFilename()
483 if( pszPath == NULL ) in CPLFormFilename()
484 pszPath = ""; in CPLFormFilename()
485 else if( strlen(pszPath) > 0 in CPLFormFilename()
486 && pszPath[strlen(pszPath)-1] != '/' in CPLFormFilename()
487 && pszPath[strlen(pszPath)-1] != '\\' ) in CPLFormFilename()
549 if( !VSIIsCaseSensitiveFS(pszPath) ) in CPLFormCIFilename()
832 int iPathLength = strlen(pszPath); in CPLCleanTrailingSlash()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_path.cpp373 CPLAssert( ! (pszPath >= pszStaticResult && pszPath < pszStaticResult + CPL_PATH_BUF_SIZE) ); in CPLResetExtension()
439 const char *CPLFormFilename( const char * pszPath, in CPLFormFilename() argument
448 CPLAssert( ! (pszPath >= pszStaticResult && pszPath < pszStaticResult + CPL_PATH_BUF_SIZE) ); in CPLFormFilename()
451 if( pszPath == NULL ) in CPLFormFilename()
452 pszPath = ""; in CPLFormFilename()
453 else if( strlen(pszPath) > 0 in CPLFormFilename()
454 && pszPath[strlen(pszPath)-1] != '/' in CPLFormFilename()
455 && pszPath[strlen(pszPath)-1] != '\\' ) in CPLFormFilename()
505 const char *CPLFormCIFilename( const char * pszPath, in CPLFormCIFilename() argument
789 int iPathLength = strlen(pszPath); in CPLCleanTrailingSlash()
[all …]
/dports/archivers/torrentzip/trrntzip/src/
H A Dlogging.c84 char *pszPath = NULL; in OpenProcessLog() local
89 pszPath = get_cwd (); in OpenProcessLog()
91 if (pszPath) in OpenProcessLog()
93 iPathLen = strlen (pszPath); in OpenProcessLog()
98 pszPath[iPathLen - 1] = 0; in OpenProcessLog()
101 if(pszPath[iPathLen - 2] == ':') in OpenProcessLog()
103 pszPath[iPathLen - 2] = 0; in OpenProcessLog()
104 pszDirname = pszPath; in OpenProcessLog()
109 *pszPath = 'r'; in OpenProcessLog()
122 pszPath); in OpenProcessLog()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_path.cpp362 strncpy( szStaticResult, pszPath, CPL_PATH_BUF_SIZE ); in CPLResetExtension()
420 const char *CPLFormFilename( const char * pszPath, in CPLFormFilename() argument
428 if( pszPath == NULL ) in CPLFormFilename()
429 pszPath = ""; in CPLFormFilename()
430 else if( strlen(pszPath) > 0 in CPLFormFilename()
431 && pszPath[strlen(pszPath)-1] != '/' in CPLFormFilename()
432 && pszPath[strlen(pszPath)-1] != '\\' ) in CPLFormFilename()
440 CPLAssert( strlen(pszPath) + strlen(pszAddedPathSep) + in CPLFormFilename()
444 strncpy( szStaticResult, pszPath, CPL_PATH_BUF_SIZE - 1 ); in CPLFormFilename()
482 const char *CPLFormCIFilename( const char * pszPath, in CPLFormCIFilename() argument
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/shell32-sys-0.1.2/src/
H A Dlib.rs118 pub fn SHCreateDirectory(hwnd: HWND, pszPath: PCWSTR) -> c_int; in SHCreateDirectory()
120 hwnd: HWND, pszPath: LPCSTR, psa: *const SECURITY_ATTRIBUTES, in SHCreateDirectoryExA()
123 hwnd: HWND, pszPath: LPCWSTR, psa: *const SECURITY_ATTRIBUTES, in SHCreateDirectoryExW()
181 hwnd: HWND, csidl: c_int, hToken: HANDLE, dwFlags: DWORD, pszPath: LPSTR, in SHGetFolderPathA()
186 pszPath: LPSTR, in SHGetFolderPathAndSubDirA()
190 pszPath: LPWSTR, in SHGetFolderPathAndSubDirW()
240 hwnd: HWND, pszPath: LPSTR, csidl: c_int, fCreate: BOOL, in SHGetSpecialFolderPathA()
244 hwnd: HWND, pszPath: LPWSTR, csidl: c_int, fCreate: BOOL, in SHGetSpecialFolderPathW()
281 csidl: c_int, hToken: HANDLE, dwFlags: DWORD, pszPath: LPCSTR, in SHSetFolderPathA()
284 csidl: c_int, hToken: HANDLE, dwFlags: DWORD, pszPath: LPCWSTR, in SHSetFolderPathW()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h25 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslash (PWSTR pszPath, size_t cchPath);
27 WINPATHCCHAPI HRESULT APIENTRY PathCchAddExtension (PWSTR pszPath, size_t cchPath, PCWSTR pszExt);
28 WINPATHCCHAPI HRESULT APIENTRY PathCchAppend (PWSTR pszPath, size_t cchPath, PCWSTR pszMore);
35 WINPATHCCHAPI WINBOOL APIENTRY PathCchIsRoot (PCWSTR pszPath);
37 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveBackslash (PWSTR pszPath, size_t cchPath);
38 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveExtension (PWSTR pszPath, size_t cchPath);
39 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveFileSpec (PWSTR pszPath, size_t cchPath);
41 WINPATHCCHAPI HRESULT APIENTRY PathCchSkipRoot (PCWSTR pszPath, PCWSTR *ppszRootEnd);
42 WINPATHCCHAPI HRESULT APIENTRY PathCchStripPrefix (PWSTR pszPath, size_t cchPath);
43 WINPATHCCHAPI HRESULT APIENTRY PathCchStripToRoot (PWSTR pszPath, size_t cchPath);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h25 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslash (PWSTR pszPath, size_t cchPath);
27 WINPATHCCHAPI HRESULT APIENTRY PathCchAddExtension (PWSTR pszPath, size_t cchPath, PCWSTR pszExt);
28 WINPATHCCHAPI HRESULT APIENTRY PathCchAppend (PWSTR pszPath, size_t cchPath, PCWSTR pszMore);
35 WINPATHCCHAPI WINBOOL APIENTRY PathCchIsRoot (PCWSTR pszPath);
37 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveBackslash (PWSTR pszPath, size_t cchPath);
38 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveExtension (PWSTR pszPath, size_t cchPath);
39 WINPATHCCHAPI HRESULT APIENTRY PathCchRemoveFileSpec (PWSTR pszPath, size_t cchPath);
41 WINPATHCCHAPI HRESULT APIENTRY PathCchSkipRoot (PCWSTR pszPath, PCWSTR *ppszRootEnd);
42 WINPATHCCHAPI HRESULT APIENTRY PathCchStripPrefix (PWSTR pszPath, size_t cchPath);
43 WINPATHCCHAPI HRESULT APIENTRY PathCchStripToRoot (PWSTR pszPath, size_t cchPath);
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/common/
H A Daddin.c52 LPSTR pszPath; in freerdp_get_library_install_path() local
70 if (!pszPath) in freerdp_get_library_install_path()
76 pszPath[cchInstallPrefix] = '\0'; in freerdp_get_library_install_path()
83 free(pszPath); in freerdp_get_library_install_path()
88 return pszPath; in freerdp_get_library_install_path()
93 LPSTR pszPath; in freerdp_get_dynamic_addin_install_path() local
111 if (!pszPath) in freerdp_get_dynamic_addin_install_path()
117 pszPath[cchInstallPrefix] = '\0'; in freerdp_get_dynamic_addin_install_path()
124 free(pszPath); in freerdp_get_dynamic_addin_install_path()
129 return pszPath; in freerdp_get_dynamic_addin_install_path()
[all …]

12345678910>>...51