Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 2385) sorted by relevance

12345678910>>...96

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_010_neg.ksh113 set -A options "" "-s"
129 log_mustnot $ZFS create ${options[$i]} -V ${args[$j]}
130 log_mustnot $ZFS create -p ${options[$i]} -V ${args[$j]}
137 log_mustnot $ZFS create ${options[$i]} -o ${RW_VOL_PROP[j]} \
139 log_mustnot $ZFS create -p ${options[$i]} -o ${RW_VOL_PROP[j]} \
146 log_mustnot $ZFS create ${options[$i]} -o ${FS_ONLY_PROP[j]} \
148 log_mustnot $ZFS create -p ${options[$i]} -o ${FS_ONLY_PROP[j]} \
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp50 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in PPCLinuxToolChain()
62 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) && in AddClangSystemIncludeArgs()
63 !DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
75 if (Args.hasArg(options::OPT_nostdlib, options::OPT_nostdlibxx)) in supportIBMLongDouble()
91 if (Args.hasArg(options::OPT_nostdlib, options::OPT_nostdlibxx)) in SupportIEEEFloat128()
H A DAMDGPUOpenMP.cpp47 StringRef GPUArch = DriverArgs.getLastArgValue(options::OPT_march_EQ); in addClangTargetOptions()
57 if (DriverArgs.hasArg(options::OPT_nogpulib)) in addClangTargetOptions()
86 if (!DAL->hasArg(options::OPT_march_EQ)) { in TranslateArgs()
100 DAL->AddJoinedArg(nullptr, Opts.getOption(options::OPT_march_EQ), Arch); in TranslateArgs()
111 DAL->eraseArg(options::OPT_march_EQ); in TranslateArgs()
112 DAL->AddJoinedArg(nullptr, Opts.getOption(options::OPT_march_EQ), in TranslateArgs()
160 if (Args.hasArg(options::OPT_nogpulib)) in getDeviceLibs()
169 getTriple(), Args.getLastArgValue(options::OPT_march_EQ)); in getDeviceLibs()
/freebsd/share/examples/libifconfig/
H A Dstatus.c419 const char **options; in print_media() local
423 if (options != NULL && options[0] != NULL) { in print_media()
424 printf(" <%s", options[0]); in print_media()
425 for (size_t i = 1; options[i] != NULL; ++i) in print_media()
426 printf(",%s", options[i]); in print_media()
431 free(options); in print_media()
443 const char **options; in print_media() local
448 if (options != NULL && options[0] != NULL) { in print_media()
449 printf(" mediaopt %s", options[0]); in print_media()
451 printf(",%s", options[i]); in print_media()
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dread.c93 bsdar->options |= AR_BSD; in ar_read_archive()
95 bsdar->options &= ~AR_BSD; in ar_read_archive()
140 if (bsdar->options & AR_V) { in ar_read_archive()
170 if (bsdar->options & AR_V) { in ar_read_archive()
187 if (bsdar->options & AR_CC) in ar_read_archive()
189 if (bsdar->options & AR_U && in ar_read_archive()
195 if (bsdar->options & AR_V) in ar_read_archive()
200 if (bsdar->options & AR_O) in ar_read_archive()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp93 const GCOV::Options &options; member in __anon4e48ce010211::Context
674 if (options.NoOutput) in getCoveragePath()
751 if (options.BranchInfo) in collectSourceLine()
852 if (!options.BranchInfo) in printSourceToIntermediate()
891 if (options.FuncCoverage && !options.UseStdout) { in print()
906 if (!options.UseStdout) { in print()
909 if (!options.NoOutput && !options.Intermediate) in print()
914 if (options.NoOutput || options.Intermediate) in print()
929 if (options.Intermediate && !options.NoOutput) { in print()
977 if (options.BranchInfo) { in printSummary()
[all …]
/freebsd/contrib/dialog/package/
H A Ddialog.sym5 # Configure options (1.0.20040721)
8 # Configure options (1.1.20070227)
11 # Configure options (1.2.20121230)
14 # Configure options (1.3.20160126)
17 # Configure options (1.3.20180620)
20 # Configure options (1.3.20190806)
23 # Configure options (1.3.20191209)
26 # Configure options (1.3.20200326)
29 # Configure options (1.3.20201126)
H A Ddialog.map5 # Configure options (1.0.20040721)
8 # Configure options (1.1.20070227)
11 # Configure options (1.2.20121230)
14 # Configure options (1.3.20160126)
17 # Configure options (1.3.20180620)
20 # Configure options (1.3.20190806)
23 # Configure options (1.3.20191209)
26 # Configure options (1.3.20200326)
29 # Configure options (1.3.20201126)
/freebsd/crypto/openssh/
H A Dauth2.c64 extern ServerOptions options;
157 if (options.banner == NULL) in userauth_banner()
309 if (options.use_pam) in input_userauth_request()
486 if (options.num_auth_methods == 0) in auth2_method_allowed()
621 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
623 free(options.auth_methods[0]); in auth2_setup_methods_lists()
624 options.auth_methods[0] = NULL; in auth2_setup_methods_lists()
625 options.num_auth_methods = 0; in auth2_setup_methods_lists()
628 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
638 options.auth_methods[i]); in auth2_setup_methods_lists()
[all …]
H A Dsession.c132 extern ServerOptions options;
518 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
647 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
762 options.use_dns), in do_login()
795 if (options.print_motd) { in do_motd()
1119 if (options.permit_user_env) { in do_setup_env()
1137 if (options.permit_user_env) { in do_setup_env()
1149 if (options.use_pam) { in do_setup_env()
1564 if (!options.use_pam) in do_child()
2607 if (!options.x11_forwarding) { in session_setup_x11fwd()
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp77 options_to_getopt_data(const cmdline::options_vector& options, in options_to_getopt_data() argument
81 data.long_options.reset(new ::option[options.size() + 1]); in options_to_getopt_data()
85 for (cmdline::options_vector::size_type i = 0; i < options.size(); i++) { in options_to_getopt_data()
86 const cmdline::base_option* option = options[i]; in options_to_getopt_data()
109 ::option& last_long_option = data.long_options[options.size()]; in options_to_getopt_data()
280 const cmdline::options_vector& options) in parse() argument
288 return parse(static_cast< int >(args.size()), argv.get(), options); in parse()
311 const cmdline::options_vector& options) in parse() argument
316 options_to_getopt_data(options, data); in parse()
320 for (cmdline::options_vector::const_iterator iter = options.begin(); in parse()
[all …]
/freebsd/contrib/xz/src/liblzma/common/
H A Dlzip_decoder.c86 lzma_options_lzma options; member
204 coder->options.dict_size = (UINT32_C(1) << b2log) in lzip_decode()
207 assert(coder->options.dict_size >= 4096); in lzip_decode()
208 assert(coder->options.dict_size <= (UINT32_C(512) << 20)); in lzip_decode()
210 coder->options.preset_dict = NULL; in lzip_decode()
211 coder->options.lc = LZIP_LC; in lzip_decode()
212 coder->options.lp = LZIP_LP; in lzip_decode()
213 coder->options.pb = LZIP_PB; in lzip_decode()
216 coder->memusage = lzma_lzma_decoder_memusage(&coder->options) in lzip_decode()
235 .options = &coder->options, in lzip_decode()
H A Dstream_flags_common.h28 is_backward_size_valid(const lzma_stream_flags *options) in is_backward_size_valid() argument
30 return options->backward_size >= LZMA_BACKWARD_SIZE_MIN in is_backward_size_valid()
31 && options->backward_size <= LZMA_BACKWARD_SIZE_MAX in is_backward_size_valid()
32 && (options->backward_size & 3) == 0; in is_backward_size_valid()
/freebsd/lib/libc/resolv/
H A Dres_send.c461 Dprint(((statp->options & RES_DEBUG) && in res_nsend()
495 Dprint((statp->options & RES_DEBUG) || in res_nsend()
500 DprintQ((statp->options & RES_DEBUG) || in res_nsend()
748 Dprint(statp->options & RES_DEBUG, in send_vc()
759 Dprint(statp->options & RES_DEBUG, in send_vc()
897 Dprint(statp->options & RES_DEBUG, in send_dg()
902 if (statp->options & RES_INSECURE1) { in send_dg()
1000 Dprint(statp->options & RES_DEBUG, in send_dg()
1039 DprintQ(statp->options & RES_DEBUG, in send_dg()
1065 DprintQ(statp->options & RES_DEBUG, in send_dg()
[all …]
H A Dres_init.c190 statp->options = RES_DEFAULT; in __res_vinit()
578 statp->options |= RES_INIT; in __res_vinit()
585 const char *cp = options; in res_setoptions()
590 if (statp->options & RES_DEBUG) in res_setoptions()
592 options, source); in res_setoptions()
649 options, source); in res_setoptions()
650 statp->options |= RES_DEBUG; in res_setoptions()
666 statp->options |= RES_ROTATE; in res_setoptions()
668 statp->options |= RES_USEVC; in res_setoptions()
710 statp->options &= in res_setoptions()
[all …]
/freebsd/sys/conf/
H A Doptions5 # descriptions. Negative options (options that make some code not
13 # All new options shall also be listed in either "conf/options" or
578 # DRM options
594 # Fb options
652 # NFS options
659 # TMPFS options
803 # kbd options
893 # HWPMC options
931 # Sound options
1002 # NVME options
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp49 if (options().getAttributeArgument()) { in setGenericType()
84 if (!options().getAttributePathname()) { in getStringIndex()
117 if (options().getAttributeOffset()) { in typeOffsetAsString()
227 if (options().getAttributeQualified()) in resolveName()
375 if (!options().getAttributeAnySource()) in setFile()
480 if (options().getAttributeOffset()) { in equals()
521 if (options().getPrintFormatting() && options().getAttributeAnySource() && in printFileIndex()
526 if (options().changeFilenameIndex(Index)) { in printFileIndex()
542 if (options().getPrintFormatting() && options().getAttributeReference()) in printReference()
550 if (options().getPrintFormatting() && options().getAttributeLinkage()) { in printLinkageName()
[all …]
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c283 if (filter->options == NULL || coder->sequence != SEQ_INIT) in lzma2_encoder_options_update()
288 const lzma_options_lzma *opt = filter->options; in lzma2_encoder_options_update()
315 if (options == NULL) in lzma2_encoder_init()
332 coder->opt_cur = *(const lzma_options_lzma *)(options); in lzma2_encoder_init()
368 lzma_lzma2_encoder_memusage(const void *options) in lzma_lzma2_encoder_memusage() argument
370 const uint64_t lzma_mem = lzma_lzma_encoder_memusage(options); in lzma_lzma2_encoder_memusage()
379 lzma_lzma2_props_encode(const void *options, uint8_t *out) in lzma_lzma2_props_encode() argument
381 if (options == NULL) in lzma_lzma2_props_encode()
384 const lzma_options_lzma *const opt = options; in lzma_lzma2_props_encode()
407 lzma_lzma2_block_size(const void *options) in lzma_lzma2_block_size() argument
[all …]
/freebsd/contrib/dialog/
H A DREADME13 tailbox and tailbox-in-background. Here are the options:
15 Usage: dialog <Common options> <Box options>
16 { --and-widget <Common options> <Box options> }
18 Common options: <Global options>
25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
39 2) add an option that could permit to read commands (--options) from a
48 like stdin, stdout when you'll write new options for cdialog; these
/freebsd/tests/sys/cddl/zfs/bin/
H A Dzfs_version.ksh29 options="$@"
56 options="-o version=$ZFS_TEST_VERSION $options"
63 print "$cmd $options"
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc-synopsis.tlib9 .\" Mixture of short (flag) options and long options
13 [+: ELSE no long options: :+]
27 All arguments are named options.
36 Operands and options may be intermixed. They will be reordered.
43 All arguments must be options.
53 a Bourne-compatible shell, thus digesting the options for the script.[+:
58 into a shell script that will parse the options described.[+:
/freebsd/sys/powerpc/conf/
H A DNOTES9 options KDTRACE_HOOKS
39 options FPU_EMU
41 #options MPC85XX
42 options POWERMAC #NewWorld Apple PowerMacs
43 #options PS3 #Sony Playstation 3
44 options PSIM #GDB PSIM ppc simulator
45 options MAMBO #IBM Mambo Full System Simulator
46 options QEMU #QEMU processor emulator
/freebsd/sys/arm/conf/
H A DJETSON-TK113 # An exhaustive list of options and more detailed explanations of the
25 options FDT_DTB_STATIC
29 #options BOOTVERBOSE
30 #options BOOTHOWTO=RB_SINGLE
32 #options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
33 options ROOTDEVNAME=\"ufs:ada0s1a\"
/freebsd/contrib/bc/tests/
H A Dstdin.sh83 options="-lq"
85 options="-x"
101 cat "$testdir/$d/stdin.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
107 cat "$testdir/$d/stdin1.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
110 cat "$testdir/$d/stdin2.txt" | "$exe" "$@" "$options" > "$out" 2> /dev/null
/freebsd/contrib/xz/src/liblzma/simple/
H A Dsimple_encoder.c16 lzma_simple_props_size(uint32_t *size, const void *options) in lzma_simple_props_size() argument
18 const lzma_options_bcj *const opt = options; in lzma_simple_props_size()
25 lzma_simple_props_encode(const void *options, uint8_t *out) in lzma_simple_props_encode() argument
27 const lzma_options_bcj *const opt = options; in lzma_simple_props_encode()

12345678910>>...96