Searched refs:valstr (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | miniopt.c | 60 char *p, *eq, *valstr, *endptr = NULL; in miniopt() local 67 t->valstr = NULL; in miniopt() 69 valstr = NULL; in miniopt() 91 valstr = p; in miniopt() 106 valstr = eq + 1; in miniopt() 107 if (*valstr == '\0') { in miniopt() 127 valstr = NULL; in miniopt() 135 valstr = *argv; in miniopt() 141 valstr = p; in miniopt() 145 if (valstr) { in miniopt() [all …]
|
D | dhdu.c | 630 fprintf(stderr, "invalid integer %s\n", opts.valstr); in dhd_pktgen() 661 if (!strcmp(opts.valstr, "send")) in dhd_pktgen() 663 else if (!strcmp(opts.valstr, "echo")) in dhd_pktgen() 665 else if (!strcmp(opts.valstr, "burst")) in dhd_pktgen() 667 else if (!strcmp(opts.valstr, "recv")) in dhd_pktgen() 671 opts.valstr); in dhd_pktgen() 678 opts.key, opts.valstr); in dhd_pktgen() 1748 fprintf(stderr, "invalid address %s\n", opts.valstr); in dhd_download() 1756 opts.valstr); in dhd_download() 1761 vname = opts.valstr; in dhd_download() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | miniopt.h | 52 char* valstr; /* positional param, or value for the option, member
|