Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/include/
H A Dopt.h114 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts);
/freebsd-13.1/contrib/bc/src/
H A Dargs.c128 while ((c = bc_opt_parse(&opts, bc_args_lopt)) != -1) { in bc_args()
H A Dopt.c262 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts) { in bc_opt_parse() function