Home
last modified time | relevance | path

Searched refs:pszFull (Results 1 – 11 of 11) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/lib/
H A Dnt_fullpath_cached.c78 nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull) in nt_fullpath_cached() argument
102 memcpy(pszFull, pEntry->pszResult, pEntry->cchResult + 1); in nt_fullpath_cached()
106 memcpy(pszFull, pEntry->pszResult, cchFull); in nt_fullpath_cached()
107 pszFull[cchFull - 1] = '\0'; in nt_fullpath_cached()
113 nt_fullpath(pszPath, pszFull, cchFull); in nt_fullpath_cached()
116 cchResult = (unsigned)strlen(pszFull); in nt_fullpath_cached()
126 memcpy((char *)pEntry->pszResult, pszFull, cchResult + 1); in nt_fullpath_cached()
H A Dnt_fullpath.c360 psz = pszFull; in nt_get_filename_info()
389 iDrv = *pszFull - 'A'; in nt_get_filename_info()
402 hFile = CreateFile(pszFull, in nt_get_filename_info()
430 DWORD dwDriveType = GetDriveType(pszFull); in nt_get_filename_info()
441 if ( GetVolumeInformation(pszFull, in nt_get_filename_info()
544 if (nt_get_filename_info(pszPath, pszFull, cchFull) == 0) in nt_fullpath()
547 if (strchr(pszFull, ' ')) in nt_fullpath()
548 w32_fixcase(pszFull); in nt_fullpath()
550 fprintf(stdout, "nt #%d - %s\n", ++s_cHits, pszFull); in nt_fullpath()
563 _fullpath(pszFull, pszPath, cchFull); in nt_fullpath()
[all …]
H A Dnt_fullpath.h33 extern void nt_fullpath(const char *pszPath, char *pszFull, size_t cchFull);
34 extern void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull);
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Ddir-nt-bird.c463 void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cbFull) in nt_fullpath_cached() argument
477 pszFull[offEnd] = '\0'; in nt_fullpath_cached()
478 memcpy(&pszFull[off], pPathObj->pszName, pPathObj->cchName); in nt_fullpath_cached()
485 pszFull[--off] = '/'; in nt_fullpath_cached()
493 memcpy(&pszFull[off], pAncestor->Obj.pszName, pAncestor->Obj.cchName); in nt_fullpath_cached()
509 memmove(&pszFull[off + cchDelta], &pszFull[off], offEnd + 1 - off); in nt_fullpath_cached()
515 … memcpy(&pszFull[off], pAncestor->Obj.pszShortName, pAncestor->Obj.cchShortName); in nt_fullpath_cached()
528 memcpy(pszFull, pPathObj->pszName, pPathObj->cchName); in nt_fullpath_cached()
529 pszFull[pPathObj->cchName] = '/'; in nt_fullpath_cached()
530 pszFull[pPathObj->cchName + 1] = '\0'; in nt_fullpath_cached()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libgeotiff/
H A Dgeotiff_proj4.c45 static char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
55 if( pszFull == NULL ) in OSRProj4Tokenize()
60 pszFullWrk = CPLStrdup(pszFull); in OSRProj4Tokenize()
/dports/graphics/libgeotiff/libgeotiff-1.7.0/
H A Dgeotiff_proj4.c76 static char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
86 if( pszFull == NULL ) in OSRProj4Tokenize()
91 pszFullWrk = CPLStrdup(pszFull); in OSRProj4Tokenize()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeotiff_proj4.c76 static char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
86 if( pszFull == NULL ) in OSRProj4Tokenize()
91 pszFullWrk = CPLStrdup(pszFull); in OSRProj4Tokenize()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeotiff_proj4.c76 static char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
86 if( pszFull == NULL ) in OSRProj4Tokenize()
91 pszFullWrk = CPLStrdup(pszFull); in OSRProj4Tokenize()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_srs_proj4.cpp96 char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
104 if( pszFull == NULL ) in OSRProj4Tokenize()
107 pszFullWrk = CPLStrdup( pszFull ); in OSRProj4Tokenize()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srs_proj4.cpp198 char **OSRProj4Tokenize( const char *pszFull ) in OSRProj4Tokenize() argument
206 if( pszFull == NULL ) in OSRProj4Tokenize()
209 pszFullWrk = CPLStrdup( pszFull ); in OSRProj4Tokenize()
/dports/devel/kBuild/kBuild-0.1.9998/src/kWorker/
H A DkWorker.c3285 void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cbFull) in nt_fullpath_cached() argument
3299 pszFull[off + pPathObj->cchName] = '\0'; in nt_fullpath_cached()
3300 memcpy(&pszFull[off], pPathObj->pszName, pPathObj->cchName); in nt_fullpath_cached()
3307 pszFull[--off] = '/'; in nt_fullpath_cached()
3310 memcpy(&pszFull[off], pAncestor->Obj.pszName, pAncestor->Obj.cchName); in nt_fullpath_cached()
3320 memcpy(pszFull, pPathObj->pszName, pPathObj->cchName); in nt_fullpath_cached()
3321 pszFull[pPathObj->cchName] = '/'; in nt_fullpath_cached()
3322 pszFull[pPathObj->cchName + 1] = '\0'; in nt_fullpath_cached()
3334 nt_fullpath(pszPath, pszFull, cbFull); in nt_fullpath_cached()