Home
last modified time | relevance | path

Searched refs:pszString (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimCplUtil.cpp134 while( pszString != NULL && *pszString != '\0' ) in ossimCSLTokenizeString2()
141 for( ; *pszString != '\0'; pszString++ ) in ossimCSLTokenizeString2()
147 pszString++; in ossimCSLTokenizeString2()
154 if( bHonourStrings && *pszString == '"' ) in ossimCSLTokenizeString2()
158 pszToken[nTokenLen] = *pszString; in ossimCSLTokenizeString2()
176 if( bInString && pszString[0] == '\\' && pszString[1] == '"' ) in ossimCSLTokenizeString2()
180 pszToken[nTokenLen] = *pszString; in ossimCSLTokenizeString2()
184 pszString++; in ossimCSLTokenizeString2()
189 && pszString[0] == '\\' && pszString[1] == '\\' ) in ossimCSLTokenizeString2()
196 pszString++; in ossimCSLTokenizeString2()
[all …]
/dports/net/hlmaster/hlmaster-0.9.3/lib/pfc++/src/
H A DPStringList.cpp73 bool PStringList::AddItem(const char *pszString) in AddItem() argument
75 if(pszString == NULL) in AddItem()
103 bool PStringList::RemoveItem(const char *pszString) in RemoveItem() argument
170 bool PStringList::FindItem(const char *pszString) in FindItem() argument
176 if(pItem->Equals(pszString, m_bIgnoreCase) == true) in FindItem()
193 if(pItem->Equals(pszString, bIgnoreCase) == true) in FindItem()
272 SetValue(pszString); in PStringListItem()
290 int PStringListItem::SetValue(const char *pszString) in SetValue() argument
311 m_pszString[nCount] = pszString[nCount]; in SetValue()
322 if(pszString == NULL) in Equals()
[all …]
H A DPString.cpp150 if(pszString == NULL) in GetLength()
200 if(pszString == NULL) in ToUpperCase()
205 *(pszString) = (char)toupper(*(pszString)); in ToUpperCase()
207 pszString++; in ToUpperCase()
217 if(pszString == NULL) in ToLowerCase()
222 *(pszString) = (char)tolower(*(pszString)); in ToLowerCase()
224 pszString++; in ToLowerCase()
234 if(pszString == NULL) in Trim()
244 pszTempTwo = pszString; in Trim()
253 *(pszString) = '\0'; in Trim()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/geotiff/
H A Dcpl_serv.c141 if( pszString == NULL ) in CPLStrdup()
142 pszString = ""; in CPLStrdup()
150 strlen(pszString) ); in CPLStrdup()
154 strcpy( pszReturn, pszString ); in CPLStrdup()
416 while( pszString != NULL && *pszString != '\0' ) in CSLTokenizeStringComplex()
423 for( ; *pszString != '\0'; pszString++ ) in CSLTokenizeStringComplex()
429 pszString++; in CSLTokenizeStringComplex()
452 if( bInString && pszString[0] == '\\' && pszString[1] == '"' ) in CSLTokenizeStringComplex()
454 pszString++; in CSLTokenizeStringComplex()
459 && pszString[0] == '\\' && pszString[1] == '\\' ) in CSLTokenizeStringComplex()
[all …]
/dports/graphics/libgeotiff/libgeotiff-1.7.0/
H A Dcpl_serv.c109 if( pszString == NULL ) in CPLStrdup()
110 pszString = ""; in CPLStrdup()
118 strlen(pszString) ); in CPLStrdup()
122 strcpy( pszReturn, pszString ); in CPLStrdup()
384 while( pszString != NULL && *pszString != '\0' ) in CSLTokenizeStringComplex()
391 for( ; *pszString != '\0'; pszString++ ) in CSLTokenizeStringComplex()
397 pszString++; in CSLTokenizeStringComplex()
420 if( bInString && pszString[0] == '\\' && pszString[1] == '"' ) in CSLTokenizeStringComplex()
422 pszString++; in CSLTokenizeStringComplex()
427 && pszString[0] == '\\' && pszString[1] == '\\' ) in CSLTokenizeStringComplex()
[all …]
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfStream.h131 inline void Set( const char* pszString );
186 inline void Append( const char* pszString, size_t lLen );
198 inline void Append( const char* pszString );
324 void PdfStream::Set( const char* pszString ) in Set() argument
326 if( pszString ) in Set()
327 Set( const_cast<char*>(pszString), strlen( pszString ) ); in Set()
333 void PdfStream::Append( const char* pszString, size_t lLen ) in Append() argument
337 this->AppendImpl( pszString, lLen ); in Append()
343 void PdfStream::Append( const char* pszString ) in Append() argument
345 if( pszString ) in Append()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/ini/
H A DiniAllTrim.c17 int iniAllTrim( char *pszString ) in iniAllTrim() argument
24 for ( nForwardCursor=0; pszString[nForwardCursor] != '\0'; nForwardCursor++ ) in iniAllTrim()
26 if ( bTrim && isspace( pszString[nForwardCursor] ) ) in iniAllTrim()
33 pszString[nTrailingCursor] = pszString[nForwardCursor]; in iniAllTrim()
37 pszString[nTrailingCursor] = '\0'; in iniAllTrim()
40 for ( nForwardCursor=strlen(pszString)-1; in iniAllTrim()
41 nForwardCursor >= 0 && isspace( pszString[nForwardCursor] ); in iniAllTrim()
45 pszString[nForwardCursor+1] = '\0'; in iniAllTrim()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/oci/
H A Dogrocistringbuf.cpp43 pszString = (char *) CPLMalloc(nBufSize); in OGROCIStringBuf()
45 pszString[0] = '\0'; in OGROCIStringBuf()
55 CPLFree( pszString ); in ~OGROCIStringBuf()
70 pszString = (char *) CPLRealloc(pszString,nBufSize); in MakeRoomFor()
84 strcat( pszString+nLen, pszNewText ); in Append()
120 nLen += strlen(pszString+nLen); in UpdateEnd()
130 char *pszStolenString = pszString; in StealString()
133 pszString = (char *) CPLMalloc(nBufSize); in StealString()
147 return pszString[nLen-1]; in GetLast()
159 pszString[0] = '\0'; in Clear()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocistringbuf.cpp42 pszString = (char *) CPLMalloc(nBufSize); in OGROCIStringBuf()
44 pszString[0] = '\0'; in OGROCIStringBuf()
54 CPLFree( pszString ); in ~OGROCIStringBuf()
69 pszString = (char *) CPLRealloc(pszString,nBufSize); in MakeRoomFor()
83 strcat( pszString+nLen, pszNewText ); in Append()
119 nLen += static_cast<int>(strlen(pszString+nLen)); in UpdateEnd()
129 char *pszStolenString = pszString; in StealString()
132 pszString = (char *) CPLMalloc(nBufSize); in StealString()
146 return pszString[nLen-1]; in GetLast()
158 pszString[0] = '\0'; in Clear()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocistringbuf.cpp42 pszString = (char *) CPLMalloc(nBufSize); in OGROCIStringBuf()
44 pszString[0] = '\0'; in OGROCIStringBuf()
54 CPLFree( pszString ); in ~OGROCIStringBuf()
69 pszString = (char *) CPLRealloc(pszString,nBufSize); in MakeRoomFor()
83 strcat( pszString+nLen, pszNewText ); in Append()
119 nLen += static_cast<int>(strlen(pszString+nLen)); in UpdateEnd()
129 char *pszStolenString = pszString; in StealString()
132 pszString = (char *) CPLMalloc(nBufSize); in StealString()
146 return pszString[nLen-1]; in GetLast()
158 pszString[0] = '\0'; in Clear()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocistringbuf.cpp42 pszString = (char *) CPLMalloc(nBufSize); in OGROCIStringBuf()
44 pszString[0] = '\0'; in OGROCIStringBuf()
54 CPLFree( pszString ); in ~OGROCIStringBuf()
69 pszString = (char *) CPLRealloc(pszString,nBufSize); in MakeRoomFor()
83 strcat( pszString+nLen, pszNewText ); in Append()
119 nLen += static_cast<int>(strlen(pszString+nLen)); in UpdateEnd()
129 char *pszStolenString = pszString; in StealString()
132 pszString = (char *) CPLMalloc(nBufSize); in StealString()
146 return pszString[nLen-1]; in GetLast()
158 pszString[0] = '\0'; in Clear()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_utils.cpp492 if (pszString == NULL || strstr(pszString, "\\n") == NULL) in TABUnEscapeString()
494 return pszString; in TABUnEscapeString()
519 pszWorkString = pszString; in TABUnEscapeString()
523 while (pszString[i]) in TABUnEscapeString()
525 if (pszString[i] =='\\' && in TABUnEscapeString()
526 pszString[i+1] == 'n') in TABUnEscapeString()
566 if (pszString == NULL || strchr(pszString, '\n') == NULL) in TABEscapeString()
568 return pszString; in TABEscapeString()
581 while (pszString[i]) in TABEscapeString()
583 if (pszString[i] =='\n') in TABEscapeString()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_utils.cpp355 if (pszString == nullptr || strstr(pszString, "\\n") == nullptr) in TABUnEscapeString()
357 return pszString; in TABUnEscapeString()
377 pszWorkString = pszString; in TABUnEscapeString()
382 while (pszString[i]) in TABUnEscapeString()
384 if (pszString[i] =='\\' && in TABUnEscapeString()
385 pszString[i+1] == 'n') in TABUnEscapeString()
423 if (pszString == nullptr || strchr(pszString, '\n') == nullptr) in TABEscapeString()
425 return pszString; in TABEscapeString()
436 while (pszString[i]) in TABEscapeString()
438 if (pszString[i] =='\n') in TABEscapeString()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_utils.cpp355 if (pszString == nullptr || strstr(pszString, "\\n") == nullptr) in TABUnEscapeString()
357 return pszString; in TABUnEscapeString()
377 pszWorkString = pszString; in TABUnEscapeString()
382 while (pszString[i]) in TABUnEscapeString()
384 if (pszString[i] =='\\' && in TABUnEscapeString()
385 pszString[i+1] == 'n') in TABUnEscapeString()
423 if (pszString == nullptr || strchr(pszString, '\n') == nullptr) in TABEscapeString()
425 return pszString; in TABEscapeString()
436 while (pszString[i]) in TABEscapeString()
438 if (pszString[i] =='\n') in TABEscapeString()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_utils.cpp355 if (pszString == nullptr || strstr(pszString, "\\n") == nullptr) in TABUnEscapeString()
357 return pszString; in TABUnEscapeString()
377 pszWorkString = pszString; in TABUnEscapeString()
382 while (pszString[i]) in TABUnEscapeString()
384 if (pszString[i] =='\\' && in TABUnEscapeString()
385 pszString[i+1] == 'n') in TABUnEscapeString()
423 if (pszString == nullptr || strchr(pszString, '\n') == nullptr) in TABEscapeString()
425 return pszString; in TABEscapeString()
436 while (pszString[i]) in TABEscapeString()
438 if (pszString[i] =='\n') in TABEscapeString()
[all …]
/dports/net/hlmaster/hlmaster-0.9.3/lib/pfc++/include/
H A DPString.h81 int Compare(const char *pszString) const { return strcmp(m_pszString, pszString); } in Compare() argument
84 bool Equals(const char *pszString) const { return Equals(m_pszString, pszString); } in Equals() argument
86 …bool EqualsIgnoreCase(const char *pszString) const { return EqualsIgnoreCase(m_pszString, pszStrin… in EqualsIgnoreCase() argument
104 static int GetLength(const char *pszString);
110 static void ToUpperCase(char *pszString);
111 static void ToLowerCase(char *pszString);
113 static int Trim(char *pszString, bool bTrimRight = true, bool bTrimLeft = true);
H A DPStringList.h66 bool AddItem(const char *pszString);
67 bool RemoveItem(const char *pszString);
70 bool FindItem(const char *pszString);
71 bool FindItem(const char *pszString, bool bIgnoreCase);
73 bool IsCurrentEqual(const char *pszString);
109 PStringListItem(const char *pszString);
112 bool Equals(const char *pszString, bool bIgnoreCase);
114 int SetValue(const char *pszString);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/
H A Dpcidskdataset.cpp439 CPLFree( pszString ); in Open()
443 CPLFree( pszString ); in Open()
447 CPLFree( pszString ); in Open()
451 CPLFree( pszString ); in Open()
455 CPLFree( pszString ); in Open()
459 CPLFree( pszString ); in Open()
465 CPLFree( pszString ); in Open()
580 CPLFree( pszString ); in Open()
585 CPLFree( pszString ); in Open()
634 CPLFree( pszString ); in Open()
[all …]
/dports/devel/avce00/avce00-2.0.0/
H A Dcpl_string.c535 char **CSLTokenizeString( const char *pszString ) in CSLTokenizeString() argument
558 while( pszString != NULL && *pszString != '\0' ) in CSLTokenizeStringComplex()
565 for( ; *pszString != '\0'; pszString++ ) in CSLTokenizeStringComplex()
571 pszString++; in CSLTokenizeStringComplex()
578 if( bHonourStrings && *pszString == '"' ) in CSLTokenizeStringComplex()
594 if( bInString && pszString[0] == '\\' && pszString[1] == '"' ) in CSLTokenizeStringComplex()
596 pszString++; in CSLTokenizeStringComplex()
601 && pszString[0] == '\\' && pszString[1] == '\\' ) in CSLTokenizeStringComplex()
603 pszString++; in CSLTokenizeStringComplex()
612 pszToken[nTokenLen] = *pszString; in CSLTokenizeStringComplex()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_conv.cpp253 if( pszString == NULL ) in CPLStrdup()
254 pszString = ""; in CPLStrdup()
286 if (pszString) in CPLStrlwr()
297 return pszString; in CPLStrlwr()
775 if ( !pszString ) in CPLScanString()
962 pszString ++; in CPLAtoGIntBigExHasOverflow()
963 if( *pszString == '+' ) in CPLAtoGIntBigExHasOverflow()
964 pszString ++; in CPLAtoGIntBigExHasOverflow()
1011 pszString ++; in CPLAtoGIntBigEx()
2037 pszString++; in CPLStringToComplex()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_conv.cpp298 pszString = ""; in CPLStrdup()
334 return pszString; in CPLStrlwr()
850 if( !pszString ) in CPLScanString()
1004 return atoll(pszString); in CPLAtoGIntBig()
1006 return atol(pszString); in CPLAtoGIntBig()
1018 pszString++; in CPLAtoGIntBigExHasOverflow()
1019 if( *pszString == '+' ) in CPLAtoGIntBigExHasOverflow()
1020 pszString++; in CPLAtoGIntBigExHasOverflow()
1078 pszString++; in CPLAtoGIntBigEx()
2424 pszString++; in CPLStringToComplex()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_conv.cpp298 pszString = ""; in CPLStrdup()
334 return pszString; in CPLStrlwr()
850 if( !pszString ) in CPLScanString()
1004 return atoll(pszString); in CPLAtoGIntBig()
1006 return atol(pszString); in CPLAtoGIntBig()
1018 pszString++; in CPLAtoGIntBigExHasOverflow()
1019 if( *pszString == '+' ) in CPLAtoGIntBigExHasOverflow()
1020 pszString++; in CPLAtoGIntBigExHasOverflow()
1078 pszString++; in CPLAtoGIntBigEx()
2424 pszString++; in CPLStringToComplex()
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_conv.cpp298 pszString = ""; in CPLStrdup()
334 return pszString; in CPLStrlwr()
850 if( !pszString ) in CPLScanString()
1004 return atoll(pszString); in CPLAtoGIntBig()
1006 return atol(pszString); in CPLAtoGIntBig()
1018 pszString++; in CPLAtoGIntBigExHasOverflow()
1019 if( *pszString == '+' ) in CPLAtoGIntBigExHasOverflow()
1020 pszString++; in CPLAtoGIntBigExHasOverflow()
1078 pszString++; in CPLAtoGIntBigEx()
2424 pszString++; in CPLStringToComplex()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_conv.cpp188 char *CPLStrdup( const char * pszString ) in CPLStrdup() argument
193 if( pszString == NULL ) in CPLStrdup()
194 pszString = ""; in CPLStrdup()
196 pszReturn = VSIStrdup( pszString ); in CPLStrdup()
202 (int) strlen(pszString) ); in CPLStrdup()
429 if ( !pszString ) in CPLScanString()
1238 while( *pszString == ' ' ) in CPLStringToComplex()
1239 pszString++; in CPLStringToComplex()
1241 *pdfReal = atof(pszString); in CPLStringToComplex()
1244 for( i = 0; pszString[i] != '\0' && pszString[i] != ' ' && i < 100; i++ ) in CPLStringToComplex()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf4/
H A Dhdf4dataset.cpp133 char *pszString, *pszField; in SPrintArray() local
179 return pszString; in SPrintArray()
329 while( pszString != NULL && *pszString != '\0' ) in HDF4EOSTokenizeAttrs()
336 for( ; *pszString != '\0'; pszString++ ) in HDF4EOSTokenizeAttrs()
343 pszString++; in HDF4EOSTokenizeAttrs()
356 if ( *pszString == '"' ) in HDF4EOSTokenizeAttrs()
374 else if ( *pszString == ')' ) in HDF4EOSTokenizeAttrs()
399 if ( *pszString == '\0' && strchr(pszDelimiters, *(pszString-1)) ) in HDF4EOSTokenizeAttrs()
817 char *pszString; in Open() local
1108 CPLFree( pszString ); in Open()
[all …]

12345678910>>...25