| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_argh.py | 1 import argh 4 @argh.arg("foo", help="help for foo") 5 @argh.arg("--bar", help="help for bar") 10 argh.dispatch_command(main)
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/buildroot/package/python-argh/ |
| H A D | python-argh.hash | 1 # md5 from https://pypi.python.org/pypi/argh/json 2 md5 edda25f3f0164a963dd89c0e3c619973 argh-0.26.2.tar.gz 4 sha256 e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 argh-0.26.2.tar.gz
|
| H A D | Config.in | 2 bool "python-argh" 6 http://github.com/neithere/argh/
|
| H A D | python-argh.mk | 8 PYTHON_ARGH_SOURCE = argh-$(PYTHON_ARGH_VERSION).tar.gz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-watchdog_2.1.7.bb | 2 DEPENDS = "${PYTHON_PN}-argh" 12 ${PYTHON_PN}-argh \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmsdh.h | 92 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 105 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| H A D | bcmsdbus.h | 91 extern SDIOH_API_RC sdioh_interrupt_register(sdioh_info_t *si, sdioh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmsdh.h | 92 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 105 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| H A D | bcmsdbus.h | 91 extern SDIOH_API_RC sdioh_interrupt_register(sdioh_info_t *si, sdioh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdh.h | 96 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 109 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmsdh.h | 96 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 109 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| H A D | bcmsdbus.h | 91 extern SDIOH_API_RC sdioh_interrupt_register(sdioh_info_t *si, sdioh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdh.h | 98 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 111 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmsdh.h | 98 extern int bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh); 111 extern int bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh);
|
| H A D | bcmsdbus.h | 107 extern SDIOH_API_RC sdioh_interrupt_register(sdioh_info_t *si, sdioh_cb_fn_t fn, void *argh);
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | regs-mmc.h | 29 uint32_t argh; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | cross-compile.patch | 45 + # argh! morons!./__conftest || exit 1
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdh.c | 267 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 277 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 308 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdh.c | 271 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 281 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 312 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmsdh.c | 250 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 260 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 292 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdh.c | 271 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 281 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 312 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdh.c | 272 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 282 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 313 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsdh.c | 272 bcmsdh_intr_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_intr_reg() argument 282 status = sdioh_interrupt_register(bcmsdh->sdioh, fn, argh); in bcmsdh_intr_reg() 313 bcmsdh_devremove_reg(void *sdh, bcmsdh_cb_fn_t fn, void *argh) in bcmsdh_devremove_reg() argument
|