Searched refs:opt (Results 201 - 225 of 1826) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DVE.h23 void getVETargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
H A DVE.cpp18 using namespace llvm::opt;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DPluginLoader.h34 static cl::opt<PluginLoader, false, cl::parser<std::string>>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
29 extern cl::opt<unsigned> SampleProfileRecordCoverage;
30 extern cl::opt<unsigned> SampleProfileSampleCoverage;
31 extern cl::opt<bool> NoWarnSampleUnused;
/freebsd-current/usr.sbin/bhyve/
H A Dqemu_fwcfg.h26 int qemu_fwcfg_parse_cmdline_arg(const char *opt);
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_calltree.h40 int pmcpl_ct_configure(char *opt);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_012_neg.ksh68 for opt in ${badopts[@]}; do
69 log_mustnot $ZFS rename $opt $ds ${ds}-new
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_find_001_pos.ksh64 function find_ls_acl #<opt> <obj>
66 typeset opt=$1 # -ls or -acl
70 if [[ $opt == "ls" ]]; then
118 for opt in "ls" "acl"
120 log_must find_ls_acl $opt $obj
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/
H A Dzfs_snapshot_003_neg.ksh63 for opt in ${badopts[@]}; do
64 log_mustnot $ZFS snapshot $opt $ds@$TESTSNAP
/freebsd-current/stand/common/
H A Dnewvers.sh36 while getopts r opt; do
37 case "$opt" in
/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h1 //===- NewPMDriver.h - Function to drive opt with the new PM ----*- C++ -*-===//
10 /// A single function which is called to drive the opt behavior for the new
16 /// opt.cpp.
33 extern cl::opt<bool> DebugifyEach;
34 extern cl::opt<std::string> DebugifyExport;
36 extern cl::opt<bool> VerifyEachDebugInfoPreserve;
37 extern cl::opt<std::string> VerifyDIPreserveExport;
60 /// This function only exists factored away from opt.cpp in order to prevent
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp39 using namespace llvm::opt;
40 static constexpr opt::OptTable::Info infoTable[] = {
47 class COFFOptTable : public opt::PrecomputedOptTable {
54 Expected<opt::InputArgList> COFFDirectiveParser::parse(StringRef Str) {
H A DCOFFDirectiveParser.h38 Expected<opt::InputArgList> parse(StringRef Str);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionUtils.h17 extern cl::opt<std::string> BBSectionsColdTextPrefix;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.h26 static cl::opt<std::string> InputFileName(cl::Positional, cl::init("-"), \
29 static cl::opt<std::string> OutputFileName( \
35 static cl::opt<Format> InputFormat( \
42 static cl::opt<bool> UseDebugLoc( \
/freebsd-current/contrib/ncurses/progs/
H A Dprogs.priv.h113 #define VtoTrace(opt) (unsigned) ((opt > 0) ? opt : (opt == 0))
/freebsd-current/contrib/wpa/src/ap/
H A Ddhcp_snoop.c60 const u8 *opt = pos++; local
62 if (*opt == DHCP_OPT_PAD)
71 switch (*opt) {
73 if (opt[1] == 4)
74 subnet_mask = WPA_GET_BE32(&opt[2]);
83 if (opt[1])
84 msgtype = opt[2];
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_all_001_pos.ksh171 typeset opt
172 for opt in "-a" "-fa"; do
177 if [[ $opt == "-fa" ]]; then
184 if [[ $opt == "-fa" ]] && is_linux; then
185 log_mustnot zfs unmount $opt
188 log_must zfs unmount $opt
191 if [[ $opt == "-fa" ]]; then
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h31 extern cl::opt<bool> UseContextLessSummary;
32 extern cl::opt<int> ProfileSummaryCutoffHot;
33 extern cl::opt<int> ProfileSummaryCutoffCold;
34 extern cl::opt<unsigned> ProfileSummaryHugeWorkingSetSizeThreshold;
35 extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
36 extern cl::opt<uint64_t> ProfileSummaryHotCount;
37 extern cl::opt<uint64_t> ProfileSummaryColdCount;
/freebsd-current/crypto/openssh/regress/
H A Dpercent.sh25 opt="$1"; arg="$2"
28 trace "test $opt=$arg $expect"
31 case "$opt" in
33 ${SSH} -F $OBJ/ssh_proxy -o $opt="echo '$arg' >$OBJ/actual" \
41 ${SSH} -F $OBJ/ssh_proxy -o $opt="$OBJ/$arg" somehost true && \
55 got=`${SSH} -F $OBJ/ssh_proxy -o $opt="/$arg /$arg" -G \
56 remuser@somehost | awk '$1=="'$opt'"{print $2" "$3}'`
60 got=`${SSH} -F $OBJ/ssh_proxy -o $opt="$arg" -G \
61 remuser@somehost | awk '$1=="'$opt'"{print $2}'`
64 fail "$opt
[all...]
/freebsd-current/crypto/heimdal/kuser/
H A Dkcc.c60 help(void *opt, int argc, char **argv) argument
67 kgetcred(struct kgetcred_options *opt, int argc, char **argv) argument
77 kvno(struct kvno_options *opt, int argc, char **argv) argument
82 k.cache_string = opt->cache_string;
83 k.enctype_string = opt->enctype_string;
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_set_option.c63 char *opt, **optv; local
89 if (asprintf(&opt, "%.*s=%s", (int)len, option, value) < 0)
95 FREE(opt);
98 optv[i] = opt;
105 cur->optv[i] = opt;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dadd-o_ashift.ksh63 opt=""
73 opt=""
75 opt="--allow-ashift-mismatch"
79 log_must zpool add $opt -o ashift=$ashift $TESTPOOL $disk2
92 log_must zpool add $opt $TESTPOOL $disk2
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.h23 const llvm::opt::ArgStringList &Args);
35 const llvm::opt::ArgList &TCArgs,
46 const llvm::opt::ArgList &TCArgs,
60 const llvm::opt::ArgList &Args)
70 bool isPIEDefault(const llvm::opt::ArgList &Args) const override {
/freebsd-current/contrib/libfido2/tools/
H A Dassert_get.c41 parse_toggle(const char *str, struct toggle *opt) argument
65 k = &opt->up;
67 k = &opt->uv;
69 k = &opt->pin;
79 prepare_assert(FILE *in_f, int flags, const struct toggle *opt) argument
110 fprintf(stderr, "up=%s\n", opt2str(opt->up));
111 fprintf(stderr, "uv=%s\n", opt2str(opt->uv));
112 fprintf(stderr, "pin=%s\n", opt2str(opt->pin));
125 if ((r = fido_assert_set_up(assert, opt->up)) != FIDO_OK)
127 if ((r = fido_assert_set_uv(assert, opt
216 struct toggle opt; local
[all...]

Completed in 135 milliseconds

1234567891011>>