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

1234567891011>>

/freebsd-9.3-release/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 Dmux.c88 extern Options options;
253 for (i = 0; i < options.num_send_env; i++)
254 if (match_pattern(name, options.send_env[i]))
419 if (options.control_master == SSHCTL_MASTER_ASK ||
420 options.control_master == SSHCTL_MASTER_AUTO_ASK) {
494 if (options.control_master == SSHCTL_MASTER_ASK ||
495 options.control_master == SSHCTL_MASTER_AUTO_ASK) {
522 (options.gateway_ports ? "*" : "LOCALHOST") :
529 (options.gateway_ports ? "*" : "LOCALHOST") :
585 if (fctx->fid >= options
[all...]
H A Droaming_client.c54 extern Options options;
143 int timeout_ms = options.connection_timeout * 1000;
241 int timeout_ms = options.connection_timeout * 1000;
260 if (ssh_connect(host, NULL, &hostaddr, options.port,
261 options.address_family, 1, &timeout_ms,
262 options.tcp_keep_alive, options.use_privileged_port) == 0 &&
H A Dauth2.c62 extern ServerOptions options;
113 if ((fd = open(options.banner, O_RDONLY)) == -1)
156 if (options.banner == NULL ||
157 strcasecmp(options.banner, "none") == 0 ||
226 from_host = get_canonical_hostname(options.use_dns);
257 if (options.use_pam)
310 if (m != NULL && authctxt->failures < options.max_authtries) {
343 if (authenticated && options.num_auth_methods != 0) {
357 if (options.use_pam && authenticated) {
392 if (authctxt->failures >= options
[all...]
H A Dauth2-pubkey.c58 #include "auth-options.h"
69 extern ServerOptions options;
243 debug3("matched principal from key options \"%.100s\"",
262 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) {
281 * key options.
341 /* no key? check if there are options for this key */
343 debug2("user_key_allowed: check options: '%s'", cp);
431 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
438 options.trusted_user_ca_keys, 1) != 1) {
441 options
[all...]
H A Dauth2-hostbased.c52 extern ServerOptions options;
162 resolvedname = get_canonical_hostname(options.use_dns);
173 if (options.hostbased_uses_name_from_packet_only) {
197 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
203 options.ignore_user_known_hosts ? NULL :
229 &options.hostbased_authentication
/freebsd-9.3-release/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
20 requiredfiles = ['conf/files', 'conf/options', 'conf/NOTES']
22 # This special platform string is used for managing MI options.
47 # This class actually covers both options and devices. For each named
49 # platforms that the option was defined in via an options or files
51 # in via a NOTES file. All options are stored as lowercase since
129 # This class maintains a dictionary of options keyed by name.
132 self.options = {}
138 if name in self.options
153 options = Options() variable
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp144 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ))
148 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ))
270 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin";
276 if (Args.hasArg(options::OPT_static) ||
277 Args.hasArg(options::OPT_fapple_kext) ||
278 Args.hasArg(options::OPT_mkernel))
284 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) {
291 if (Args.hasArg(options::OPT_fprofile_arcs) ||
292 Args.hasArg(options::OPT_fprofile_generate) ||
293 Args.hasArg(options
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp123 void LTOCodeGenerator::setTargetOptions(TargetOptions options) { argument
124 Options.LessPreciseFPMADOption = options.LessPreciseFPMADOption;
125 Options.NoFramePointerElim = options.NoFramePointerElim;
126 Options.AllowFPOpFusion = options.AllowFPOpFusion;
127 Options.UnsafeFPMath = options.UnsafeFPMath;
128 Options.NoInfsFPMath = options.NoInfsFPMath;
129 Options.NoNaNsFPMath = options.NoNaNsFPMath;
131 options.HonorSignDependentRoundingFPMathOption;
132 Options.UseSoftFloat = options.UseSoftFloat;
133 Options.FloatABIType = options
505 setCodeGenDebugOptions(const char *options) argument
[all...]
/freebsd-9.3-release/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-9.3-release/lib/libc/resolv/
H A Dres_data.c97 * _res.options is tricky since some apps were known to diddle the bits
107 if (!(_res.options & RES_INIT))
108 _res.options = RES_DEFAULT;
132 if ((_res.options & RES_INIT) == 0U && res_init() == -1)
148 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
159 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
173 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
199 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
212 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
228 if ((_res.options
[all...]
H A Dres_query.c127 if (statp->options & RES_DEBUG)
135 (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC|RES_NSID))) {
138 if (n > 0 && (statp->options & RES_NSID) != 0U) {
146 if (statp->options & RES_DEBUG)
157 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U &&
160 if (statp->options & RES_DEBUG)
166 if (statp->options & RES_DEBUG)
175 if (statp->options & RES_DEBUG)
275 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
276 (dots && !trailing_dot && (statp->options
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/cvs/src/
H A Dadd.c22 * supply standard "rcs" options here, but I've found that this causes more
39 const char *options, const char *message,
48 "(Specify the --help global option for a list of other help options)\n",
63 char *options = NULL; local
84 if (options) free (options);
85 options = RCS_check_kflag (optarg);
169 if (options)
170 free (options);
178 if (options)
[all...]
H A Ddiff.c70 static char *options; variable
141 "\n(Specify the --help global option for a list of other help options)\n",
158 I changed the options which take optional arguments (--context and
161 --brief and --ifdef options to return numbers, since -q and -D mean
165 tell the big switch in `diff' how to process those options. -- Ian
167 The following options, which diff lists as "An alias, no longer
271 just to remove the options altogether (which I have done).
382 if (options)
383 free (options);
384 options
[all...]
H A Drcscmds.c226 RCS_merge(rcs, path, workfile, options, rev1, rev2)
230 const char *options;
239 if (options != NULL && options[0] != '\0')
240 assert (options[0] == '-' && options[1] == 'k');
260 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1,
272 if (RCS_checkout (rcs, NULL, xrev2, rev2, options, tmp2,
351 (it contains options such as "-w -c", &c), or "" for the default.
357 file labels, and (if non-NULL) should be added as -L options
[all...]
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h148 options[], /* All the little options */
168 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
169 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
170 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
171 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
178 #define set_my_state_do(opt) {options[opt] |= MY_STATE_DO;}
179 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;}
180 #define set_my_want_state_do(opt) {options[opt] |= MY_WANT_STATE_DO;}
181 #define set_my_want_state_will(opt) {options[op
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp160 LLVMMCJITCompilerOptions options; local
161 memset(&options, 0, sizeof(options)); // Most fields are zero by default.
162 options.CodeModel = LLVMCodeModelJITDefault;
164 memcpy(PassedOptions, &options,
165 std::min(sizeof(options), SizeOfPassedOptions));
172 LLVMMCJITCompilerOptions options; local
173 // If the user passed a larger sized options struct, then they were compiled
175 if (SizeOfPassedOptions > sizeof(options)) {
177 "Refusing to use options struc
[all...]
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddemangle.h124 cplus_demangle (const char *mangled, int options);
127 cplus_demangle_opname (const char *opname, char *result, int options);
130 cplus_mangle_opname (const char *opname, int options);
145 cplus_demangle_v3 (const char* mangled, int options);
514 The second argument is DMGL_* options. This returns a pointer to a
521 cplus_demangle_v3_components (const char *mangled, int options, void **mem);
525 options. The second is the tree to demangle. The third is a guess
536 cplus_demangle_print (int options,
/freebsd-9.3-release/contrib/gdb/include/
H A Ddemangle.h113 cplus_demangle PARAMS ((const char *mangled, int options));
116 cplus_demangle_opname PARAMS ((const char *opname, char *result, int options));
119 cplus_mangle_opname PARAMS ((const char *opname, int options));
134 cplus_demangle_v3 PARAMS ((const char* mangled, int options));
500 The second argument is DMGL_* options. This returns a pointer to a
508 int options,
513 options. The second is the tree to demangle. The third is a guess
524 cplus_demangle_print PARAMS ((int options,
/freebsd-9.3-release/sbin/mount/
H A Dmount.c65 /* `meta' options */
92 /* Map from mount options to printable formats. */
248 char *cp, *ep, *options; local
252 options = NULL;
274 options = catopt(options, optarg);
284 options = catopt(options, "ro");
300 options = catopt(options, "nor
533 mountfs(const char *vfstype, const char *spec, const char *name, int flags, const char *options, const char *mntopts) argument
706 mangle(char *options, struct cpa *a) argument
[all...]
/freebsd-9.3-release/usr.bin/ar/
H A Dread.c133 if (bsdar->options & AR_V) {
163 if (bsdar->options & AR_V) {
180 if (bsdar->options & AR_CC)
182 if (bsdar->options & AR_U &&
188 if (bsdar->options & AR_V)
191 if (bsdar->options & AR_O)
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c58 resv6 = bitset(RES_USE_INET6, _res.options);
59 _res.options |= RES_USE_INET6;
64 _res.options &= ~RES_USE_INET6;
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dblock_header_decoder.c20 // Free allocated filter options. The last array member is not
24 lzma_free(block->filters[i].options, allocator);
26 block->filters[i].options = NULL;
42 // Initialize the filter options array. This way the caller can
43 // safely free() the options even if an error occurs in this function.
46 block->filters[i].options = NULL;

Completed in 372 milliseconds

1234567891011>>