Home
last modified time | relevance | path

Searched refs:optflags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/rtadvd/
H A Drtadvd.c1377 union nd_opts *ndopts, uint32_t optflags) in nd6_options() argument
1409 if ((ndopt_flags[hdr->nd_opt_type] & optflags) == 0) { in nd6_options()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dconfigure.ac1732 # Note the relevant -march types are listed in the optflags handling
2333 eval optflags=\"\$${ccbase}${abi1}_cflags_${opt}\"
2334 test -n "$optflags" || eval optflags=\"\$${ccbase}${abi2}_cflags_${opt}\"
2335 test -n "$optflags" || eval optflags=\"\$${ccbase}_cflags_${opt}\"
2337 for flag in $optflags; do
H A Dconfigure7341 test -n "$optflags" || eval optflags=\"\$${ccbase}${abi2}_cflags_${opt}\"
7342 test -n "$optflags" || eval optflags=\"\$${ccbase}_cflags_${opt}\"
7344 for flag in $optflags; do