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