Searched refs:options (Results 76 - 100 of 1021) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/regression/atm/proto_cc/
H A DRunTest.sh10 $LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??
/freebsd-11-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_decoder.c17 lzma_simple_props_decode(void **options, const lzma_allocator *allocator, argument
33 // Don't leave an options structure allocated if start_offset is zero.
37 *options = opt;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&
20 !DriverArgs.hasArg(options::OPT_nobuiltininc)) {
H A DDarwin.cpp108 if (Args.hasArg(options::OPT_fno_integrated_as)) {
117 if (Args.hasArg(options::OPT_gstabs))
119 else if (Args.hasArg(options::OPT_g_Group))
128 Args.hasArg(options::OPT_force__cpusubtype__ALL))
132 (((Args.hasArg(options::OPT_mkernel) ||
133 Args.hasArg(options::OPT_fapple_kext)) &&
135 Args.hasArg(options::OPT_static)))
138 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
187 if (Arg *A = Args.getLastArg(options
[all...]
H A DXCore.cpp38 if (Args.hasArg(options::OPT_v))
41 if (Arg *A = Args.getLastArg(options::OPT_g_Group))
42 if (!A->getOption().matches(options::OPT_g0))
45 if (Args.hasFlag(options::OPT_fverbose_asm, options::OPT_fno_verbose_asm,
49 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
72 if (Args.hasArg(options::OPT_v))
76 if (Args.hasFlag(options::OPT_fexceptions, options
[all...]
H A DMinGW.cpp43 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
54 if (Args.hasArg(options::OPT_gsplit_dwarf))
61 if (Args.hasArg(options::OPT_mthreads))
68 bool Static = Args.hasArg(options::OPT_static_libgcc) ||
69 Args.hasArg(options::OPT_static);
70 bool Shared = Args.hasArg(options::OPT_shared);
86 for (auto Lib : Args.getAllArgValues(options::OPT_l))
104 Args.ClaimAllArgs(options::OPT_g_Group);
106 Args.ClaimAllArgs(options
[all...]
H A DSolaris.cpp35 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
57 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) {
62 if (Args.hasArg(options::OPT_static)) {
67 if (Args.hasArg(options::OPT_shared)) {
73 Args.ClaimAllArgs(options::OPT_pthread);
74 Args.ClaimAllArgs(options::OPT_pthreads);
84 if (!Args.hasArg(options::OPT_nostdlib, options
[all...]
H A DHexagon.cpp40 if (Arg *A = Args.getLastArg(options::OPT_mhexagon_hvx_length_EQ)) {
60 if (Arg *A = Args.getLastArg(options::OPT_mno_hexagon_hvx,
61 options::OPT_mhexagon_hvx,
62 options::OPT_mhexagon_hvx_EQ)) {
63 if (A->getOption().matches(options::OPT_mno_hexagon_hvx))
65 if (A->getOption().matches(options::OPT_mhexagon_hvx_EQ)) {
69 } else if (A->getOption().matches(options::OPT_mhexagon_hvx)) {
77 if (Arg *A = Args.getLastArg(options::OPT_mhexagon_hvx_length_EQ)) {
81 else if (A->getOption().matches(options::OPT_mhexagon_hvx_length_EQ))
99 options
[all...]
H A DFuchsia.cpp42 Args.ClaimAllArgs(options::OPT_g_Group);
44 Args.ClaimAllArgs(options::OPT_emit_llvm);
45 // and for "clang -w foo.o -o foo". Other warning options are already
47 Args.ClaimAllArgs(options::OPT_w);
64 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r))
67 if (Args.hasArg(options::OPT_rdynamic))
70 if (Args.hasArg(options::OPT_s))
73 if (Args.hasArg(options::OPT_r)) {
82 if (Args.hasArg(options
[all...]
H A DCrossWindows.cpp49 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
76 Args.ClaimAllArgs(options::OPT_g_Group);
78 Args.ClaimAllArgs(options::OPT_emit_llvm);
80 Args.ClaimAllArgs(options::OPT_w);
81 // Other warning options are already handled somewhere else.
86 if (Args.hasArg(options::OPT_pie))
88 if (Args.hasArg(options::OPT_rdynamic))
90 if (Args.hasArg(options::OPT_s))
114 if (Args.hasArg(options
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dplatform.c35 extern ServerOptions options;
111 if (!options.use_pam && (getuid() == 0 || geteuid() == 0))
126 if (options.use_pam) {
154 if (options.use_pam) {
178 if (options.chroot_directory != NULL &&
179 strcasecmp(options.chroot_directory, "none") != 0)
H A Dsshd.c153 /* Server configuration options. */
154 ServerOptions options; variable
237 /* options.max_startup sized array of fd ints */
282 for (i = 0; i < options.max_startups; i++)
312 if (options.pid_file != NULL)
313 unlink(options.pid_file);
392 *options.version_addendum == '\0' ? "" : " ",
393 options.version_addendum);
495 for (i = 0; i < options.num_host_key_files; i++) {
514 for (i = 0; i < options
[all...]
/freebsd-11-stable/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh40 printf "%s\n" "$k" | ssh $port -S none $options "$user$h" /bin/sh -c \'' \
68 options=""
93 options=$options$nl-o$nl$OPTARG
96 options="$options$nl-v"
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp365 // Handle features corresponding to "-ffixed-X" options
366 if (Args.hasArg(options::OPT_ffixed_x1))
368 if (Args.hasArg(options::OPT_ffixed_x2))
370 if (Args.hasArg(options::OPT_ffixed_x3))
372 if (Args.hasArg(options::OPT_ffixed_x4))
374 if (Args.hasArg(options::OPT_ffixed_x5))
376 if (Args.hasArg(options::OPT_ffixed_x6))
378 if (Args.hasArg(options::OPT_ffixed_x7))
380 if (Args.hasArg(options::OPT_ffixed_x8))
382 if (Args.hasArg(options
[all...]
H A DAArch64.cpp35 if ((A = Args.getLastArg(options::OPT_mcpu_EQ))) {
48 if (Args.getLastArg(options::OPT_arch) || Triple.isOSDarwin())
171 if ((A = Args.getLastArg(options::OPT_march_EQ)))
173 else if ((A = Args.getLastArg(options::OPT_mcpu_EQ)))
175 else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))
179 if (success && (A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)))
182 else if (success && (A = Args.getLastArg(options::OPT_mcpu_EQ)))
186 (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple)))
193 if (Args.getLastArg(options::OPT_mgeneral_regs_only)) {
199 if (Arg *A = Args.getLastArg(options
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp399 const ReadStringAndDumpToStreamOptions &options)
401 SetStream(options.GetStream());
402 SetPrefixToken(options.GetPrefixToken());
403 SetSuffixToken(options.GetSuffixToken());
404 SetQuote(options.GetQuote());
405 SetEscapeNonPrintables(options.GetEscapeNonPrintables());
406 SetBinaryZeroIsTerminator(options.GetBinaryZeroIsTerminator());
407 SetLanguage(options.GetLanguage());
417 const ReadStringAndDumpToStreamOptions &options) {
418 assert(options
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c3 /// \file options.c
4 /// \brief Parser for filter-specific options
50 /// options structure.
52 /// \param str String containing the options from the command line
55 /// \param filter_options Pointer to filter-specific options structure
152 set_delta(void *options, unsigned key, uint64_t value, argument
155 lzma_options_delta *opt = options;
173 lzma_options_delta *options = xmalloc(sizeof(lzma_options_delta)); local
174 *options = (lzma_options_delta){
180 parse_options(str, opts, &set_delta, options);
196 set_bcj(void *options, unsigned key, uint64_t value, const char *valuestr lzma_attribute((__unused__))) argument
216 lzma_options_bcj *options = xmalloc(sizeof(lzma_options_bcj)); local
252 set_lzma(void *options, unsigned key, uint64_t value, const char *valuestr) argument
348 lzma_options_lzma *options = xmalloc(sizeof(lzma_options_lzma)); local
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_common.c20 /// Size of the filter-specific options structure
143 if (src[i].options == NULL) {
144 dest[i].options = NULL;
147 // options is not NULL. This might be convenient
151 // When options is not NULL, the Filter ID must be
153 // how big the options are.
162 // Allocate and copy the options.
163 dest[i].options = lzma_alloc(features[j].options_size,
165 if (dest[i].options == NULL) {
170 memcpy(dest[i].options, sr
242 lzma_raw_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter *options, lzma_filter_find coder_find, bool is_encoder) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.dep6 tm.h options.h \
11 tm.h options.h \
17 tm.h options.h \
21 tm.h options.h \
28 tm.h options.h \
33 tm.h options.h \
37 tm.h options.h \
42 tm.h options.h \
46 tm.h options.h \
51 tm.h options
[all...]
/freebsd-11-stable/contrib/telnet/telnetd/
H A Ddefs.h175 #define TD_OPTIONS 0x10 /* Report just telnet options */
191 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
192 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
193 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
194 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
201 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)
202 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)
203 #define set_my_want_state_do(opt) (options[opt] |= MY_WANT_STATE_DO)
204 #define set_my_want_state_will(opt) (options[opt] |= MY_WANT_STATE_WILL)
206 #define set_my_state_dont(opt) (options[op
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py134 def args_to_perms(parser, options, who, perms):
171 if options.set:
173 elif options.create:
177 if options.user:
181 elif options.group:
198 if options.local:
200 if options.descend:
340 (options, args) = parser.parse_args(sys.argv[2:])
342 if sum((bool(options.everyone), bool(options
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h50 /// If provided, additional options for the compiler when parsing REPL
59 void SetFormatOptions(const OptionGroupFormat &options) { argument
60 m_format_options = options;
64 SetValueObjectDisplayOptions(const OptionGroupValueObjectDisplay &options) { argument
65 m_varobj_options = options;
68 void SetEvaluateOptions(const EvaluateExpressionOptions &options) { argument
69 m_expr_options = options;
72 void SetCompilerOptions(const char *options) { argument
73 if (options)
74 m_compiler_options = options;
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dcommandline.c99 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
101 char *option; /* Index into *options of option. */
103 REQUIRE(argc >= 0 && argv != NULL && options != NULL);
129 * Found '--' to signal end of options. Advance
139 option = strchr(options, isc_commandline_option);
142 * Ensure valid option has been passed as specified by options string.
144 * distinguish ':' from the argument specifier in the options string.
150 if (isc_commandline_errprint && *options != ':')
198 * when ':' starts options string, per historical spec.
200 if (*options
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c71 struct pe_opts *options)
76 * Parse options:
80 * stop options parsing; what follows is the command to execute
82 options->return_prog_exit_status = 0;
89 options->return_prog_exit_status = 1;
109 struct pe_opts *options)
122 /* Check there's a program name left after parsing options. */
140 nitems_rv = options->return_prog_exit_status ? PAM_RV_COUNT : 0;
173 if (options->return_prog_exit_status) {
251 if (options
70 parse_options(const char *func, int *argc, const char **argv[], struct pe_opts *options) argument
107 _pam_exec(pam_handle_t *pamh __unused, const char *func, int flags __unused, int argc, const char *argv[], struct pe_opts *options) argument
267 struct pe_opts options; local
308 struct pe_opts options; local
348 struct pe_opts options; local
388 struct pe_opts options; local
425 struct pe_opts options; local
462 struct pe_opts options; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_init.c37 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options) argument
39 memset (options, 0, sizeof(*options));
43 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *options, argument
46 options->flags |= KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL;
47 options->ap_req_nofail = ap_req_nofail;
56 krb5_verify_init_creds_opt *options)
58 if ((options->flags & KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL
59 && options->ap_req_nofail != 0)
76 krb5_verify_init_creds_opt *options)
55 fail_verify_is_ok(krb5_context context, krb5_verify_init_creds_opt *options) argument
71 krb5_verify_init_creds(krb5_context context, krb5_creds *creds, krb5_principal ap_req_server, krb5_keytab ap_req_keytab, krb5_ccache *ccache, krb5_verify_init_creds_opt *options) argument
[all...]

Completed in 152 milliseconds

1234567891011>>