Home
last modified time | relevance | path

Searched refs:pszValue (Results 1 – 25 of 2267) sorted by relevance

12345678910>>...91

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dcommon-env-and-cwd-opt.c74 papszEnv[cEnvVars] = strdup(pszValue); in kBuiltinOptEnvAddVar()
131 const char *pszEqual = strchr(pszValue, '='); in kBuiltinOptEnvSet()
175 const char *pszEqual = strchr(pszValue, '='); in kBuiltinOptEnvAppendPrepend()
311 size_t cchNewCwd = strlen(pszValue); in kBuiltinOptChDir()
316 if (*pszValue == '/' || *pszValue == '\\') in kBuiltinOptChDir()
318 if (pszValue[1] == '/' || pszValue[1] == '\\') in kBuiltinOptChDir()
325 else if ( pszValue[1] == ':' in kBuiltinOptChDir()
326 && isalpha(pszValue[0])) in kBuiltinOptChDir()
328 if (pszValue[2] == '/'|| pszValue[2] == '\\') in kBuiltinOptChDir()
343 pszValue += 2; in kBuiltinOptChDir()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssdeclaration.cpp33 ASSERT(pszValue); in ParseCSSNumber()
42 pszValue += iUsedLen; in ParseCSSNumber()
62 ASSERT(pszValue); in ParseCSSString()
68 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString()
81 ASSERT(pszValue); in ParseCSSColor()
88 uint8_t red = Hex2Dec((uint8_t)pszValue[1], (uint8_t)pszValue[1]); in ParseCSSColor()
89 uint8_t green = Hex2Dec((uint8_t)pszValue[2], (uint8_t)pszValue[2]); in ParseCSSColor()
90 uint8_t blue = Hex2Dec((uint8_t)pszValue[3], (uint8_t)pszValue[3]); in ParseCSSColor()
95 uint8_t red = Hex2Dec((uint8_t)pszValue[1], (uint8_t)pszValue[2]); in ParseCSSColor()
96 uint8_t green = Hex2Dec((uint8_t)pszValue[3], (uint8_t)pszValue[4]); in ParseCSSColor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssdeclaration.cpp34 ASSERT(pszValue); in ParseCSSNumber()
43 pszValue += iUsedLen; in ParseCSSNumber()
63 ASSERT(pszValue); in ParseCSSString()
69 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString()
82 ASSERT(pszValue); in ParseCSSColor()
89 uint8_t red = Hex2Dec((uint8_t)pszValue[1], (uint8_t)pszValue[1]); in ParseCSSColor()
90 uint8_t green = Hex2Dec((uint8_t)pszValue[2], (uint8_t)pszValue[2]); in ParseCSSColor()
91 uint8_t blue = Hex2Dec((uint8_t)pszValue[3], (uint8_t)pszValue[3]); in ParseCSSColor()
96 uint8_t red = Hex2Dec((uint8_t)pszValue[1], (uint8_t)pszValue[2]); in ParseCSSColor()
97 uint8_t green = Hex2Dec((uint8_t)pszValue[3], (uint8_t)pszValue[4]); in ParseCSSColor()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_srsnode.cpp71 CPLFree( pszValue ); in ~OGR_SRSNode()
452 if( (pszValue[0] == 'e' || pszValue[0] == 'E') ) in NeedsQuoting()
459 if( (pszValue[i] < '0' || pszValue[i] > '9') in NeedsQuoting()
461 && pszValue[i] != '-' && pszValue[i] != '+' in NeedsQuoting()
462 && pszValue[i] != 'e' && pszValue[i] != 'E' ) in NeedsQuoting()
813 if( (pszValue[0] >= '0' && pszValue[0] <= '9') || pszValue[0] != '.' ) in MakeValueSafe()
821 if( !(pszValue[i] >= 'A' && pszValue[i] <= 'Z') in MakeValueSafe()
822 && !(pszValue[i] >= 'a' && pszValue[i] <= 'z') in MakeValueSafe()
823 && !(pszValue[i] >= '0' && pszValue[i] <= '9') ) in MakeValueSafe()
835 if( pszValue[j] == '_' && pszValue[i] == '_' ) in MakeValueSafe()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_srsnode.cpp71 CPLFree( pszValue );
452 if( (pszValue[0] == 'e' || pszValue[0] == 'E') )
459 if( (pszValue[i] < '0' || pszValue[i] > '9')
461 && pszValue[i] != '-' && pszValue[i] != '+'
462 && pszValue[i] != 'e' && pszValue[i] != 'E' )
813 if( (pszValue[0] >= '0' && pszValue[0] <= '9') || pszValue[0] != '.' )
821 if( !(pszValue[i] >= 'A' && pszValue[i] <= 'Z')
822 && !(pszValue[i] >= 'a' && pszValue[i] <= 'z')
823 && !(pszValue[i] >= '0' && pszValue[i] <= '9') )
835 if( pszValue[j] == '_' && pszValue[i] == '_' )
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_srsnode.cpp71 CPLFree( pszValue ); in ~OGR_SRSNode()
452 if( (pszValue[0] == 'e' || pszValue[0] == 'E') ) in NeedsQuoting()
459 if( (pszValue[i] < '0' || pszValue[i] > '9') in NeedsQuoting()
461 && pszValue[i] != '-' && pszValue[i] != '+' in NeedsQuoting()
462 && pszValue[i] != 'e' && pszValue[i] != 'E' ) in NeedsQuoting()
813 if( (pszValue[0] >= '0' && pszValue[0] <= '9') || pszValue[0] != '.' ) in MakeValueSafe()
821 if( !(pszValue[i] >= 'A' && pszValue[i] <= 'Z') in MakeValueSafe()
822 && !(pszValue[i] >= 'a' && pszValue[i] <= 'z') in MakeValueSafe()
823 && !(pszValue[i] >= '0' && pszValue[i] <= '9') ) in MakeValueSafe()
835 if( pszValue[j] == '_' && pszValue[i] == '_' ) in MakeValueSafe()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_srsnode.cpp65 CPLFree( pszValue ); in ~OGR_SRSNode()
299 if( EQUAL(papoChildNodes[i]->pszValue,pszValue) ) in FindChild()
390 if( (pszValue[i] < '0' || pszValue[i] > '9') in NeedsQuoting()
392 && pszValue[i] != '-' && pszValue[i] != '+' in NeedsQuoting()
393 && pszValue[i] != 'e' && pszValue[i] != 'E' ) in NeedsQuoting()
685 if( (pszValue[0] >= '0' && pszValue[0] <= '9') || pszValue[0] != '.' ) in MakeValueSafe()
693 if( !(pszValue[i] >= 'A' && pszValue[i] <= 'Z') in MakeValueSafe()
694 && !(pszValue[i] >= 'a' && pszValue[i] <= 'z') in MakeValueSafe()
695 && !(pszValue[i] >= '0' && pszValue[i] <= '9') ) in MakeValueSafe()
706 if( pszValue[j] == '_' && pszValue[i] == '_' ) in MakeValueSafe()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srsnode.cpp300 if( EQUAL(papoChildNodes[i]->pszValue,pszValue) ) in FindChild()
389 if( (pszValue[0] == 'e' || pszValue[0] == 'E') ) in NeedsQuoting()
396 if( (pszValue[i] < '0' || pszValue[i] > '9') in NeedsQuoting()
398 && pszValue[i] != '-' && pszValue[i] != '+' in NeedsQuoting()
399 && pszValue[i] != 'e' && pszValue[i] != 'E' ) in NeedsQuoting()
713 if( (pszValue[0] >= '0' && pszValue[0] <= '9') || pszValue[0] != '.' ) in MakeValueSafe()
721 if( !(pszValue[i] >= 'A' && pszValue[i] <= 'Z') in MakeValueSafe()
722 && !(pszValue[i] >= 'a' && pszValue[i] <= 'z') in MakeValueSafe()
723 && !(pszValue[i] >= '0' && pszValue[i] <= '9') ) in MakeValueSafe()
734 if( pszValue[j] == '_' && pszValue[i] == '_' ) in MakeValueSafe()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/css/
H A Dfde_cssdeclaration.cpp52 const FX_WCHAR* pszValue, in CopyToLocal() argument
280 const FX_WCHAR* pszValue, in ParseNumber() argument
315 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen); in ParseURI()
316 return pszValue in ParseURI()
323 const FX_WCHAR* pszValue, in ParseString() argument
332 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen); in ParseString()
333 return pszValue in ParseString()
496 pszValue = CopyToLocal(pArgs, pszValue, iValueLen); in ParseCounterProperty()
503 pszValue = CopyToLocal(pArgs, pszValue, iValueLen); in ParseCounterProperty()
566 pszValue = CopyToLocal(pArgs, pszValue, iValueLen); in ParseValueListProperty()
[all …]
H A Dfde_cssdeclaration.h55 const FX_WCHAR* pszValue,
60 const FX_WCHAR* pszValue,
69 const FX_WCHAR* pszValue,
81 const FX_WCHAR* pszValue,
93 const FX_WCHAR* pszValue,
126 const FX_WCHAR* pszValue,
129 const FX_WCHAR* pszValue,
132 const FX_WCHAR* pszValue,
135 const FX_WCHAR* pszValue,
138 const FX_WCHAR* pszValue,
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapcontext.c363 pszValue = psFormat->psChild->pszValue; in msLoadMapContextLayerFormat()
365 pszValue = psFormat->psChild->psNext->pszValue; in msLoadMapContextLayerFormat()
369 if(pszValue != NULL && strcasecmp(pszValue, "") != 0) { in msLoadMapContextLayerFormat()
838 if((pszValue != NULL) && (atoi(pszValue) == 0 && in msLoadMapContextLayer()
846 if(pszValue !=NULL && (atoi(pszValue) == 1 || in msLoadMapContextLayer()
1713 while( pszValue && *pszValue == ' ' ) in msWriteMapContext()
1715 if(pszValue == NULL || strlen(pszValue) < 1) { in msWriteMapContext()
1887 pszValue = strchr(pszValue, ','); in msWriteMapContext()
1909 pszValue = strchr(pszValue, ','); in msWriteMapContext()
1924 pszValue = strchr(pszValue, ','); in msWriteMapContext()
[all …]
H A Dmapogcfilter.c53 if (pszValue != NULL && *pszValue != '\0' && !isspace(*pszValue)) { in FLTIsNumeric()
62 if (!isdigit(pszValue[i]) && pszValue[i] != '-') { in FLTIsNumeric()
66 } else if (!isdigit(pszValue[i]) && pszValue[i] != '.') { in FLTIsNumeric()
349 if (!pszValue) in FLTGetGeosOperator()
1123 psFilterNode->pszValue = msStrdup(psXMLNode->pszValue); in FLTInsertElementInNode()
1742 if (pszValue) { in FLTIsLogicalFilterType()
1759 if (pszValue) { in FLTIsBinaryComparisonFilterType()
1780 if (pszValue) { in FLTIsComparisonFilterType()
1800 if (pszValue && (strcasecmp(pszValue, "FeatureId") == 0 || in FLTIsFeatureIdFilterType()
1817 if (pszValue) { in FLTIsSpatialFilterType()
[all …]
H A Dmapogcfiltercommon.cpp69 const char* pszValue = psFilterNode->psRightNode->pszValue; in FLTGetIsLikeComparisonCommonExpression() local
70 const size_t nLength = strlen(pszValue); in FLTGetIsLikeComparisonCommonExpression()
76 if (pszValue[i] == pszSingle[0]) { in FLTGetIsLikeComparisonCommonExpression()
83 if( pszValue[i+1] == '\\' ) in FLTGetIsLikeComparisonCommonExpression()
99 expr += pszValue[i+1]; in FLTGetIsLikeComparisonCommonExpression()
108 if( pszValue[i] == '\\' ) in FLTGetIsLikeComparisonCommonExpression()
116 expr += pszValue[i]; in FLTGetIsLikeComparisonCommonExpression()
120 expr += pszValue[i]; in FLTGetIsLikeComparisonCommonExpression()
283 …if (psFilterNode->psRightNode->pszValue == NULL || strcasecmp(psFilterNode->pszValue, "PropertyIsL… in FLTGetBinaryComparisonCommonExpression()
558 …if ((strcasecmp(psNode->pszValue, "DWithin") == 0 || strcasecmp(psNode->pszValue, "Beyond") == 0))… in FLTGetSpatialComparisonCommonExpression()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/dted/
H A Ddteddataset.cpp376 char *pszValue; in Open() local
380 CPLFree( pszValue ); in Open()
384 CPLFree( pszValue ); in Open()
388 CPLFree( pszValue ); in Open()
392 CPLFree( pszValue ); in Open()
396 CPLFree( pszValue ); in Open()
400 CPLFree( pszValue ); in Open()
404 CPLFree( pszValue ); in Open()
408 CPLFree( pszValue ); in Open()
412 CPLFree( pszValue ); in Open()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/dted/
H A Ddteddataset.cpp367 char *pszValue = in Open() local
370 CPLFree( pszValue ); in Open()
374 CPLFree( pszValue ); in Open()
378 CPLFree( pszValue ); in Open()
382 CPLFree( pszValue ); in Open()
386 CPLFree( pszValue ); in Open()
390 CPLFree( pszValue ); in Open()
394 CPLFree( pszValue ); in Open()
398 CPLFree( pszValue ); in Open()
402 CPLFree( pszValue ); in Open()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/dted/
H A Ddteddataset.cpp367 char *pszValue = in Open() local
370 CPLFree( pszValue ); in Open()
374 CPLFree( pszValue ); in Open()
378 CPLFree( pszValue ); in Open()
382 CPLFree( pszValue ); in Open()
386 CPLFree( pszValue ); in Open()
390 CPLFree( pszValue ); in Open()
394 CPLFree( pszValue ); in Open()
398 CPLFree( pszValue ); in Open()
402 CPLFree( pszValue ); in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/dted/
H A Ddteddataset.cpp367 char *pszValue = in Open() local
370 CPLFree( pszValue ); in Open()
374 CPLFree( pszValue ); in Open()
378 CPLFree( pszValue ); in Open()
382 CPLFree( pszValue ); in Open()
386 CPLFree( pszValue ); in Open()
390 CPLFree( pszValue ); in Open()
394 CPLFree( pszValue ); in Open()
398 CPLFree( pszValue ); in Open()
402 CPLFree( pszValue ); in Open()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/MiniSQL/
H A DSQLColAttribute.c19 SQLPOINTER pszValue, in SQLColAttribute() argument
56 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
61 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
69 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
86 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
94 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
99 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
104 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
109 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
129 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/template/
H A DSQLColAttribute.c19 SQLPOINTER pszValue, in SQLColAttribute() argument
56 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
61 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
69 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
86 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
94 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
99 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
104 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
109 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
129 *pnValueLength = strlen( pszValue ); in SQLColAttribute()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/openvpnmsica/
H A Dmsiex.c43 _Out_ LPTSTR *pszValue) in msi_get_string() argument
45 if (pszValue == NULL) in msi_get_string()
58 if (*pszValue == NULL) in msi_get_string()
101 _Out_ LPTSTR *pszValue) in msi_get_record_string() argument
103 if (pszValue == NULL) in msi_get_record_string()
116 if (*pszValue == NULL) in msi_get_record_string()
159 _Out_ LPTSTR *pszValue) in msi_format_record() argument
161 if (pszValue == NULL) in msi_format_record()
218 _Out_ LPTSTR *pszValue) in msi_format_field() argument
220 if (pszValue == NULL) in msi_format_field()
[all …]
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpnmsica/
H A Dmsiex.c43 _Out_ LPTSTR *pszValue) in msi_get_string() argument
45 if (pszValue == NULL) in msi_get_string()
58 if (*pszValue == NULL) in msi_get_string()
101 _Out_ LPTSTR *pszValue) in msi_get_record_string() argument
103 if (pszValue == NULL) in msi_get_record_string()
116 if (*pszValue == NULL) in msi_get_record_string()
159 _Out_ LPTSTR *pszValue) in msi_format_record() argument
161 if (pszValue == NULL) in msi_format_record()
218 _Out_ LPTSTR *pszValue) in msi_format_field() argument
220 if (pszValue == NULL) in msi_format_field()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnmsica/
H A Dmsiex.c43 _Out_ LPTSTR *pszValue) in msi_get_string() argument
45 if (pszValue == NULL) in msi_get_string()
58 if (*pszValue == NULL) in msi_get_string()
101 _Out_ LPTSTR *pszValue) in msi_get_record_string() argument
103 if (pszValue == NULL) in msi_get_record_string()
116 if (*pszValue == NULL) in msi_get_record_string()
159 _Out_ LPTSTR *pszValue) in msi_format_record() argument
161 if (pszValue == NULL) in msi_format_record()
218 _Out_ LPTSTR *pszValue) in msi_format_field() argument
220 if (pszValue == NULL) in msi_format_field()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dntv2dataset.cpp190 memcpy( achFileHeader + 3*16+8, pszValue, MIN(8,strlen(pszValue)) ); in FlushCache()
195 memcpy( achFileHeader + 4*16+8, pszValue, MIN(8,strlen(pszValue)) ); in FlushCache()
200 memcpy( achFileHeader + 5*16+8, pszValue, MIN(8,strlen(pszValue)) ); in FlushCache()
719 memcpy( achHeader + 3*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
723 memcpy( achHeader + 4*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
727 memcpy( achHeader + 5*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
731 memcpy( achHeader + 6*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
771 memcpy( achHeader + 0*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
775 memcpy( achHeader + 1*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
779 memcpy( achHeader + 2*16+8, pszValue, MIN(16,strlen(pszValue)) ); in Create()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfwriterconfig.cpp38 if( pszName != nullptr && pszValue != nullptr )
40 oMap[pszName] = pszValue;
62 if( EQUAL(psIter->pszValue, "DatasetCreationOption") )
70 else if( EQUAL(psIter->pszValue, "Attribute") )
76 else if( EQUAL(psIter->pszValue, "Field") )
85 else if( EQUAL(psIter->pszValue, "Layer") )
114 if( pszName == nullptr || pszValue == nullptr )
120 m_osValue = pszValue;
148 if( EQUAL(psIter->pszValue, "Attribute") )
186 else if( EQUAL(psIter->pszValue, "Attribute") )
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfwriterconfig.cpp38 if( pszName != nullptr && pszValue != nullptr ) in SetNameValue()
40 oMap[pszName] = pszValue; in SetNameValue()
62 if( EQUAL(psIter->pszValue, "DatasetCreationOption") ) in Parse()
70 else if( EQUAL(psIter->pszValue, "Attribute") ) in Parse()
76 else if( EQUAL(psIter->pszValue, "Field") ) in Parse()
85 else if( EQUAL(psIter->pszValue, "Layer") ) in Parse()
114 if( pszName == nullptr || pszValue == nullptr ) in Parse()
120 m_osValue = pszValue; in Parse()
148 if( EQUAL(psIter->pszValue, "Attribute") ) in Parse()
186 else if( EQUAL(psIter->pszValue, "Attribute") ) in Parse()
[all …]

12345678910>>...91