Searched refs:fCommandLen (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp204 fCommandLen = strlen(command) + 1;
205 fCommandNul = fCommandLen - 1;
206 fCommand = new char[fCommandLen];
530 while (fCommandLen - fCommandNul <= newCharLen) {
533 fCommandLen = (fCommandLen + 10) * 2;
537 char* temp = new char[fCommandLen];
546 strncat(fCommand, bytes, fCommandLen);
H A DShortcutsSpec.h79 uint32 fCommandLen; // number of bytes in fCommand buffer member in class:ShortcutsSpec

Completed in 81 milliseconds