Home
last modified time | relevance | path

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

12

/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkSend.c303 &regPtr->propLength, &bytesAfter,
307 regPtr->propLength = 0;
317 regPtr->propLength = 0;
333 if ((regPtr->propLength > 0)
334 && (regPtr->property[regPtr->propLength-1] != 0)) {
335 regPtr->propLength++;
439 regPtr->propLength -= p - entry;
485 regPtr->propLength);
493 regPtr->propLength += newBytes;
531 (int) regPtr->propLength);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkSend.c303 &regPtr->propLength, &bytesAfter,
307 regPtr->propLength = 0;
317 regPtr->propLength = 0;
333 if ((regPtr->propLength > 0)
334 && (regPtr->property[regPtr->propLength-1] != 0)) {
335 regPtr->propLength++;
439 regPtr->propLength -= p - entry;
485 regPtr->propLength);
493 regPtr->propLength += newBytes;
531 (int) regPtr->propLength);
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkSend.c303 &regPtr->propLength, &bytesAfter,
307 regPtr->propLength = 0;
317 regPtr->propLength = 0;
333 if ((regPtr->propLength > 0)
334 && (regPtr->property[regPtr->propLength-1] != 0)) {
335 regPtr->propLength++;
439 regPtr->propLength -= p - entry;
485 regPtr->propLength);
493 regPtr->propLength += newBytes;
531 (int) regPtr->propLength);
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixSend.c307 &regPtr->propLength, &bytesAfter,
311 regPtr->propLength = 0;
321 regPtr->propLength = 0;
337 if ((regPtr->propLength > 0)
338 && (regPtr->property[regPtr->propLength-1] != 0)) {
339 regPtr->propLength++;
451 regPtr->propLength -= p - entry;
497 regPtr->propLength);
505 regPtr->propLength += newBytes;
543 (int) regPtr->propLength);
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixSend.c290 &regPtr->propLength, &bytesAfter, in RegOpen()
294 regPtr->propLength = 0; in RegOpen()
304 regPtr->propLength = 0; in RegOpen()
320 if ((regPtr->propLength > 0) in RegOpen()
321 && (regPtr->property[regPtr->propLength-1] != 0)) { in RegOpen()
322 regPtr->propLength++; in RegOpen()
429 count = regPtr->propLength - (p - regPtr->property); in RegDeleteName()
437 regPtr->propLength -= p - entry; in RegDeleteName()
489 regPtr->propLength += newBytes; in RegAddName()
526 (int) regPtr->propLength); in RegClose()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixSend.c292 &regPtr->propLength, &bytesAfter, in RegOpen()
296 regPtr->propLength = 0; in RegOpen()
306 regPtr->propLength = 0; in RegOpen()
325 if ((regPtr->propLength > 0) in RegOpen()
326 && (regPtr->property[regPtr->propLength-1] != 0)) { in RegOpen()
327 regPtr->propLength++; in RegOpen()
434 count = regPtr->propLength - (p - regPtr->property); in RegDeleteName()
442 regPtr->propLength -= p - entry; in RegDeleteName()
494 regPtr->propLength += newBytes; in RegAddName()
536 (int) regPtr->propLength); in RegClose()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixSend.c292 &regPtr->propLength, &bytesAfter, in RegOpen()
296 regPtr->propLength = 0; in RegOpen()
306 regPtr->propLength = 0; in RegOpen()
325 if ((regPtr->propLength > 0) in RegOpen()
326 && (regPtr->property[regPtr->propLength-1] != 0)) { in RegOpen()
327 regPtr->propLength++; in RegOpen()
434 count = regPtr->propLength - (p - regPtr->property); in RegDeleteName()
442 regPtr->propLength -= p - entry; in RegDeleteName()
494 regPtr->propLength += newBytes; in RegAddName()
536 (int) regPtr->propLength); in RegClose()
[all …]
/dports/x11/fstobdf/fstobdf-1.0.6/
H A Dheader.c69 unsigned int *propLength, in FindStringProperty() argument
95 *propLength = propOffset->value.length; in FindStringProperty()
100 *propLength = 0; in FindStringProperty()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/scheduler/
H A DTask.scala279 val propLength = dataIn.readInt() constant
280 val propBytes = new Array[Byte](propLength)
281 dataIn.readFully(propBytes, 0, propLength)
/dports/devel/icu-lx/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/devel/icu/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Duset_props.cpp107 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
111 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Duset_props.cpp109 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
113 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Duset_props.cpp107 const UChar *prop, int32_t propLength, in uset_applyPropertyAlias() argument
111 UnicodeString p(prop, propLength); in uset_applyPropertyAlias()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DAccessCheck.cpp94 size_t propLength = JS_GetStringLength(JS_FORGET_STRING_FLATNESS(prop)); in IsPermitted() local
95 if (!propLength) return false; in IsPermitted()

12