Searched refs:command_name_p (Results 1 – 2 of 2) sorted by relevance
258 const char *command_name_p, /**< command name if available */ in cli_opt_usage() argument266 if (command_name_p != NULL) in cli_opt_usage()268 int command_length = (int) strlen (command_name_p); in cli_opt_usage()277 printf (" %s", command_name_p); in cli_opt_usage()383 const char *command_name_p, /**< command name if available */ in cli_help() argument386 cli_opt_usage (prog_name_p, command_name_p, options_p); in cli_help()
74 void cli_help (const char *prog_name_p, const char *command_name_p, const cli_opt_t *options_p);