Home
last modified time | relevance | path

Searched refs:opt (Results 1701 – 1725 of 1989) sorted by relevance

1...<<61626364656667686970>>...80

/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi1089 opt version output version information and exit
1092 -> opt save-opts save the option state to a config file
1475 <sub-opt>...&lt;...&gt;...</sub-opt>
1479 yielding an @code{option-name.sub-opt} string value of
/freebsd/contrib/tzcode/
H A Dzic.c939 redundant_time_option(char *opt) in redundant_time_option() argument
941 if (*opt == '@') { in redundant_time_option()
944 redundant = strtoimax(opt + 1, &opt_end, 10); in redundant_time_option()
945 if (opt_end != opt + 1 && !*opt_end) { in redundant_time_option()
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4651 … withval="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr"
761 /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr)]),[
779 … /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr)]),[
/freebsd/contrib/googletest/docs/
H A Dfaq.md165 ## EXPECT_EQ(htonl(blah), blah_blah) generates weird compiler errors in opt mode. Is this a GoogleT…
170 use `htonl` as a function pointer. However, in opt mode `htonl()` is defined as
179 template argument, and thus doesn't compile in opt mode when `a` contains a call
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1457 bsd_args.opt = RB_HALT; in linux_reboot()
1461 bsd_args.opt = 0; in linux_reboot()
1464 bsd_args.opt = RB_POWEROFF; in linux_reboot()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1620 #define ar9300_set_11n_txbf_sounding(ah, ds, series, cec, opt) argument
1621 #define ar9300_set_11n_txbf_cal(ah, ds, cal_pos, code_rate, cec, opt) argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp70 static cl::opt<bool> EnablePrecomputePhysRegs(
79 cl::opt<bool> UseSegmentSetForPhysRegs(
H A DTwoAddressInstructionPass.cpp75 static cl::opt<bool>
82 static cl::opt<unsigned> MaxDataFlowEdge(
H A DExpandLargeFpConvert.cpp35 static cl::opt<unsigned>
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp78 static cl::opt<bool>
83 static cl::opt<bool>
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp68 static cl::opt<bool> EnableRecPhiAnalysis("basic-aa-recphi", cl::Hidden,
71 static cl::opt<bool> EnableSeparateStorageAnalysis("basic-aa-separate-storage",
/freebsd/sbin/ifconfig/
H A Difconfig.c471 strlcat(options, p->opt, sizeof(options)); in args_parse()
530 if (p->opt[0] == c) { in args_parse()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c1030 if (!p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_cache_process()
/freebsd/contrib/libxo/
H A Dconfigure.ac122 GETTEXT_PREFIX=/opt/local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp26 using namespace llvm::opt;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp238 static cl::opt<bool> EnableRedZone("aarch64-redzone",
242 static cl::opt<bool>
247 static cl::opt<bool> StackTaggingMergeSetTag(
252 static cl::opt<bool> OrderFrameObjects("aarch64-order-frame-objects",
256 cl::opt<bool> EnableHomogeneousPrologEpilog(
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c5706 char **pvp, c, opt; local
5733 if ((opt = srv_feat_table[j].srvf_opt) == '\0')
5741 if (c == opt)
5757 if (c == tolower(opt))
/freebsd/sys/netinet/
H A Dtcp_subr.c3465 struct ip6_pktopts *opt; in tcp6_use_min_mtu() local
3467 opt = inp->in6p_outputopts; in tcp6_use_min_mtu()
3468 if (opt != NULL && opt->ip6po_minmtu == IP6PO_MINMTU_ALL && in tcp6_use_min_mtu()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp67 opt<bool> DisableCTRLoopAnal("disable-ppc-ctrloop-analysis", cl::Hidden,
70 static cl::opt<bool> DisableCmpOpt("disable-ppc-cmp-opt",
73 static cl::opt<bool> VSXSelfCopyCrash("crash-on-ppc-vsx-self-copy",
77 static cl::opt<bool>
81 static cl::opt<float>
85 static cl::opt<bool> EnableFMARegPressureReduction(
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m4684 … withval="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr"
824 …/usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr or specify like /usr/include/op…
842 …/usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/sfw /usr or specify like /usr/include/op…
/freebsd/contrib/ntp/ntpd/
H A DMakefile.am203 $(top_srcdir)/sntp/include/debug-opt.def \
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-pandora-common.dtsi595 ti,nand-ecc-opt = "sw";
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp33 cl::opt<bool>
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp26 static cl::opt<bool> DontExpandCondPseudos16(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp53 static cl::opt<RegBankSelect::Mode> RegBankSelectMode(

1...<<61626364656667686970>>...80