Searched refs:argh (Results 1 – 2 of 2) sorted by relevance
/tools/lib/subcmd/ |
D | parse-options.h | 106 const char *argh; member 139 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) } 142 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 146 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ 149 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),… 151 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 153 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 155 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 157 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 159 …{ .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()
|