Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/src/
H A DPortProcedures.cpp1436 int nullTerminatedLength = 0; in nullTerminatedBytevectorTostringEx() local
1437 for (int i = 0; i < realLength; i++, nullTerminatedLength++) { in nullTerminatedBytevectorTostringEx()
1443 BinaryInputPort* port = new ByteArrayBinaryInputPort(bytevector->data(), nullTerminatedLength); in nullTerminatedBytevectorTostringEx()