Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h102 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 …]
H A Dparse-options.c744 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()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-watchdog_6.0.0.bb2 DEPENDS = "python3-argh"
12 python3-argh \
H A Dpython3-argh_0.31.3.bb3 'argh!' while struggling with the API of argparse? Don't like the complexity \
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-mmc.h28 uint32_t argh; member
/openbmc/u-boot/drivers/mmc/
H A Dpxa_mmc_gen.c126 writel(cmd->cmdarg >> 16, &regs->argh); in pxa_mmc_start_cmd()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb33 python3-argh \