Searched refs:Options (Results 1 - 25 of 437) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c478 fprintf (file, _(" Options for %s:\n"), prog_name);
487 fprintf (file, _(" Options passed to DLLTOOL:\n"));
/freebsd-11-stable/contrib/bmake/mk/
H A Doptions.mk18 # Options are normally listed in either OPTIONS_DEFAULT_{YES,NO}
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in109 Options:
H A Ddialog.c181 } Options; typedef in typeref:struct:__anon934
201 static const Options options[] = {
1256 Options *const *p = (Options * const *) a;
1257 Options *const *q = (Options * const *) b;
1302 const Options **opts;
1307 opts = dlg_calloc(const Options *, limit);
1312 qsort(opts, limit, sizeof(Options *), compare_opts);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh28 Options:
/freebsd-11-stable/contrib/gperf/src/
H A Doptions.cc1 /* Handles parsing the Options provided to the user.
35 Options option;
73 Options::short_usage (FILE * stream)
80 Options::long_usage (FILE * stream)
271 Options::print_options () const
452 /* Sets the default Options. */
454 Options::Options () function in class:Options
479 Options::~Options ()
[all...]
H A Doptions.h3 /* Handles parsing the Options provided to the user.
117 /* Class manager for gperf program Options. */
119 class Options class
123 Options ();
126 ~Options ();
287 extern Options option;
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh185 Options:
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure726 Options to Specify the Libraries Built/Used:
778 Options to Specify How Manpages are Installed:
813 Testing/development Options:
825 Ada95 Binding Options:
4325 ### Options to allow the user to specify the set of libraries which are used.
6738 { { echo "$as_me:6738: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
6739 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
/freebsd-11-stable/contrib/ncurses/misc/
H A Dncurses-config.in168 Options:
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in101 Options:
/freebsd-11-stable/contrib/opie/
H A Dconfigure165 Options: [defaults in brackets after descriptions]
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c117 extern Options options;
H A Dmux.c87 extern Options options;
H A Dreadconf.c136 const char *host, const char *original_host, Options *options,
138 static int process_config_line_depth(Options *options, struct passwd *pw,
332 add_local_forward(Options *options, const struct Forward *newfwd)
365 add_remote_forward(Options *options, const struct Forward *newfwd)
391 clear_forwardings(Options *options)
421 add_certificate_file(Options *options, const char *path, int userprovided)
445 add_identity_file(Options *options, const char *dir, const char *filename,
559 match_cfg_line(Options *options, char **condition, struct passwd *pw,
825 process_config_line(Options *options, struct passwd *pw, const char *host,
835 process_config_line_depth(Options *option
[all...]
H A Dreadconf.h175 } Options; typedef in typeref:struct:__anon4508
201 void initialize_options(Options *);
202 void fill_default_options(Options *);
203 void fill_default_options_for_canonicalization(Options *);
204 int process_config_line(Options *, struct passwd *, const char *,
207 const char *, Options *, int);
209 int parse_jump(const char *, Options *, int);
212 void dump_client_config(Options *o, const char *host);
214 void add_local_forward(Options *, const struct Forward *);
215 void add_remote_forward(Options *, cons
[all...]
H A Dssh-keysign.c173 Options options;
H A Dssh.c161 Options options;
H A Dsshconnect.c79 extern Options options;
H A Dsshconnect1.c59 extern Options options;
H A Dsshconnect2.c83 extern Options options;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_conf.c464 SSL_CONF_CMD_STRING(Options, NULL),
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl52 Options: label
H A Dpod2man.pl320 Options are:
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c1604 UINT16 Options; local
1615 Options = ISCSIDevPath->LoginOption;
1616 UefiDevicePathLibCatPrint (Str, "%s,", (((Options >> 1) & 0x0001) != 0) ? "CRC32C" : "None");
1617 UefiDevicePathLibCatPrint (Str, "%s,", (((Options >> 3) & 0x0001) != 0) ? "CRC32C" : "None");
1618 if (((Options >> 11) & 0x0001) != 0) {
1620 } else if (((Options >> 12) & 0x0001) != 0) {

Completed in 391 milliseconds

1234567891011>>