Searched refs:opt (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h50 char opt; member in struct:miniopt
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c66 t->opt = '\0';
117 t->opt = p[1];
125 if (strchr(t->flags, t->opt)) {
155 t->opt = '?';
H A Ddhdu.c375 char *opt = *argv++; local
379 "error: expected interface name after option %s\n", opt);
628 if (!opts.good_int && opts.opt != 'd') {
634 switch (opts.opt) {
976 if (opts.opt == 'h') {
978 } else if (opts.opt == 'r') {
1745 if (opts.opt == 'a') {
1763 } else if (!opts.opt) {
1776 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1996 fprintf(stderr, "unrecognized option %c\n", opts.opt);
[all...]
/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c99 INT opt; local
111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) {
112 switch (opt) {
/hardware/ril/reference-ril/
H A Dreference-ril.c3210 int opt; local
3215 while ( -1 != (opt = getopt(argc, argv, "p:d:s:"))) {
3216 switch (opt) {
3264 int opt; local
3266 while ( -1 != (opt = getopt(argc, argv, "p:d:"))) {
3267 switch (opt) {

Completed in 1058 milliseconds