Searched refs:stringLength (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/app/
H A DServerProtocolStructs.h97 int32 stringLength; member in struct:ViewDrawStringInfo
/haiku/src/kits/device/
H A DUSBDevice.cpp274 int32 stringLength = GetStringDescriptor(index, stringDescriptor, local
277 if (stringLength < 3)
284 for (int32 i = 0; i < (stringLength / 2); i++) {
301 (const char*)stringDescriptor->string, &stringLength,
/haiku/headers/posix/
H A Dstdio.h164 extern char *fgets(char *string, int stringLength, FILE *stream);
165 extern char *fgets_unlocked(char *string, int stringLength, FILE *stream);
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp635 size_t stringLength = strnlen(position, (char*)sectionEnd - position); local
637 if (stringLength == 0) {
666 position += stringLength + 1;
963 size_t stringLength = strnlen(string, local
966 if (stringLength
977 *_stringLength = stringLength;
979 fCurrentSection->currentOffset += stringLength + 1;
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp975 size_t stringLength = strnlen(position, (char*)sectionEnd - position); local
977 if (stringLength == 0) {
1006 position += stringLength + 1;
1323 size_t stringLength = strnlen(string, local
1326 if (stringLength
1337 *_stringLength = stringLength;
1339 fCurrentSection->currentOffset += stringLength + 1;
/haiku/src/servers/app/
H A DServerWindow.cpp3082 || info.stringLength <= 0) {
3088 (info.stringLength + 1 + 63) / 64 * 64);
3098 if (link.Read(string, info.stringLength) != B_OK)
3103 string[info.stringLength] = '\0';
3110 info.stringLength, info.location, delta);
3119 int32 stringLength; local
3120 if (link.Read<int32>(&stringLength) != B_OK || stringLength <= 0)
3129 (stringLength + 1 + 63) / 64 * 64);
3134 if (link.Read(string, stringLength) !
3830 int32 stringLength; local
[all...]
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp572 uint8 stringLength = MIN(temp[0], command.string.length); local
573 char *string = (char *)malloc(stringLength);
583 string, stringLength, &actualLength) < B_OK
584 || actualLength != stringLength) {
593 stringLength) != B_OK) {
599 command.string.length = stringLength;
/haiku/src/kits/interface/
H A DView.cpp3279 info.stringLength = length;

Completed in 86 milliseconds