Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c79 if (!t->opt_end && !strcmp(p, "--")) { in miniopt()
80 t->opt_end = TRUE; in miniopt()
89 if (t->opt_end) { in miniopt()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c155 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument
165 nopts = opt_end - panonopt_end; in permute_args()
167 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h39 bool opt_end; /* at end of options (passed a "--") */ member