opterror           20 parse-options-cb.c 			return opterror(opt, "expects a numerical value", 0);
opterror           52 parse-options-cb.c 		return opterror(opt,
opterror           38 parse-options.c 		return opterror(opt, "requires a value", flags);
opterror           75 parse-options.c 		opterror(opt, message.buf, flags);
opterror           79 parse-options.c 	return opterror(opt, ": incompatible with something else", flags);
opterror           92 parse-options.c 		return opterror(opt, "takes no value", flags);
opterror           94 parse-options.c 		return opterror(opt, "isn't available", flags);
opterror           96 parse-options.c 		return opterror(opt, "takes no value", flags);
opterror          180 parse-options.c 			return opterror(opt, "expects a numerical value", flags);
opterror          195 parse-options.c 			return opterror(opt,
opterror          261 parse-options.c 				return opterror(options, "takes no value", flags);
opterror          180 parse-options.h extern int opterror(const struct option *opt, const char *reason, int flags);
opterror          182 parse-options.h #define opterror(o,r,f) (opterror((o),(r),(f)), const_error())