Searched refs:opt (Results 176 - 200 of 1826) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-var-literal.mk1 # $NetBSD: opt-var-literal.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
H A Dopt-m-include-dir.mk1 # $NetBSD: opt-m-include-dir.mk,v 1.5 2024/04/30 16:13:34 sjg Exp $
11 # of subdirectories. Another file called opt-m-step3.mk is created a few
14 # Next to the canary file, there is opt-m-step3.mk. This file is found
18 .if ${.PARSEFILE:T} == "opt-m-include-dir.mk"
23 CANARY_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-canary.mk
24 ACTUAL_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-step3.mk
25 WANTED_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-check.mk
47 .MAKEFLAGS: -m .../opt-m-canary.mk
53 .include <opt-m-step3.mk>
55 .elif ${.PARSEFILE:T} == "opt
[all...]
/freebsd-current/crypto/heimdal/kadmin/
H A Dcpw.c133 cpw_entry(struct passwd_options *opt, int argc, char **argv) argument
141 data.random_key = opt->random_key_flag;
142 data.random_password = opt->random_password_flag;
143 data.password = opt->password_string;
153 if (opt->key_string)
162 if (opt->key_string) {
165 if (parse_des_key (opt->key_string, key_data, &error)) {
167 opt->key_string, error);
H A Dank.c207 add_new_key(struct add_options *opt, int argc, char **argv) argument
216 if (opt->random_key_flag)
218 if (opt->random_password_flag)
220 if (opt->password_string)
222 if (opt->key_string)
231 if (opt->key_string) {
234 if (parse_des_key (opt->key_string, key_data, &error)) {
236 opt->key_string, error);
244 opt->random_key_flag,
245 opt
[all...]
H A Ddel.c44 del_entry(void *opt, int argc, char **argv) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_002_pos.ksh43 for opt in '' -d; do
44 log_must zpool create -f $opt $TESTPOOL ${DISKS%% *}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_history/
H A Dzpool_history_001_neg.ksh65 for opt in "${neg_opt[@]}"; do
66 log_mustnot eval "zpool history $opt > /dev/null"
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp43 static cl::opt<std::string> InputFilename(cl::Positional,
48 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"),
51 static cl::opt<bool> DumpBlockinfo("dump-blockinfo",
60 static cl::opt<bool> NoHistogram("disable-histogram",
64 static cl::opt<bool> NonSymbolic("non-symbolic",
69 static cl::opt<std::string>
74 static cl::opt<bool>
79 static cl::opt<std::string> CheckHash(
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_history/
H A Dzpool_history_001_neg.ksh74 for opt in "${neg_opt[@]}"; do
75 log_mustnot eval "$ZPOOL history $opt > /dev/null"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_015_neg.ksh81 for opt in "" "-f"; do
82 log_mustnot $ZPOOL create $opt $TESTPOOL1 /dev/zvol/${vol_name}
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
91 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
95 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
100 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
104 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
111 cl::opt<bool> Intermediate(
118 cl::opt<bool> Demangle("demangled-names", cl::init(false),
123 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
127 cl::opt<std::string> ObjectDir(
133 cl::opt<boo
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
71 static cl::opt<bool> EnableLegacyPassManager(
79 // to run over the module. This flag switches opt to use the new pass manager
82 static cl::opt<std::string> PassPipeline(
90 static cl::opt<bool> PrintPasses("print-passes",
94 static cl::opt<std::string>
98 static cl::opt<std::string>
102 static cl::opt<bool>
105 static cl::opt<bool>
109 static cl::opt<boo
[all...]
/freebsd-current/sys/kern/
H A Dvfs_mount.c198 vfs_freeopt(struct vfsoptlist *opts, struct vfsopt *opt) argument
201 TAILQ_REMOVE(opts, opt, link);
202 free(opt->name, M_MOUNT);
203 if (opt->value != NULL)
204 free(opt->value, M_MOUNT);
205 free(opt, M_MOUNT);
212 struct vfsopt *opt; local
215 opt = TAILQ_FIRST(opts);
216 vfs_freeopt(opts, opt);
224 struct vfsopt *opt, *tem local
235 vfs_isopt_ro(const char *opt) argument
245 vfs_isopt_rw(const char *opt) argument
296 struct vfsopt *opt, *opt2, *tmp; local
319 struct vfsopt *opt; local
402 struct vfsopt *opt, *new; local
804 struct vfsopt *opt, *tmp_opt; local
2464 struct vfsopt *opt; local
2522 struct vfsopt *opt; local
2542 struct vfsopt *opt; local
2600 struct vfsopt *opt; local
2622 struct vfsopt *opt; local
2641 struct vfsopt *opt; local
2665 struct vfsopt *opt; local
2686 struct vfsopt *opt; local
2708 struct vfsopt *opt; local
2734 struct vfsopt *opt; local
3023 struct vfsopt *opt; local
[all...]
/freebsd-current/usr.bin/indent/
H A Dindent.c68 struct options opt; variable in typeref:struct:options
146 opt.else_if = 1; /* Default else-if special processing to on */
271 if (opt.com_ind <= 1)
272 opt.com_ind = 2; /* don't put normal comments before column 2 */
273 if (opt.block_comment_max_col <= 0)
274 opt.block_comment_max_col = opt.max_col;
275 if (opt.local_decl_indent < 0) /* if not specified by user, set this */
276 opt.local_decl_indent = opt
[all...]
H A Dio.c87 if (opt.swallow_optional_blanklines) {
167 com_st++, target += opt.tabsize;
172 target = opt.tabsize * (1 + (target - 1) / opt.tabsize) + 1;
195 if (ps.just_saw_decl == 1 && opt.blanklines_after_declarations) {
226 int target_col = opt.ind_size * ps.ind_level + 1;
229 if (!opt.lineup_to_parens)
230 target_col += opt.continuation_indent *
231 (2 * opt.continuation_indent == opt
[all...]
/freebsd-current/crypto/heimdal/kuser/
H A Dkswitch.c60 kswitch(struct kswitch_options *opt, int argc, char **argv) argument
65 if (opt->cache_string && opt->principal_string)
69 if (opt->interactive_flag) {
131 } else if (opt->principal_string) {
134 ret = krb5_parse_name(kcc_context, opt->principal_string, &p);
137 opt->principal_string);
143 opt->principal_string);
147 } else if (opt->cache_string) {
151 ops = krb5_cc_get_prefix_ops(kcc_context, opt
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c50 struct vfsopt *opt; local
73 opt = malloc(sizeof (*opt), M_MOUNT, M_WAITOK);
75 opt->name = malloc(namesize, M_MOUNT, M_WAITOK);
76 strlcpy(opt->name, name, namesize);
77 opt->pos = -1;
78 opt->seen = 1;
80 opt->value = NULL;
81 opt->len = 0;
83 opt
107 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) argument
[all...]
/freebsd-current/contrib/unbound/util/data/
H A Dmsgencode.c796 struct edns_option* opt; local
799 for(opt = edns->opt_list_inplace_cb_out; opt; opt = opt->next) {
800 rdatalen += 4 + opt->opt_len;
802 for(opt = edns->opt_list_out; opt; opt = opt
813 struct edns_option* opt; local
831 struct edns_option* opt; local
907 struct edns_option* opt; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp27 cl::opt<unsigned>
/freebsd-current/contrib/openpam/misc/
H A Dcoverity.sh.in8 while getopts "j:" opt ; do
9 case $opt in
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_cliargs.ksh59 for opt in "${goodopts[@]}"
62 log_must zpool split $opt $TESTPOOL $TESTPOOL2
68 for opt in "${badopts[@]}"
70 log_mustnot zpool split $opt $TESTPOOL $TESTPOOL2
/freebsd-current/sys/contrib/openzfs/scripts/
H A Ddkms.postbuild5 while getopts "a:k:n:t:v:" opt; do
6 case $opt in
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_012_neg.ksh59 for opt in ${badopts[@]}; do
60 log_mustnot zfs rename $opt $ds ${ds}-new
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib37 while getopts "p:u:" opt; do
38 case $opt in
214 typeset is_set lflag dflag dsname gname gid uname uid opt str code tmp
263 read -r _ opt _ <<<"$opt"
266 code="${str}l\$$uid $opt"
273 code="${str}d\$$uid $opt"
283 read -r _ opt _ <<<"$opt"
286 code="${str}l\$$gid $opt"
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_003_neg.ksh55 for opt in ${badopts[@]}; do
56 log_mustnot zfs snapshot $opt $ds@$TESTSNAP

Completed in 311 milliseconds

1234567891011>>