Home
last modified time | relevance | path

Searched refs:argh (Results 1 – 2 of 2) sorted by relevance

/tools/lib/subcmd/
Dparse-options.h106 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 =…
164 .value = (v), .argh = (a), .help = (h), .callback = (f), \
Dparse-options.c741 if (opts->argh) { in print_option_help()
744 pos += fprintf(stderr, "[=<%s>]", opts->argh); in print_option_help()
746 pos += fprintf(stderr, "[<%s>]", opts->argh); in print_option_help()
748 pos += fprintf(stderr, " <%s>", opts->argh); in print_option_help()