Searched refs:bc_opt_longoptsEnd (Results 1 – 1 of 1) sorted by relevance
57 bc_opt_longoptsEnd(const BcOptLong* longopts, size_t i) in bc_opt_longoptsEnd() function73 for (i = 0; !bc_opt_longoptsEnd(longopts, i); ++i) in bc_opt_longopt()126 for (i = 0; !bc_opt_longoptsEnd(longopts, i) && longopts[i].val != c; ++i) in bc_opt_type()131 if (bc_opt_longoptsEnd(longopts, i)) return -1; in bc_opt_type()328 for (i = 0; !bc_opt_longoptsEnd(longopts, i); i++) in bc_opt_parse()