Home | History | Annotate | Download | only in lib

Lines Matching refs:help_exit

139     help_exit("Unknown option %s", gof->arg);
166 if (bad) help_exit("No '%c' with '%c'", opt->c, bad->c);
190 if (opt->c != -1) help_exit("%s-%c", s, opt->c);
193 help_exit("%s--%.*s", s, lo->len, lo->str);
207 if (l < opt->val[0].l) help_exit("-%c < %ld", opt->c, opt->val[0].l);
208 if (l > opt->val[1].l) help_exit("-%c > %ld", opt->c, opt->val[1].l);
216 help_exit("-%c < %lf", opt->c, (double)opt->val[0].f);
218 help_exit("-%c > %lf", opt->c, (double)opt->val[1].f);
478 help_exit("Need%s %d argument%s", letters[!!(gof.minargs-1)],
481 help_exit("Max %d argument%s", gof.maxargs, letters[!(gof.maxargs-1)]);
490 help_exit("Needs %s-%s", s[1] ? "one of " : "", needs);