Searched refs:options (Results 176 - 200 of 1021) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/apps/
H A Dversion.c143 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
161 options = 1;
167 date = version = cflags = options = platform = dir = 1;
187 if (options) {
188 printf("options: ");
/freebsd-11-stable/usr.sbin/bsdconfig/share/media/
H A DMakefile6 nfs.subr options.subr tcpip.subr ufs.subr usb.subr wlan.subr
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.h52 int zfs_for_each(int, char **, int options, zfs_type_t,
/freebsd-11-stable/usr.bin/tftp/
H A DMakefile7 SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_options_private.h43 _archive_set_options(struct archive *a, const char *options,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.h23 const TypeSummaryOptions &options);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilter.i20 SBTypeFilter (uint32_t options);
68 options = property(GetOptions, SetOptions)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp28 void DefaultHighlighter::Highlight(const HighlightStyle &options, argument
47 options.selected.Apply(s, line.substr(column, 1));
73 std::string Highlighter::Highlight(const HighlightStyle &options, argument
78 Highlight(options, line, cursor_pos, previous_lines, s);
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h120 apr_int32_t options; member in struct:apr_socket_t
134 (((skt)->options & (option)) == (option))
139 (skt)->options |= (option); \
141 (skt)->options &= ~(option); \
/freebsd-11-stable/lib/libc/resolv/
H A Dres_data.c97 * _res.options is tricky since some apps were known to diddle the bits
107 if (!(statp->options & RES_INIT))
108 statp->options = RES_DEFAULT;
126 if ((statp->options & RES_INIT) == 0U && res_init() == -1)
143 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
155 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
170 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
197 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
211 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
228 if ((statp->options
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth-sia.c48 extern ServerOptions options;
59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
H A Dsshconnect1.c59 extern Options options;
227 public = options.identity_keys[idx];
228 authfile = options.identity_files[idx];
273 if (private == NULL && !options.batch_mode && perm_ok) {
276 for (i = 0; i < options.number_of_password_prompts; i++) {
304 if (!options.batch_mode && perm_ok)
416 for (i = 0; i < options.number_of_password_prompts; i++) {
439 if (options.cipher == SSH_CIPHER_NONE)
474 if (options.cipher == SSH_CIPHER_NONE)
476 for (i = 0; i < options
[all...]
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py3 # This script analyzes sys/conf/files*, sys/conf/options*,
5 # such as options or devices that are not specified in any NOTES files
22 requiredfiles = ['conf/files', 'conf/options', 'conf/NOTES']
24 # This special platform string is used for managing MI options.
49 # This class actually covers both options and devices. For each named
51 # platforms that the option was defined in via an options or files
53 # in via a NOTES file. All options are stored as lowercase since
131 # This class maintains a dictionary of options keyed by name.
134 self.options = {}
140 if name in self.options
155 options = Options() variable
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c52 lzma_options_lzma options; member in struct:__anon38
110 &coder->options);
156 if (lzma_lzma_lclppb_decode(&coder->options, in[(*in_pos)++]))
159 coder->lzma.reset(coder->lzma.coder, &coder->options);
244 const lzma_options_lzma *options = opt; local
248 coder->need_dictionary_reset = options->preset_dict == NULL
249 || options->preset_dict_size == 0;
252 allocator, options, lz_options);
270 lzma_lzma2_decoder_memusage(const void *options) argument
273 + lzma_lzma_decoder_memusage_nocheck(options);
278 lzma_lzma2_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp154 getArgs().hasArg(options::OPT_v)) && !getDriver().CCGenDiagnostics) {
175 *OS << "[Logging clang options]\n";
262 options::OPT_o, options::OPT_MD, options::OPT_MMD, options::OPT_M,
263 options::OPT_MM, options::OPT_MF, options::OPT_MG, options
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c106 return "Invalid options for UTF-8 processing chosen.";
343 static utf8proc_ssize_t seqindex_write_char_decomposed(utf8proc_uint16_t seqindex, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, utf8proc_option_t options, int *last_boundclass) { argument
355 (bufsize > written) ? (bufsize - written) : 0, options,
397 options & ~UTF8PROC_LUMP, last_boundclass)
399 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_char(utf8proc_int32_t uc, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, utf8proc_option_t options, int *last_boundclass) { argument
407 if (options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) {
422 if (options & UTF8PROC_REJECTNA) {
425 if (options & UTF8PROC_IGNORE) {
428 if (options & UTF8PROC_LUMP) {
448 if ((options
491 utf8proc_decompose_custom( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options, utf8proc_custom_func custom_func, void *custom_data ) argument
558 utf8proc_normalize_utf32(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options) argument
670 utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options) argument
700 utf8proc_map_custom( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options, utf8proc_custom_func custom_func, void *custom_data ) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c115 case -1: /* end of options */
128 /* Set up cpplib from command line options. */
133 cpp_options *options; local
140 options = cpp_get_options (reader);
141 options->inhibit_warnings = 1;
142 options->inhibit_errors = 1;
143 options->deps.style = DEPS_USER;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp77 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_msoft_float,
78 options::OPT_mhard_float,
79 options::OPT_mfloat_abi_EQ)) {
80 if (A->getOption().matches(clang::driver::options::OPT_msoft_float))
82 else if (A->getOption().matches(options::OPT_mhard_float))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h35 const TypeSummaryOptions &options); // libc++ std::wstring
39 const TypeSummaryOptions &options); // libc++ std::optional<>
44 &options); // libc++ std::shared_ptr<> and std::weak_ptr<>
48 const TypeSummaryOptions &options); // libc++ std::function<>
55 const TypeSummaryOptions &options);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h188 /** The options this bufferevent was constructed with */
189 enum bufferevent_options options; member in struct:bufferevent_private
292 int bufferevent_init_common_(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
344 void bufferevent_run_readcb_(struct bufferevent *bufev, int options);
347 void bufferevent_run_writecb_(struct bufferevent *bufev, int options);
350 * See bufferevent_trigger_event for meaning of "options". */
351 void bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options);
353 /** Internal: Run or schedule (if deferred or options contain
356 * BEV_TRIG_IGNORE_WATERMARKS is in options. */
357 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options);
362 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-yacc.y60 %type <o> optionsopt options option optionseq optionseqopt
71 typedef_struct: ENT_TYPEDEF_STRUCT options '{' struct_fields '}' ID
80 | ENT_STRUCT options '{' struct_fields '}'
90 externstatic: ENT_EXTERNSTATIC options lasttype ID semiequal
95 | ENT_EXTERNSTATIC options lasttype ID ARRAY semiequal
100 | ENT_EXTERNSTATIC options lasttype ID ARRAY ARRAY semiequal
119 yacc_union: ENT_YACCUNION options struct_fields '}' yacc_typematch
166 p->opt = XNEW (struct options);
177 p->opt = XNEW (struct options);
258 | options {
261 options: GTY_TOKEN '(' '(' optionseqopt ')' ')' label
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c29 /// Calculates memory usage of the encoder. If the options are
31 uint64_t (*memusage)(const void *options);
37 uint64_t (*block_size)(const void *options);
39 /// Tells the size of the Filter Properties field. If options are
42 lzma_ret (*props_size_get)(uint32_t *size, const void *options);
48 /// - LZMA_OPTIONS_ERROR: Unsupported options
49 /// - LZMA_PROG_ERROR: Invalid options or not enough
51 lzma_ret (*props_encode)(const void *options, uint8_t *out);
200 const lzma_filter *options)
203 options, (lzma_filter_fin
199 lzma_raw_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter *options) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp36 // Check to see if the command being aliased can take any command options.
37 Options *options = cmd_obj_sp->GetOptions(); local
38 if (options) {
39 // See if any options were specified as part of the alias; if so, handle
43 options->NotifyOptionParsingStarting(&exe_ctx);
46 options->ParseAlias(args, option_arg_vector, options_string);
54 options->VerifyPartialOptions(result);
151 OptionArgVector *options = m_option_args_sp.get(); local
155 for (const auto &opt_entry : *options) {
211 auto options local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmandocd.c118 struct manoutput options; local
176 memset(&options, 0, sizeof(options));
179 formatter = ascii_alloc(&options);
182 formatter = utf8_alloc(&options);
185 options.fragment = 1;
186 formatter = html_alloc(&options);

Completed in 140 milliseconds

1234567891011>>