Home
last modified time | relevance | path

Searched refs:pszPathIn (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/include/
H A DPathAllocCombine.c38 if (!pszPathIn && !pszMore) in PATH_ALLOC_COMBINE()
44 if (!pszPathIn) in PATH_ALLOC_COMBINE()
47 pszPathInLength = wcslen(pszPathIn); in PATH_ALLOC_COMBINE()
59 if ((pszPathIn[1] == ':') && (pszPathIn[2] == _PATH_SEPARATOR_CHR)) in PATH_ALLOC_COMBINE()
85 swprintf_s(pszPathOut, sizeOfBuffer, L"%s%s", pszPathIn, pszMore); in PATH_ALLOC_COMBINE()
113 if (!pszPathIn && !pszMore) in PATH_ALLOC_COMBINE()
119 if (!pszPathIn) in PATH_ALLOC_COMBINE()
122 pszPathInLength = lstrlenA(pszPathIn); in PATH_ALLOC_COMBINE()
134 if ((pszPathIn[1] == ':') && (pszPathIn[2] == _PATH_SEPARATOR_CHR)) in PATH_ALLOC_COMBINE()
144 sprintf_s(pszPathOut, sizeOfBuffer, "%c:%s", pszPathIn[0], pszMore); in PATH_ALLOC_COMBINE()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DSQLInstallDriverEx.c27 LPCSTR pszPathIn, in SQLInstallDriverEx() argument
63 if ( pszPathIn ) in SQLInstallDriverEx()
66 … snprintf( szIniName, sizeof(szIniName), "%s:%s", pszPathIn, odbcinst_system_file_name( b2 ) ); in SQLInstallDriverEx()
68 … snprintf( szIniName, sizeof(szIniName), "%s/%s", pszPathIn, odbcinst_system_file_name( b2 ) ); in SQLInstallDriverEx()
165 if ( pszPathIn == NULL ) in SQLInstallDriverEx()
184 if ( strlen( pszPathIn ) < nPathOutMax ) in SQLInstallDriverEx()
186 strcpy( pszPathOut, pszPathIn ); in SQLInstallDriverEx()
190 strncpy( pszPathOut, pszPathIn, nPathOutMax ); in SQLInstallDriverEx()
198 if ( pszPathIn == NULL ) in SQLInstallDriverEx()
204 *pnPathOut = strlen( pszPathIn ); in SQLInstallDriverEx()
H A DSQLInstallTranslatorEx.c15 LPCSTR pszPathIn, in SQLInstallTranslatorEx() argument
H A DSQLInstallODBC.c30 LPCSTR pszPathIn, in SQLInstallTranslator() argument
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h81 WINPR_API HRESULT PathCchCanonicalizeA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn);
84 WINPR_API HRESULT PathCchCanonicalizeExA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn,
89 WINPR_API HRESULT PathAllocCanonicalizeA(PCSTR pszPathIn, unsigned long dwFlags,
91 WINPR_API HRESULT PathAllocCanonicalizeW(PCWSTR pszPathIn, unsigned long dwFlags,
94 WINPR_API HRESULT PathCchCombineA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn,
96 WINPR_API HRESULT PathCchCombineW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn,
99 WINPR_API HRESULT PathCchCombineExA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn,
101 WINPR_API HRESULT PathCchCombineExW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn,
104 WINPR_API HRESULT PathAllocCombineA(PCSTR pszPathIn, PCSTR pszMore, unsigned long dwFlags,
106 WINPR_API HRESULT PathAllocCombineW(PCWSTR pszPathIn, PCWSTR pszMore, unsigned long dwFlags,
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h23 …WINPATHCCHAPI HRESULT APIENTRY PathAllocCombine (PCWSTR pszPathIn, PCWSTR pszMore, unsigned long d…
24 …WINPATHCCHAPI HRESULT APIENTRY PathAllocCanonicalize (PCWSTR pszPathIn, unsigned long dwFlags, PWS…
30 …CHAPI HRESULT APIENTRY PathCchCanonicalize (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn);
31 …NTRY PathCchCanonicalizeEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, unsigned long d…
32 …LT APIENTRY PathCchCombine (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore);
33 … APIENTRY PathCchCombineEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore,…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h23 …WINPATHCCHAPI HRESULT APIENTRY PathAllocCombine (PCWSTR pszPathIn, PCWSTR pszMore, unsigned long d…
24 …WINPATHCCHAPI HRESULT APIENTRY PathAllocCanonicalize (PCWSTR pszPathIn, unsigned long dwFlags, PWS…
30 …CHAPI HRESULT APIENTRY PathCchCanonicalize (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn);
31 …NTRY PathCchCanonicalizeEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, unsigned long d…
32 …LT APIENTRY PathCchCombine (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore);
33 … APIENTRY PathCchCombineEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore,…
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dpath.c363 HRESULT PathCchCanonicalizeA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn) in PathCchCanonicalizeA() argument
369 HRESULT PathCchCanonicalizeW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn) in PathCchCanonicalizeW() argument
379 HRESULT PathCchCanonicalizeExA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn, in PathCchCanonicalizeExA() argument
386 HRESULT PathCchCanonicalizeExW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, in PathCchCanonicalizeExW() argument
397 HRESULT PathAllocCanonicalizeA(PCSTR pszPathIn, unsigned long dwFlags, PSTR* ppszPathOut) in PathAllocCanonicalizeA() argument
403 HRESULT PathAllocCanonicalizeW(PCWSTR pszPathIn, unsigned long dwFlags, PWSTR* ppszPathOut) in PathAllocCanonicalizeW() argument
413 HRESULT PathCchCombineA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn, PCSTR pszMore) in PathCchCombineA() argument
419 HRESULT PathCchCombineW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore) in PathCchCombineW() argument
429 HRESULT PathCchCombineExA(PSTR pszPathOut, size_t cchPathOut, PCSTR pszPathIn, PCSTR pszMore, in PathCchCombineExA() argument
436 HRESULT PathCchCombineExW(PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore, in PathCchCombineExW() argument
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/fme/
H A Dogrfmecacheindex.cpp44 OGRFMECacheIndex::OGRFMECacheIndex( const char * pszPathIn ) in OGRFMECacheIndex() argument
48 pszPath = CPLStrdup( pszPathIn ); in OGRFMECacheIndex()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/fme/
H A Dogrfmecacheindex.cpp43 OGRFMECacheIndex::OGRFMECacheIndex( const char * pszPathIn ) in OGRFMECacheIndex() argument
47 pszPath = CPLStrdup( pszPathIn ); in OGRFMECacheIndex()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/fme/
H A Dogrfmecacheindex.cpp43 OGRFMECacheIndex::OGRFMECacheIndex( const char * pszPathIn )
47 pszPath = CPLStrdup( pszPathIn );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/fme/
H A Dogrfmecacheindex.cpp43 OGRFMECacheIndex::OGRFMECacheIndex( const char * pszPathIn ) in OGRFMECacheIndex() argument
47 pszPath = CPLStrdup( pszPathIn ); in OGRFMECacheIndex()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_odbc.h92 int InstallDriver( const char* pszDriver, const char* pszPathIn,
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_odbc.h92 int InstallDriver( const char* pszDriver, const char* pszPathIn,
H A Dcpl_vsil.cpp106 char **VSIReadDirRecursive( const char *pszPathIn ) in VSIReadDirRecursive() argument
116 char* pszPath = CPLStrdup(pszPathIn); in VSIReadDirRecursive()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_odbc.h90 int InstallDriver( const char* pszDriver, const char* pszPathIn,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_odbc.h90 int InstallDriver( const char* pszDriver, const char* pszPathIn,
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_odbc.h90 int InstallDriver( const char* pszDriver, const char* pszPathIn,
/dports/lang/php73/php-7.3.33/win32/
H A Dioutil.c70 …hCanonicalizeEx)(wchar_t *pszPathOut, size_t cchPathOut, const wchar_t *pszPathIn, unsigned long d…
646 …calizeExFallback(wchar_t *pszPathOut, size_t cchPathOut, const wchar_t *pszPathIn, unsigned long d… in MyPathCchCanonicalizeExFallback() argument
/dports/www/mod_php73/php-7.3.33/win32/
H A Dioutil.c70 …hCanonicalizeEx)(wchar_t *pszPathOut, size_t cchPathOut, const wchar_t *pszPathIn, unsigned long d…
646 …calizeExFallback(wchar_t *pszPathOut, size_t cchPathOut, const wchar_t *pszPathIn, unsigned long d… in MyPathCchCanonicalizeExFallback() argument
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dodbcinstext.h88 LPCSTR pszPathIn,
/dports/lang/python37/Python-3.7.12/PC/
H A Dgetpathp.c250 PCWSTR pszPathIn, PCWSTR pszMore,
282 PCWSTR pszPathIn, unsigned long dwFlags);
/dports/databases/py-gdbm/Python-3.8.12/PC/
H A Dgetpathp.c254 PCWSTR pszPathIn, PCWSTR pszMore,
286 PCWSTR pszPathIn, unsigned long dwFlags);
/dports/lang/python-tools/Python-3.8.12/PC/
H A Dgetpathp.c254 PCWSTR pszPathIn, PCWSTR pszMore,
286 PCWSTR pszPathIn, unsigned long dwFlags);
/dports/lang/python38/Python-3.8.12/PC/
H A Dgetpathp.c254 PCWSTR pszPathIn, PCWSTR pszMore,
286 PCWSTR pszPathIn, unsigned long dwFlags);

12