Searched refs:opt (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/shared/ |
D | miniopt.c | 71 t->opt = '\0'; in miniopt() 122 t->opt = p[1]; in miniopt() 130 if (strchr(t->flags, t->opt)) { in miniopt() 160 t->opt = '?'; in miniopt()
|
/hardware/ti/omap3/dspbridge/dspexec/ |
D | dspexec.c | 99 INT opt; in main() local 111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) { in main() 112 switch (opt) { in main()
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | miniopt.h | 55 char opt; member
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
D | dhdu.c | 311 char *opt = *argv++; in dhd_option() local 315 "error: expected interface name after option %s\n", opt); in dhd_option() 564 if (!opts.good_int && opts.opt != 'd') { in dhd_pktgen() 570 switch (opts.opt) { in dhd_pktgen() 861 if (opts.opt == 'h') { in dhd_membytes() 863 } else if (opts.opt == 'r') { in dhd_membytes() 1482 if (opts.opt == 'a') { in dhd_download() 1500 } else if (!opts.opt) { in dhd_download() 1511 fprintf(stderr, "unrecognized option %c\n", opts.opt); in dhd_download() 1690 if (opts.opt == 'a') { in dhd_upload() [all …]
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 2077 int opt; local 2082 while ( -1 != (opt = getopt(argc, argv, "p:d:s:"))) { 2083 switch (opt) { 2126 int opt; local 2128 while ( -1 != (opt = getopt(argc, argv, "p:d:"))) { 2129 switch (opt) {
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 211 3. You may opt to apply the terms of the ordinary GNU General Public
|