Searched refs:optb (Results 1 – 4 of 4) sorted by relevance
172 struct cl_option optb; in build_option_suggestions() local178 optb = *option; in build_option_suggestions()179 optb.opt_text = opt_text = "-fno-sanitize="; in build_option_suggestions()180 optb.cl_reject_negative = true; in build_option_suggestions()181 option = &optb; in build_option_suggestions()
283 char *optb; in checkfs() local291 optb = NULL; in checkfs()293 catopt(&optb, options); in checkfs()295 catopt(&optb, extra); in checkfs()296 optbuf = optb; in checkfs()
641 cmdoption(char *s, struct opt_tab *optb, u_int *flags) in cmdoption() argument671 for (dp = optb; dp->opt; dp++) { in cmdoption()