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

/haiku/src/tools/fs_shell/
H A Dexternal_commands_beos.cpp61 int commandLen = _message + bytesRead - message->command; local
62 if (commandLen <= 1) {
66 if (commandLen > len) {
72 memcpy(input, message->command, commandLen);
H A Dfs_shell_command_beos.cpp22 int commandLen = strlen(command); local
23 if (commandLen > kMaxCommandLength) {
52 sizeof(external_command_message) + commandLen);

Completed in 42 milliseconds