Searched refs:options (Results 276 - 300 of 1021) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c182 node_new(struct node *parent, char *key, char *options, char *location, argument
195 if (options != NULL)
196 n->n_options = options;
213 node_new_map(struct node *parent, char *key, char *options, char *map, argument
226 if (options != NULL)
227 n->n_options = options;
596 char *options; local
601 options = concat(x, ',', n->n_options);
604 return (node_options_x(n->n_parent, options));
608 * Return options fo
624 char *path, *options, *tmp; local
745 char *key = NULL, *options = NULL, *mountpoint = NULL, local
1116 char *mountpoint = NULL, *map = NULL, *options = NULL; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp769 SBVariablesOptions options; local
770 options.SetIncludeArguments(arguments);
771 options.SetIncludeLocals(locals);
772 options.SetIncludeStatics(statics);
773 options.SetInScopeOnly(in_scope_only);
774 options.SetIncludeRuntimeSupportValues(include_runtime_support_values);
775 options.SetUseDynamic(use_dynamic);
777 value_list = GetVariables(options);
795 SBVariablesOptions options; local
796 options
805 GetVariables(const lldb::SBVariablesOptions &options) argument
1014 SBExpressionOptions options; local
1036 SBExpressionOptions options; local
1059 SBExpressionOptions options; local
1075 EvaluateExpression(const char *expr, const SBExpressionOptions &options) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c94 int options)
100 options)) {
115 bufferevent_pair_new(struct event_base *base, int options, argument
121 options |= BEV_OPT_DEFER_CALLBACKS;
122 tmp_options = options & ~BEV_OPT_THREADSAFE;
124 bufev1 = bufferevent_pair_elt_new(base, options);
133 if (options & BEV_OPT_THREADSAFE) {
93 bufferevent_pair_elt_new(struct event_base *base, int options) argument
/freebsd-11-stable/sys/dev/uart/
H A Duart_cpu_sparc64.c97 * environment (ie /options/output-device and /options/input-device) because
104 uart_cpu_getdev_console(phandle_t options, char *dev, size_t devsz) argument
110 if (OF_getprop(options, "input-device", dev, devsz) == -1)
113 if (OF_getprop(options, "output-device", dev, devsz) == -1)
206 phandle_t input, options; local
211 if ((options = OF_finddevice("/options")) == -1)
215 input = uart_cpu_getdev_console(options, dev, sizeof(dev));
293 if (OF_getprop(options, bu
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Dprivsep.c195 lease.options[i].data = NULL;
196 lease.options[i].len = optlen;
201 lease.options[i].data =
203 if (lease.options[i].data == NULL)
205 buf_read(fd, lease.options[i].data, optlen);
217 if (lease.options[i].len > 0)
218 free(lease.options[i].data);
/freebsd-11-stable/sys/kern/
H A Dkern_exit.c770 error = kern_wait(td, uap->pid, &status, uap->options, rup);
805 error = kern_wait6(td, idtype, id, &status, uap->options, wrup, sip);
822 proc_reap(struct thread *td, struct proc *p, int *status, int options) argument
836 if (options & WNOWAIT) {
963 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo,
1030 if (((options & WEXITED) == 0) && (p->p_state == PRS_ZOMBIE)) {
1044 ((options & WLINUXCLONE) != 0)) {
1106 proc_reap(td, p, status, options);
1113 kern_wait(struct thread *td, pid_t pid, int *status, int options, argument
1146 options |
962 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, int check_only) argument
1154 report_alive_proc(struct thread *td, struct proc *p, siginfo_t *siginfo, int *status, int options, int si_code) argument
1186 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp45 const EvaluateExpressionOptions &options)
46 : UserExpression(exe_scope, expr, prefix, language, desired_type, options),
64 const EvaluateExpressionOptions &options,
149 exe_ctx.GetThreadRef(), wrapper_address, args, options,
174 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options,
201 options.DoesUnwindOnError()) ||
203 options.DoesIgnoreBreakpoints()))
40 LLVMUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
62 DoExecute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options, lldb::UserExpressionSP &shared_ptr_to_me, lldb::ExpressionVariableSP &result) argument
/freebsd-11-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c54 help(const apr_getopt_option_t *options, apr_pool_t *pool) argument
90 "Valid options:\n")));
91 while (options->description)
94 svn_opt_format_option(&optstr, options, TRUE, pool);
96 ++options;
138 const apr_getopt_option_t options[] = local
168 apr_status_t status = apr_getopt_long(os, options, &opt, &arg);
190 help(options, pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h189 * NLF2LS/PS/LF options is given. HorizontalTab (HT) and FormFeed (FF)
233 /** Invalid options have been used. */
468 * @param options one or more of the following flags:
492 utf8proc_option_t options, int *last_boundclass
499 * If the @ref UTF8PROC_NULLTERM flag in `options` is set, processing
514 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options
525 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options,
535 * @param options a bitwise or (`|`) of one or more of the following flags:
552 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_normalize_utf32(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options);
561 * @param options
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp262 void CheckOptions(const AllocatorOptions &options) const {
263 CHECK_GE(options.min_redzone, 16);
264 CHECK_GE(options.max_redzone, options.min_redzone);
265 CHECK_LE(options.max_redzone, 2048);
266 CHECK(IsPowerOfTwo(options.min_redzone));
267 CHECK(IsPowerOfTwo(options.max_redzone));
270 void SharedInitCode(const AllocatorOptions &options) { argument
271 CheckOptions(options);
272 quarantine.Init((uptr)options
280 InitLinkerInitialized(const AllocatorOptions &options) argument
321 ReInitialize(const AllocatorOptions &options) argument
854 InitializeAllocator(const AllocatorOptions &options) argument
858 ReInitializeAllocator(const AllocatorOptions &options) argument
862 GetAllocatorOptions(AllocatorOptions *options) argument
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in66 OBJECTS = version.$(OBJEXT) positions.$(OBJEXT) options.$(OBJEXT) keyword.$(OBJEXT) keyword-list.$(OBJEXT) \
91 OPTIONS_H = options.h options.icc $(POSITIONS_H)
104 options.$(OBJEXT): options.cc $(OPTIONS_H) $(VERSION_H)
105 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/options.cc
/freebsd-11-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c95 // Delta doesn't and will never support changing the options in
114 lzma_delta_props_encode(const void *options, uint8_t *out) argument
116 // The caller must have already validated the options, so it's
118 if (lzma_delta_coder_memusage(options) == UINT64_MAX)
121 const lzma_options_delta *opt = options;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h29 const DumpValueObjectOptions &options);
44 const DumpValueObjectOptions &options,
52 const DumpValueObjectOptions &options,
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsm_gethost.c67 resv6 = bitset(RES_USE_INET6, _res.options);
68 _res.options |= RES_USE_INET6;
75 _res.options &= ~RES_USE_INET6;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c195 statp->options = RES_DEFAULT;
532 if (MATCH(buf, "options")) {
533 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
578 if (statp->options & RES_DEBUG) {
588 statp->options |= RES_NOALIASES;
591 statp->options |= RES_INIT;
596 res_setoptions(res_state statp, const char *options, const char *source) argument
598 const char *cp = options;
603 if (statp->options & RES_DEBUG)
605 options, sourc
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_cred.c1123 krb5_flags options,
1149 options |= KRB5_TC_MATCH_KEYTYPE;
1168 if(options & KRB5_GC_EXPIRED_OK) {
1178 if(options & KRB5_GC_CACHED)
1186 if(options & KRB5_GC_CACHED)
1189 if(options & KRB5_GC_USER_USER)
1192 options |= KRB5_GC_NO_STORE;
1202 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
1209 krb5_flags options,
1216 return krb5_get_credentials_with_flags(context, options, flag
1122 krb5_get_credentials_with_flags(krb5_context context, krb5_flags options, krb5_kdc_flags flags, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds) argument
1208 krb5_get_credentials(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds) argument
1222 krb5_flags options; member in struct:krb5_get_creds_opt_data
1254 krb5_get_creds_opt_set_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1262 krb5_get_creds_opt_add_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1328 krb5_flags options; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp89 options_set options(void);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demint.c183 cplus_demangle_v3_components (const char *mangled, int options, void **mem) argument
196 if ((options & DMGL_TYPES) == 0)
201 cplus_demangle_init_info (mangled, options, len, &di);
223 if ((options & DMGL_PARAMS) != 0 && d_peek_char (&di) != '\0')
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.h44 extern char *objc_demangle (const char *mangled, int options);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demint.c183 cplus_demangle_v3_components (const char *mangled, int options, void **mem) argument
196 if ((options & DMGL_TYPES) == 0)
201 cplus_demangle_init_info (mangled, options, len, &di);
223 if ((options & DMGL_PARAMS) != 0 && d_peek_char (&di) != '\0')
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h105 extern int options; /* used during socket creation */
H A Dglobals.c64 int options; /* used during socket creation */ variable
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c44 char options[256]; variable
/freebsd-11-stable/gnu/usr.bin/gperf/
H A DMakefile10 main.cc options.cc output.cc positions.cc search.cc version.cc \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_options.c100 _archive_set_options(struct archive *a, const char *options, argument
109 if (options == NULL || options[0] == '\0')
112 if ((data = strdup(options)) == NULL) {

Completed in 330 milliseconds

<<11121314151617181920>>