Searched refs:argh (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/lib/subcmd/ |
D | parse-options.h | 102 const char *argh; member 136 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) } 139 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 143 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ 146 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),… 148 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 152 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 154 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 156 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… [all …]
|
D | parse-options.c | 744 if (opts->argh) { in print_option_help() 747 pos += fprintf(stderr, "[=<%s>]", opts->argh); in print_option_help() 749 pos += fprintf(stderr, "[<%s>]", opts->argh); in print_option_help() 751 pos += fprintf(stderr, " <%s>", opts->argh); in print_option_help()
|