Searched refs:optb (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-suggestions.c172 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;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-suggestions.cc172 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;
/netbsd-current/sbin/fsck/
H A Dfsck.c283 char *optb; local
291 optb = NULL;
293 catopt(&optb, options);
295 catopt(&optb, extra);
296 optbuf = optb;
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dxutil.c641 cmdoption(char *s, struct opt_tab *optb, u_int *flags) argument
671 for (dp = optb; dp->opt; dp++) {

Completed in 424 milliseconds