Home
last modified time | relevance | path

Searched refs:pszPath (Results 226 – 250 of 1259) sorted by relevance

12345678910>>...51

/dports/graphics/gdal/gdal-3.3.3/frmts/ers/
H A Dershdrnode.cpp278 const char *ERSHdrNode::Find( const char *pszPath, const char *pszDefault ) in Find() argument
285 if( strchr(pszPath,'.') == nullptr ) in Find()
289 if( EQUAL(pszPath,papszItemName[i]) ) in Find()
318 CPLString osPathFirst, osPathRest, osPath = pszPath; in Find()
344 const char *ERSHdrNode::FindElem( const char *pszPath, int iElem, in FindElem() argument
348 const char *pszArray = Find( pszPath, nullptr ); in FindElem()
376 ERSHdrNode *ERSHdrNode::FindNode( const char *pszPath ) in FindNode() argument
379 CPLString osPathFirst, osPathRest, osPath = pszPath; in FindNode()
416 void ERSHdrNode::Set( const char *pszPath, const char *pszValue ) in Set() argument
419 CPLString osPath = pszPath; in Set()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlwapi.pp649 function PathIsRootA(pszPath:LPCSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsRootA';
650 function PathIsRootW(pszPath:LPCWSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsRootW';
653 function PathIsUNCA(pszPath:LPCSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsUNCA';
654 function PathIsUNCW(pszPath:LPCWSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsUNCW';
663 function PathIsURLA(pszPath:LPCSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsURLA';
664 function PathIsURLW(pszPath:LPCWSTR):BOOL;stdcall;external SHLWAPIDLL name 'PathIsURLW';
677 procedure PathRemoveArgsA(pszPath:LPSTR);stdcall;external SHLWAPIDLL name 'PathRemoveArgsA';
678 procedure PathRemoveArgsW(pszPath:LPWSTR);stdcall;external SHLWAPIDLL name 'PathRemoveArgsW';
695 procedure PathStripPathA(pszPath:LPSTR);stdcall;external SHLWAPIDLL name 'PathStripPathA';
696 procedure PathStripPathW(pszPath:LPWSTR);stdcall;external SHLWAPIDLL name 'PathStripPathW';
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/mdreader/
H A Dreader_orb_view.cpp38 GDALMDReaderOrbView::GDALMDReaderOrbView(const char *pszPath, in GDALMDReaderOrbView() argument
39 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderOrbView()
41 m_osIMDSourceFilename = GDALFindAssociatedFile( pszPath, "PVL", in GDALMDReaderOrbView()
44 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderOrbView()
45 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderOrbView()
H A Dreader_rapid_eye.cpp36 GDALMDReaderRapidEye::GDALMDReaderRapidEye(const char *pszPath, in GDALMDReaderRapidEye() argument
37 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderRapidEye()
39 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderRapidEye()
40 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderRapidEye()
H A Dreader_spot.cpp36 GDALMDReaderSpot::GDALMDReaderSpot(const char *pszPath, in GDALMDReaderSpot() argument
37 char **papszSiblingFiles) : GDALMDReaderPleiades(pszPath, papszSiblingFiles) in GDALMDReaderSpot()
40 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderSpot()
65 if(EQUAL(CPLGetFilename(pszPath), "IMAGERY.TIF")) in GDALMDReaderSpot()
68 CPLGetPath(pszPath)); in GDALMDReaderSpot()
77 CPLGetPath(pszPath)); in GDALMDReaderSpot()
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dutil_windows.go70 var pszPath unsafe.Pointer
81 …rPath.Call(uintptr(unsafe.Pointer(&id)), uintptr(0), uintptr(0), uintptr(unsafe.Pointer(&pszPath)))
82 if uintptr(pszPath) != 0 {
83 defer coTaskMemFree(pszPath)
86 if r0 != 0 || uintptr(pszPath) == 0 {
87 return "", fmt.Errorf("can't get %s; HRESULT=%d, pszPath=%x", name, r0, pszPath)
92 u16 := *(*uint16)(unsafe.Pointer(uintptr(pszPath) + 2*i))
/dports/graphics/py-gdal/gdal-3.3.3/gcore/mdreader/
H A Dreader_orb_view.cpp45 GDALMDReaderOrbView::GDALMDReaderOrbView(const char *pszPath, in GDALMDReaderOrbView() argument
47 GDALMDReaderBase(pszPath, papszSiblingFiles), in GDALMDReaderOrbView()
48 m_osIMDSourceFilename( GDALFindAssociatedFile( pszPath, "PVL", in GDALMDReaderOrbView()
52 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderOrbView()
53 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderOrbView()
H A Dreader_spot.cpp46 GDALMDReaderSpot::GDALMDReaderSpot(const char *pszPath, in GDALMDReaderSpot() argument
47 char **papszSiblingFiles) : GDALMDReaderPleiades(pszPath, papszSiblingFiles) in GDALMDReaderSpot()
49 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderSpot()
74 if(EQUAL(CPLGetFilename(pszPath), "IMAGERY.TIF")) in GDALMDReaderSpot()
77 CPLGetPath(pszPath)); in GDALMDReaderSpot()
86 CPLGetPath(pszPath)); in GDALMDReaderSpot()
H A Dreader_rapid_eye.cpp44 GDALMDReaderRapidEye::GDALMDReaderRapidEye(const char *pszPath, in GDALMDReaderRapidEye() argument
45 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderRapidEye()
47 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderRapidEye()
48 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderRapidEye()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/mdreader/
H A Dreader_orb_view.cpp45 GDALMDReaderOrbView::GDALMDReaderOrbView(const char *pszPath,
47 GDALMDReaderBase(pszPath, papszSiblingFiles),
48 m_osIMDSourceFilename( GDALFindAssociatedFile( pszPath, "PVL",
52 const char* pszBaseName = CPLGetBasename(pszPath);
53 const char* pszDirName = CPLGetDirname(pszPath);
H A Dreader_spot.cpp46 GDALMDReaderSpot::GDALMDReaderSpot(const char *pszPath,
47 char **papszSiblingFiles) : GDALMDReaderPleiades(pszPath, papszSiblingFiles)
49 const char* pszDirName = CPLGetDirname(pszPath);
74 if(EQUAL(CPLGetFilename(pszPath), "IMAGERY.TIF"))
77 CPLGetPath(pszPath));
86 CPLGetPath(pszPath));
H A Dreader_rapid_eye.cpp44 GDALMDReaderRapidEye::GDALMDReaderRapidEye(const char *pszPath, in GDALMDReaderRapidEye() argument
45 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderRapidEye()
47 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderRapidEye()
48 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderRapidEye()
/dports/graphics/gdal/gdal-3.3.3/gcore/mdreader/
H A Dreader_orb_view.cpp45 GDALMDReaderOrbView::GDALMDReaderOrbView(const char *pszPath, in GDALMDReaderOrbView() argument
47 GDALMDReaderBase(pszPath, papszSiblingFiles), in GDALMDReaderOrbView()
48 m_osIMDSourceFilename( GDALFindAssociatedFile( pszPath, "PVL", in GDALMDReaderOrbView()
52 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderOrbView()
53 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderOrbView()
H A Dreader_spot.cpp46 GDALMDReaderSpot::GDALMDReaderSpot(const char *pszPath, in GDALMDReaderSpot() argument
47 char **papszSiblingFiles) : GDALMDReaderPleiades(pszPath, papszSiblingFiles) in GDALMDReaderSpot()
49 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderSpot()
74 if(EQUAL(CPLGetFilename(pszPath), "IMAGERY.TIF")) in GDALMDReaderSpot()
77 CPLGetPath(pszPath)); in GDALMDReaderSpot()
86 CPLGetPath(pszPath)); in GDALMDReaderSpot()
H A Dreader_rapid_eye.cpp44 GDALMDReaderRapidEye::GDALMDReaderRapidEye(const char *pszPath, in GDALMDReaderRapidEye() argument
45 char **papszSiblingFiles) : GDALMDReaderBase(pszPath, papszSiblingFiles) in GDALMDReaderRapidEye()
47 const char* pszDirName = CPLGetDirname(pszPath); in GDALMDReaderRapidEye()
48 const char* pszBaseName = CPLGetBasename(pszPath); in GDALMDReaderRapidEye()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A Dnthlp.h57 HANDLE birdOpenFile(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fFileAttribs,
61 HANDLE birdOpenFileEx(HANDLE hRoot, const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fFi…
65 HANDLE birdOpenParentDir(HANDLE hRoot, const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG …
76 int birdDosToNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath);
78 int birdDosToRelativeNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath);
79 int birdDosToRelativeNtPathW(const wchar_t *pszPath, MY_UNICODE_STRING *pNtPath);
H A Dntstat.h79 int birdStatFollowLink(const char *pszPath, BirdStat_T *pStat);
81 int birdStatOnLink(const char *pszPath, BirdStat_T *pStat);
83 int birdStatAt(void *hRoot, const char *pszPath, BirdStat_T *pStat, int fFollowLink);
87 int birdStatModTimeOnly(const char *pszPath, BirdTimeSpec_T *pTimeSpec, int fFollowLink);
89 int birdStatHandle(HANDLE hFile, BirdStat_T *pStat, const char *pszPath);
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DSQLInstallDriverManager.c19 BOOL SQLInstallDriverManager( LPSTR pszPath, in SQLInstallDriverManager() argument
29 if ( pszPath == NULL || nPathMax < 2 ) in SQLInstallDriverManager()
38 strncpy( pszPath, szIniName, nPathMax ); in SQLInstallDriverManager()
40 *pnPathOut = strlen( pszPath ); in SQLInstallDriverManager()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DFileSystem.cpp345 Reader* FileSystem::rOpen( const char* pszPath, const char* pszName ) const in rOpen() argument
347 const SPathAlias* pPA = FindPathAlias(pszPath); in rOpen()
384 bool FileSystem::FileExist( const char* pszPath ) in FileExist() argument
386 DWORD attrs = GetFileAttributesA(pszPath); in FileExist()
416 Writer* FileSystem::wOpen( const char* pszPath ) const in wOpen()
418 HANDLE hFile = CreateFileA(pszPath, GENERIC_WRITE, FILE_SHARE_READ, in wOpen()
421 …ASSERT_F(hFile != INVALID_HANDLE_VALUE, ("Can't create file %s, Reason: %d", pszPath, GetLastError… in wOpen()
442 Writer* FileSystem::wOpen( const char* pszPath, const char* pszName ) const in wOpen() argument
445 const SPathAlias* pPA = FindPathAlias(pszPath); in wOpen()
H A DObject.cpp44 bool Object::Load( const char* pszPath ) in Load() argument
48 Reader* pR = fs.rOpen(pszPath); in Load()
180 bool Object::Save( const char* pszPath ) const in Save()
188 bool status = pW->Save(pszPath); in Save()
203 bool Object::Save( const char* pszPath, const String& sName ) const in Save() argument
211 bool status = pW->Save(pszPath, sName); in Save()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_minixml.h127 const char *pszPath );
133 const char *pszPath ) {
135 const_cast<CPLXMLNode*>(poRoot), pszPath));
155 const char *pszPath,
174 int CPL_DLL CPLSetXMLValue( CPLXMLNode *psRoot, const char *pszPath,
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_minixml.h127 const char *pszPath );
133 const char *pszPath ) { in CPLGetXMLNode() argument
135 const_cast<CPLXMLNode*>(poRoot), pszPath)); in CPLGetXMLNode()
155 const char *pszPath,
174 int CPL_DLL CPLSetXMLValue( CPLXMLNode *psRoot, const char *pszPath,
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_minixml.h127 const char *pszPath );
133 const char *pszPath ) { in CPLGetXMLNode() argument
135 const_cast<CPLXMLNode*>(poRoot), pszPath)); in CPLGetXMLNode()
155 const char *pszPath,
174 int CPL_DLL CPLSetXMLValue( CPLXMLNode *psRoot, const char *pszPath,
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Native/
H A DNativeMethods.cs192 internal static extern bool PathRelativePathTo([Out] StringBuilder pszPath, in PathRelativePathTo() argument
271 IntPtr pszPath = IntPtr.Zero; in GetKnownFolderPath()
274 if(SHGetKnownFolderPath(ref g, 0, IntPtr.Zero, out pszPath) == 0) in GetKnownFolderPath()
276 if(pszPath != IntPtr.Zero) in GetKnownFolderPath()
277 return Marshal.PtrToStringUni(pszPath); in GetKnownFolderPath()
284 try { if(pszPath != IntPtr.Zero) Marshal.FreeCoTaskMem(pszPath); } in GetKnownFolderPath()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dhaikufakes.c38 int haiku_lchmod(const char *pszPath, mode_t mode) in haiku_lchmod() argument
44 if ( !lstat(pszPath, &s) in haiku_lchmod()
51 return chmod(pszPath, mode); in haiku_lchmod()

12345678910>>...51