Searched refs:options (Results 326 - 350 of 1021) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c35 if (sock->options & APR_INCOMPLETE_WRITE) {
36 sock->options &= ~APR_INCOMPLETE_WRITE;
64 sock->options |= APR_INCOMPLETE_WRITE;
75 if (sock->options & APR_INCOMPLETE_READ) {
76 sock->options &= ~APR_INCOMPLETE_READ;
103 sock->options |= APR_INCOMPLETE_READ;
206 if (sock->options & APR_INCOMPLETE_WRITE) {
207 sock->options &= ~APR_INCOMPLETE_WRITE;
235 sock->options |= APR_INCOMPLETE_WRITE;
327 if (sock->options
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkquery.c114 if (statp->options & RES_DEBUG)
128 hp->rd = (statp->options & RES_RECURSE) != 0U;
219 if ((statp->options & RES_DEBUG) != 0U)
240 if (statp->options & RES_USE_DNSSEC) {
242 if (statp->options & RES_DEBUG)
276 if ((statp->options & RES_DEBUG) != 0U)
/freebsd-11-stable/crypto/openssh/
H A Dssh-keysign.c173 Options options; local
217 initialize_options(&options);
218 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", &options, 0);
219 fill_default_options(&options);
220 if (options.enable_ssh_keysign != 1)
288 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
/freebsd-11-stable/sbin/devd/
H A Dparse.y79 : OPTIONS BEGINBLOCK options ENDBLOCK SEMICOLON
82 options
84 | options option
/freebsd-11-stable/sbin/mount/
H A Dmount.c65 /* `meta' options */
92 /* Map from mount options to printable formats. */
261 char *cp, *ep, *options; local
265 options = NULL;
294 options = catopt(options, optarg);
304 options = catopt(options, "ro");
320 options = catopt(options, "nor
565 mountfs(const char *vfstype, const char *spec, const char *name, int flags, const char *options, const char *mntopts) argument
741 mangle(char *options, struct cpa *a) argument
[all...]
/freebsd-11-stable/usr.sbin/extattr/
H A Drmextattr.c111 const char *options, *attrname; local
134 options = "fhqsx";
138 options = "fhinq";
142 options = "fhq";
146 options = "fhq";
152 while ((ch = getopt(argc, argv, options)) != -1) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp24 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) argument
26 TypeFormatImplSP(new TypeFormatImpl_Format(format, options))) {
28 options);
31 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) argument
33 ConstString(type ? type : ""), options))) {
35 options);
H A DSBTypeSynthetic.cpp25 uint32_t options) {
28 options);
33 new ScriptedSyntheticChildren(options, data, ""))));
37 uint32_t options) {
40 data, options);
45 new ScriptedSyntheticChildren(options, "", data))));
24 CreateWithClassName(const char *data, uint32_t options) argument
36 CreateWithScriptCode(const char *data, uint32_t options) argument
H A DSBVariablesOptions.cpp88 SBVariablesOptions::SBVariablesOptions(const SBVariablesOptions &options) argument
89 : m_opaque_up(new VariablesOptionsImpl(options.ref())) {
91 (const lldb::SBVariablesOptions &), options);
95 operator=(const SBVariablesOptions &options) { argument
99 options);
101 m_opaque_up.reset(new VariablesOptionsImpl(options.ref()));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h101 const TargetOptions &options);
104 const TargetOptions &options);
108 const TargetOptions &options);
111 const TargetOptions &options, StringRef path = "");
114 size_t length, const TargetOptions &options,
170 // FIXME: it only parses "llvm.linker.options" metadata at the moment
214 makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
47 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
97 if (Language *language = Language::FindPlugin(options.GetLanguage())) {
111 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
229 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
284 if (Language *language = Language::FindPlugin(options.GetLanguage())) {
30 CFAbsoluteTimeSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
46 CFBagSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
110 CFBitVectorSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
228 CFBinaryHeapSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp179 EvaluateExpressionOptions options; local
180 options.SetCoerceToId(false);
181 options.SetUnwindOnError(true);
182 options.SetKeepInMemory(false);
183 options.SetTryAllThreads(true);
186 target->EvaluateExpression(s, exe_ctx->GetFramePtr(), valobj_sp, options);
/freebsd-11-stable/sbin/etherswitchcfg/
H A Difmedia.c298 int options;
302 options = get_media_options(IFM_TYPE(ifmr->ifm_ulist[0]), val);
307 ifr.ifr_media &= ~options;
309 if (options & IFM_HDX) {
311 options &= ~IFM_HDX;
313 ifr.ifr_media |= options;
434 } options[4]; member in struct:ifmedia_type_to_subtype
606 * Look up the options in the user-provided comma-separated
611 for (i = 0; ttos->options[i].desc != NULL; i++) {
612 option = lookup_media_word(ttos->options[
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difmedia.c338 int options; local
342 options = get_media_options(IFM_TYPE(ifmr->ifm_ulist[0]), val);
347 ifr.ifr_media &= ~options;
349 if (options & IFM_HDX) {
351 options &= ~IFM_HDX;
353 ifr.ifr_media |= options;
473 } options[4]; member in struct:ifmedia_type_to_subtype
645 * Look up the options in the user-provided comma-separated
650 for (i = 0; ttos->options[i].desc != NULL; i++) {
651 option = lookup_media_word(ttos->options[
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent.c222 bufferevent_run_readcb_(struct bufferevent *bufev, int options) argument
229 if ((p->options|options) & BEV_OPT_DEFER_CALLBACKS) {
238 bufferevent_run_writecb_(struct bufferevent *bufev, int options) argument
245 if ((p->options|options) & BEV_OPT_DEFER_CALLBACKS) {
259 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) argument
262 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS);
267 bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options) argument
274 if ((p->options|option
284 bufferevent_trigger_event(struct bufferevent *bufev, short what, int options) argument
292 bufferevent_init_common_(struct bufferevent_private *bufev_private, struct event_base *base, const struct bufferevent_ops *ops, enum bufferevent_options options) argument
873 enum bufferevent_options options; local
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c108 struct ttm_pool_opts options; member in struct:ttm_pool_manager
235 m->options.max_size = val;
237 m->options.small = val;
248 m->options.alloc_size = val;
260 val = m->options.max_size;
262 val = m->options.small;
264 val = m->options.alloc_size;
619 if (count < _manager->options.small
622 unsigned alloc_size = _manager->options.alloc_size;
717 if (pool->npages > _manager->options
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Ddeprecated.c223 krb5_flags options,
234 options,
265 krb5_flags options,
277 options,
287 options,
348 krb5_flags options,
364 options,
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c136 /* The default quoting options. */
139 /* Allocate a new set of quoting options, with contents initially identical
167 set the value of the quoting options for character C to I.
520 OPTIONS specifies the quoting options.
527 struct quoting_options const *options)
560 size_t qsize = quotearg_buffer (val, size, arg, (size_t) -1, options);
566 quotearg_buffer (val, size, arg, (size_t) -1, options);
603 struct quoting_options options; local
604 options = default_quoting_options;
605 set_char_quoting (&options, c
526 quotearg_n_options(int n, char const *arg, struct quoting_options const *options) argument
[all...]
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c102 if (bsdar->options & AR_TR && strlen(bname) > _TRUNCATE_LEN) {
133 if (mtime != 0 && bsdar->options & AR_U && sb.st_mtime <= mtime)
142 if (bsdar->options & AR_D) {
226 if (bsdar->options & AR_B) {
230 if (bsdar->options & AR_A) {
395 if (!(bsdar->options & AR_C))
443 if (bsdar->options & AR_A || bsdar->options & AR_B) {
457 bsdar->options &= ~(AR_A | AR_B);
466 if (bsdar->options
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetnetbydns.c288 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
336 if (statp->options & RES_DEBUG)
344 if (statp->options & RES_DEBUG)
392 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
417 if (statp->options & RES_DEBUG)
424 if (statp->options & RES_DEBUG)
451 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
454 statp->options |= RES_STAYOPEN | RES_USEVC;
463 statp->options &= ~(RES_STAYOPEN | RES_USEVC);
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c67 char *options; local
71 static char *options = NULL; variable
145 catopt(&options, globopt);
151 catopt(&options, globopt);
334 if (options)
335 catopt(&optbuf, options);
435 return e->options;
453 catopt(&e->options, newoptions);
467 e->options = estrdup(opts);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.c79 free(filters[filters_count].options);
80 filters[filters_count].options = NULL;
107 coder_add_filter(lzma_vli id, void *options) argument
113 filters[filters_count].options = options;
116 // Setting a custom filter chain makes us forget the preset options.
154 // of this software may use different options in presets, and
161 message(V_WARNING, _("The exact options of the "
173 filters[0].options = &opt_lzma;
177 // Terminate the filter options arra
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp11 #include "gwp_asan/options.h"
48 options::Printf_t Printf) {
64 uintptr_t AllocAddr, size_t AllocSize, options::Backtrace_t Backtrace) {
87 options::Backtrace_t Backtrace) {
105 void GuardedPoolAllocator::init(const options::Options &Opts) {
372 options::Printf_t Printf, uint64_t ThreadID) {
438 options::Printf_t Printf,
439 options::PrintBacktrace_t PrintBacktrace) {
474 ScopedEndOfReportDecorator(options::Printf_t Printf) : Printf(Printf) {}
476 options
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h184 @param options Zero or more BEV_OPT_* flags
190 struct bufferevent *bufferevent_socket_new(struct event_base *base, evutil_socket_t fd, int options);
611 The function will honor watermarks unless options contain
612 BEV_TRIG_IGNORE_WATERMARKS. If the options contain BEV_OPT_DEFER_CALLBACKS,
617 @param options
621 int options);
626 If the options contain BEV_OPT_DEFER_CALLBACKS, the callbacks are deferred.
630 @param options
634 int options);
686 @param options
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map_parse.y127 | '-' options WSPACE locations {
134 /* An fstype may have been defined in the 'options'. */
183 | '-' options WSPACE mountpoints {
191 /* An fstype may have been defined in the 'options'. */
247 | WORD WSPACE '-' options WSPACE location {
255 /* An fstype may have been defined in the 'options'. */
370 options : option label
371 | option ',' options

Completed in 353 milliseconds

<<11121314151617181920>>