Searched refs:options (Results 126 - 150 of 1362) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/ssh/
H A Dauth.c55 #include "auth-options.h"
68 extern ServerOptions options;
100 if (options.chroot_directory == NULL ||
101 strcasecmp(options.chroot_directory, "none") == 0) {
121 if (options.num_deny_users > 0 || options.num_allow_users > 0 ||
122 options.num_deny_groups > 0 || options.num_allow_groups > 0) {
123 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
128 if (options
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dopts-common.c32 enough because some options can be suffixed with an argument, and
129 /* Filter out options canceled by the ones after them. */
135 int *options = xmalloc (argc * sizeof (*options)); local
170 options [i] = 0;
187 options [i] = (int) opt_index;
188 need_prune |= options [i];
201 opt_idx = options [i];
207 next_opt_idx = options [j];
236 free (options);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920501-4.x4 set options "-mshort"
H A D920520-1.x1 set options "-S"
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-bind-only4.pl19 options => ["-4nU", "localhost"],
H A Dargs-client-bind-only6.pl19 options => ["-6nU", "localhost"],
H A Dargs-client-bind.pl23 options => ["-U", "localhost"],
H A Dargs-client-bind4-port.pl22 options => ["-U", "127.0.0.1:$port"],
H A Dargs-client-bind6-port.pl22 options => ["-U", "[::1]:$port"],
H A Dargs-client-tcp4.pl23 options => ["-T", "127.0.0.1:514"],
H A Dargs-client-tcp6.pl23 options => ["-T", "[::1]:514"],
H A Dargs-client-tls-cert.pl25 options => ["-S", "localhost", "-K", "ca.crt"],
H A Dargs-client-tls-verify.pl26 options => ["-S", "127.0.0.1"],
H A Dargs-client-udp-nodns.pl16 options => ["-un"],
H A Dargs-length-tcp.pl23 options => ["-u"],
H A Dargs-length-tls.pl23 options => ["-u"],
H A Dargs-logsocket.pl26 options => ["-p", "/var/run/log"],
H A Dargs-memory-overflow-cont.pl29 options => ["-f", "memory"],
H A Dargs-memory-overflow-flags.pl29 options => ["-o", "memory"],
H A Dargs-only4.pl23 options => ["-4nu"],
H A Dargs-only6.pl23 options => ["-6nu"],
H A Dargs-rsyslog-client-udp.pl27 options => ["-U", "127.0.0.1:514"],
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dspf_99.c42 UNUSED(options);
44 return (generic_fromwire_txt(rdclass, type, source, dctx, options,
H A Davc_258.c38 UNUSED(options);
40 return (generic_fromwire_txt(rdclass, type, source, dctx, options,
H A Dninfo_56.c38 UNUSED(options);
40 return (generic_fromwire_txt(rdclass, type, source, dctx, options,

Completed in 144 milliseconds

1234567891011>>