Symbol: PrintUsage
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
419
commandEntry->Command()->PrintUsage(commandEntry->Name().String());
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
83
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliCommand.h
24
void PrintUsage(const char* commandName) const;
src/apps/debugger/user_interface/cli/commands/CliDumpMemoryCommand.cpp
64
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliDumpStringCommand.cpp
53
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliPrintVariableCommand.cpp
40
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliStackFrameCommand.cpp
35
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliStopCommand.cpp
34
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliThreadCommand.cpp
33
PrintUsage(argv[0]);
src/apps/debugger/user_interface/cli/commands/CliVariablesCommand.cpp
35
PrintUsage(argv[0]);
src/bin/fstrim.cpp
190
PrintUsage();
src/bin/fstrim.cpp
194
PrintUsage();
src/bin/fstrim.cpp
201
PrintUsage();
src/bin/mail_utils/spamdbm.cpp
1592
ostream& PrintUsage (ostream& OutputStream);
src/bin/mail_utils/spamdbm.cpp
5720
cerr << PrintUsage;
src/bin/mail_utils/spamdbm.cpp
5782
cerr << PrintUsage;
src/bin/mail_utils/spamdbm.cpp
5791
cerr << PrintUsage;
src/bin/mail_utils/spamdbm.cpp
5806
cerr << PrintUsage;
src/bin/mail_utils/spamdbm.cpp
7830
cout << PrintUsage; /* In case no arguments specified. */
src/bin/pkgman/Command.cpp
63
PrintUsage(error);
src/bin/pkgman/Command.h
33
void PrintUsage(bool error) const;
src/bin/translate.cpp
561
PrintUsage();
src/bin/translate.cpp
85
void PrintUsage(void);