HomeSort by: relevance | last modified time | path
    Searched defs:optb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
opt-suggestions.cc 170 struct cl_option optb; local
178 optb = *option;
179 optb.opt_text = opt_text = "-fno-sanitize=";
180 optb.cl_reject_negative = true;
181 option = &optb;
  /src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.cc 170 struct cl_option optb; local
178 optb = *option;
179 optb.opt_text = opt_text = "-fno-sanitize=";
180 optb.cl_reject_negative = true;
181 option = &optb;
  /src/sbin/fsck/
fsck.c 283 char *optb; local
291 optb = NULL;
293 catopt(&optb, options);
295 catopt(&optb, extra);
296 optbuf = optb;

Completed in 25 milliseconds