Searched refs:fopts (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_build.c | 436 const filt_opts_t *fopts) in npfctl_build_code() argument 438 const addr_port_t *apfrom = &fopts->fo_from; in npfctl_build_code() 439 const addr_port_t *apto = &fopts->fo_to; in npfctl_build_code() 486 opts = MATCH_SRC | (fopts->fo_finvert ? MATCH_INVERT : 0); in npfctl_build_code() 488 opts = MATCH_DST | (fopts->fo_tinvert ? MATCH_INVERT : 0); in npfctl_build_code() 704 const npfvar_t *popts, const filt_opts_t *fopts, in npfctl_build_rule() argument 715 npfctl_build_code(rl, family, popts, fopts); in npfctl_build_rule() 743 const npfvar_t *popts, const filt_opts_t *fopts, unsigned flags) in npfctl_build_nat() argument 783 npfctl_build_code(nat, family, popts, fopts); in npfctl_build_nat() 825 const filt_opts_t *fopts, unsigned algo) in npfctl_build_natseg() argument [all …]
|
| /netbsd/src/usr.bin/config/ |
| D | gram.y | 195 %type <condexpr> fopts condexpr condatom 355 XFILE filename fopts fflags rule { addfile($2, $3, $4, $5); } 360 XOBJECT filename fopts oflags { addfile($2, $3, $4, NULL); } 365 DEVICE_MAJOR WORD device_major_char device_major_block fopts devnodes 469 fopts:
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lto-wrapper.cc | 1118 char *fopts; in find_and_merge_options() local 1145 fopts = data; in find_and_merge_options() 1149 = get_options_from_collect_gcc_options (collect_gcc, fopts); in find_and_merge_options() 1159 fopts += strlen (fopts) + 1; in find_and_merge_options() 1161 while (fopts - data < length); in find_and_merge_options()
|