Searched refs:options (Results 226 - 250 of 865) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dgetopt.c16 * @options: the options string
24 * Helper to parse options on the format used by mount ("a=b,c=d,e,f").
28 int krping_getopt(const char *caller, char **options, argument
36 if ((token = strsep(options, ",")) == NULL)
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtkeyconf.c54 ns_tkeyctx_fromconfig(const cfg_obj_t *options, isc_mem_t *mctx, argument
72 result = cfg_map_get(options, "tkey-dhkey", &obj);
87 result = cfg_map_get(options, "tkey-domain", &obj);
105 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
118 result = cfg_map_get(options, "tkey-gssapi-keytab", &obj);
/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c31 * The call is cvs checkout [options] <module-name>...
74 "(Specify the --help global option for a list of other help options)\n",
90 "(Specify the --help global option for a list of other help options)\n",
98 static char *options; variable
126 /* initialize static options */
128 if (options)
130 free (options);
131 options = NULL;
139 * A smaller subset of options are allowed for the export command, which
141 * options t
[all...]
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dkupgrade142 if [ -f options ] ; then
143 if [ ! -f options.preipf4 ] ; then
144 mv options options.preipf4
145 cp -p options.preipf4 options
148 grep IPFILTER_$i options >/dev/null 2>&1
150 echo >> options
151 echo "# extra option for IP Filter" >> options
152 echo "IPFILTER_$i opt_ipfilter.h" >> options
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/LTO/
H A DLTOModule.h87 llvm::TargetOptions options,
90 size_t size, llvm::TargetOptions options,
94 off_t offset, llvm::TargetOptions options,
97 llvm::TargetOptions options,
189 llvm::TargetOptions options,
/freebsd-9.3-release/crypto/openssh/
H A Dauth-passwd.c55 #include "auth-options.h"
58 extern ServerOptions options;
90 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES)
93 if (*password == '\0' && options.permit_empty_passwd == 0)
97 if (options.kerberos_authentication == 1) {
115 if (options.use_pam)
H A Dauth-rhosts.c45 extern ServerOptions options;
191 hostname = get_canonical_hostname(options.use_dns);
258 if (options.strict_modes &&
285 if (options.strict_modes &&
294 if (options.ignore_rhosts) {
H A Dclientloop.c116 /* import options */
117 extern Options options;
267 if (muxserver_sock == -1 || !options.control_persist
268 || options.control_persist_timeout == 0) {
279 (time_t)options.control_persist_timeout;
281 options.control_persist_timeout);
564 if (packet_inc_alive_timeouts() > options.server_alive_count_max) {
635 if (options.server_alive_interval > 0 && compat20) {
636 timeout_secs = options.server_alive_interval;
637 server_alive_time = now + options
[all...]
H A Dsession.c85 #include "auth-options.h"
137 extern ServerOptions options;
283 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
356 if (options.compression == COMP_NONE) {
402 if (!options.allow_agent_forwarding ||
416 if (!(options.allow_tcp_forwarding & FORWARD_REMOTE)) {
422 options.gateway_ports) < 0) {
552 log_init(__progname, options.log_level,
553 options.log_facility, log_stderr);
623 options
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c856 const lzma_options_lzma *options = opt; local
862 coder->pos_mask = (1U << options->pb) - 1;
865 literal_init(coder->literal, options->lc, options->lp);
867 coder->literal_context_bits = options->lc;
868 coder->literal_pos_mask = (1U << options->lp) - 1;
876 coder->pos_mask = (1U << options->pb) - 1;
903 const uint32_t num_pos_states = 1U << options->pb;
951 const lzma_options_lzma *options = opt; local
952 lz_options->dict_size = options
964 lzma_decoder_init(lzma_lz_decoder *lz, lzma_allocator *allocator, const void *options, lzma_lz_options *lz_options) argument
994 lzma_lzma_lclppb_decode(lzma_options_lzma *options, uint8_t byte) argument
1010 lzma_lzma_decoder_memusage_nocheck(const void *options) argument
1018 lzma_lzma_decoder_memusage(const void *options) argument
1028 lzma_lzma_props_decode(void **options, lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
[all...]
H A Dlzma2_encoder.c32 /// LZMA options currently in use.
276 // New options can be set only when there is no incomplete chunk.
279 if (filter->options == NULL || coder->sequence != SEQ_INIT)
282 // Look if there are new options. At least for now,
284 const lzma_options_lzma *opt = filter->options;
287 // Validate the options.
293 // The new options will be used when the encoder starts
308 const void *options, lzma_lz_options *lz_options)
310 if (options == NULL)
325 lz->coder->opt_cur = *(const lzma_options_lzma *)(options);
307 lzma2_encoder_init(lzma_lz_encoder *lz, lzma_allocator *allocator, const void *options, lzma_lz_options *lz_options) argument
361 lzma_lzma2_encoder_memusage(const void *options) argument
372 lzma_lzma2_props_encode(const void *options, uint8_t *out) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlex.c353 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp) { argument
378 if ((options & ISC_LEXOPT_NOMORE) != 0) {
394 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 &&
399 if ((options & ISC_LEXOPT_EOF) != 0) {
408 saved_options = options;
409 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 && lex->paren_count > 0)
410 options &= ~IWSEOL;
507 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 &&
513 if ((options & ISC_LEXOPT_EOF) == 0) {
521 (options
802 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | local
837 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | local
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c353 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp) { argument
378 if ((options & ISC_LEXOPT_NOMORE) != 0) {
394 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 &&
399 if ((options & ISC_LEXOPT_EOF) != 0) {
408 saved_options = options;
409 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 && lex->paren_count > 0)
410 options &= ~IWSEOL;
507 if ((options & ISC_LEXOPT_DNSMULTILINE) != 0 &&
513 if ((options & ISC_LEXOPT_EOF) == 0) {
521 (options
799 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | local
834 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | local
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_send.c320 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
322 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
392 if ((statp->options & RES_ROTATE) != 0U &&
393 (statp->options & RES_BLAST) == 0U) {
465 Dprint(((statp->options & RES_DEBUG) &&
499 Dprint((statp->options & RES_DEBUG) ||
504 DprintQ((statp->options & RES_DEBUG) ||
514 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
515 (statp->options & RES_STAYOPEN) == 0U) {
754 Dprint(statp->options
[all...]
/freebsd-9.3-release/sbin/dhclient/
H A Dprivsep.c193 lease.options[i].data = NULL;
194 lease.options[i].len = optlen;
199 lease.options[i].data =
201 if (lease.options[i].data == NULL)
203 buf_read(fd, lease.options[i].data, optlen);
215 if (lease.options[i].len > 0)
216 free(lease.options[i].data);
/freebsd-9.3-release/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-9.3-release/usr.sbin/makefs/
H A Dmakefs.c327 set_option(option_t *options, const char *var, const char *val) argument
331 for (i = 0; options[i].name != NULL; i++) {
332 if (strcmp(options[i].name, var) != 0)
334 *options[i].value = (int)strsuftoll(options[i].desc, val,
335 options[i].minimum, options[i].maximum);
361 "usage: %s [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian]\n"
/freebsd-9.3-release/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-9.3-release/contrib/xz/src/xz/
H A Dcoder.c68 free(filters[filters_count].options);
69 filters[filters_count].options = NULL;
96 coder_add_filter(lzma_vli id, void *options) argument
102 filters[filters_count].options = options;
105 // Setting a custom filter chain makes us forget the preset options.
134 // of this software may use different options in presets, and
141 message(V_WARNING, _("The exact options of the "
153 filters[0].options = &opt_lzma;
157 // Terminate the filter options arra
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h62 int (*options)(struct archive_read_filter_bidder *, member in struct:archive_read_filter_bidder
161 int (*options)(struct archive_read *, const char *key, member in struct:archive_read::archive_format_descriptor
181 int (*options)(struct archive_read *, const char *, const char *),
/freebsd-9.3-release/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c91 // Delta doesn't and will never support changing the options in
110 lzma_delta_props_encode(const void *options, uint8_t *out) argument
112 // The caller must have already validated the options, so it's
114 if (lzma_delta_coder_memusage(options) == UINT64_MAX)
117 const lzma_options_delta *opt = options;
/freebsd-9.3-release/share/doc/bind9/
H A DMakefile28 MISC= dnssec format-options.pl ipv6 migration migration-4to9 \
29 options rfc-compliance roadmap sdb sort-options.pl
/freebsd-9.3-release/sys/kern/
H A Dkern_exit.c703 error = kern_wait(td, uap->pid, &status, uap->options, rup);
738 error = kern_wait6(td, idtype, id, &status, uap->options, wrup, sip);
755 proc_reap(struct thread *td, struct proc *p, int *status, int options) argument
770 if (options & WNOWAIT) {
879 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo)
944 if (((options & WEXITED) == 0) && (p->p_state == PRS_ZOMBIE)) {
958 ((options & WLINUXCLONE) != 0)) {
1019 proc_reap(td, p, status, options);
1028 kern_wait(struct thread *td, pid_t pid, int *status, int options, argument
1061 options |
878 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) argument
1069 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddbtable.h150 unsigned int options, dns_db_t **dbp);
/freebsd-9.3-release/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')

Completed in 262 milliseconds

1234567891011>>