Searched refs:resultLength (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/device/
H A DUSBDevice.cpp280 int32 resultLength = 0;
287 resultLength++;
289 resultLength++;
291 resultLength++;
296 char *result = new(std::nothrow) char[resultLength + 1];
302 result, &resultLength, NULL);
307 result[resultLength] = 0;
/haiku/src/kits/shared/
H A DCommandPipe.cpp316 int resultLength = fResult.Length(); local
318 if (fResult.Length() != lineLength + resultLength)
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h116 size_t resultLength);
219 size_t resultLength);
H A DBusManager.cpp514 get_device(const char* hid, uint32 index, char* result, size_t resultLength) argument
526 strlcpy(result, buffer, resultLength);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c1697 int resultLength = -1; local
1728 resultLength = sizeof(char) * (requiredBufferLength + 1);
1729 result = ntfs_calloc(resultLength);
1734 (UInt8*) result, resultLength - 1,
1746 "bytes for char *result.\n", resultLength);
1758 return resultLength - 1;
/haiku/headers/os/drivers/
H A DACPI.h253 size_t resultLength);

Completed in 65 milliseconds