Searched refs:bc_opt_longoptsEnd (Results 1 – 1 of 1) sorted by relevance
50 static inline bool bc_opt_longoptsEnd(const BcOptLong *longopts, size_t i) { in bc_opt_longoptsEnd() function58 for (i = 0; !bc_opt_longoptsEnd(longopts, i); ++i) { in bc_opt_longopt()76 for (i = 0; !bc_opt_longoptsEnd(longopts, i) && longopts[i].val != c; ++i); in bc_opt_type()78 if (bc_opt_longoptsEnd(longopts, i)) return -1; in bc_opt_type()206 for (i = 0; !bc_opt_longoptsEnd(longopts, i); i++) { in bc_opt_parse()