Searched refs:argh (Results 1 – 2 of 2) sorted by relevance
/tools/lib/subcmd/ |
D | parse-options.h | 105 const char *argh; member 137 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) } 140 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 144 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ 147 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),… 149 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 151 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 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 =… 162 .value = (v), .argh = (a), .help = (h), .callback = (f), \
|
D | parse-options.c | 722 if (opts->argh) { in print_option_help() 725 pos += fprintf(stderr, "[=<%s>]", opts->argh); in print_option_help() 727 pos += fprintf(stderr, "[<%s>]", opts->argh); in print_option_help() 729 pos += fprintf(stderr, " <%s>", opts->argh); in print_option_help()
|