Home
last modified time | relevance | path

Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dminiopt.c79 if (!t->opt_end && !strcmp(p, "--")) { in miniopt()
80 t->opt_end = TRUE; in miniopt()
89 if (t->opt_end) { in miniopt()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dminiopt.h39 bool opt_end; /* at end of options (passed a "--") */ member