Searched refs:option (Results 151 - 175 of 730) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/openssl/
H A Dgendh.c94 static const struct option gendh_options[] = {
H A Dprime.c67 static const struct option prime_options[] = {
H A Drand.c71 static const struct option rand_options[] = {
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackingList.pm240 if (m/^\@(?:name|pkgpath|comment\s+(?:subdir|pkgpath)\=|option)\b/o) {
254 if (m/^\@option\s+always-update$/o) {
261 if (m/^\@(?:name|libset|depend|wantlib|conflict|option|pkgpath|url|version|arch|comment\s+(?:subdir|pkgpath)\=)\b/o) {
273 if (m/^\@(?:name|conflict|option)\b/o) {
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm91 # Backwards-compatibility support for the stderr option.
97 # Backwards-compatibility support for the utf8 option.
301 # configured encoding, then the pass-through option of using the same
338 # by preprocess_paragraph only if we were given the code option. Exists here
698 # This is really ugly; I hate doing option parsing in the middle of a
743 # Fake the old cutting option to Pod::Parser. This fiddles with internal
907 where the keys are chosen from the following. Each option is annotated with
908 the version of Pod::Text in which that option was added with its current
930 error that will be reported as configured by the C<errors> option. If error
940 encoding, and setting this option doe
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMksymlists.pm61 croak("Don't know how to create linker option file for $osname\n");
232 is built. The linker option file is generated by calling the function
257 C<Mksymlists> will alter the names written to the linker option
275 This key can be used to specify the name of the linker option file
304 the linker option file will be produced.
/openbsd-current/usr.sbin/unbound/util/
H A Dconfiglexer.lex188 %option noinput
189 %option nounput
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfiglexer.lex188 %option noinput
189 %option nounput
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c12 (at your option) any later version.
552 parse_mips_dis_option (const char *option, unsigned int len)
560 if (strncmp (option, "no-aliases", 10) == 0)
566 /* Look for the = that delimits the end of the option name. */
568 if (option[i] == '=')
571 if (i == 0) /* Invalid option: no name before '='. */
573 if (i == len) /* Invalid option: no '='. */
575 if (i == (len - 1)) /* Invalid option: no value after '='. */
579 val = option + (optionlen + 1);
582 if (strncmp ("gpr-names", option, optionle
550 parse_mips_dis_option(const char *option, unsigned int len) argument
[all...]
H A Darm-dis.c11 Software Foundation; either version 2 of the License, or (at your option)
1136 set_arm_regname_option (int option)
1139 regname_selected = option;
1144 get_arm_regnames (int option, const char **setname, const char **setdescription,
1147 *setname = regnames[option].name;
1148 *setdescription = regnames[option].description;
1149 *register_names = regnames[option].reg_names;
2848 /* Parse an individual disassembler option. */
2851 parse_arm_disassembler_option (char *option)
2853 if (option
1135 set_arm_regname_option(int option) argument
1143 get_arm_regnames(int option, const char **setname, const char **setdescription, const char *const **register_names) argument
2850 parse_arm_disassembler_option(char *option) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm761 This option controls how data is written to the output buffer by the
764 If the C<AppendOutput> option is set to false, the output buffers in the
768 If the option is set to true, uncompressed data will be appended to the
771 This option defaults to false.
778 This option defaults to false.
785 This option defaults to false.
810 If the C<AppendOutput> option is set to true in the constructor for
838 If the C<AppendOutput> option is set to true in the constructor for
884 Tune the internal settings for the deflate object C<$d>. This option is
898 If the C<CRC32> option i
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml378 : llcontext -> (Diagnostic.t -> unit) option -> unit
452 external get_module_flag : llmodule -> string -> llmetadata option
493 external struct_name : lltype -> string option = "llvm_struct_name"
522 external type_by_name : llmodule -> string -> lltype option = "llvm_type_by_name"
535 external use_begin : llvalue -> lluse option = "llvm_use_begin"
536 external use_succ : lluse -> lluse option = "llvm_use_succ"
587 external metadata : llvalue -> llmdkind -> llvalue option = "llvm_metadata"
595 external get_mdstring : llvalue -> string option = "llvm_get_mdstring"
610 external int64_of_const : llvalue -> Int64.t option
615 external float_of_const : llvalue -> float option
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm9 the Free Software Foundation; either version 2, or (at your option)
H A Dvms_tramp.asm9 the Free Software Foundation; either version 2, or (at your option)
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dirix-crti.asm6 With the GNU linker, there can only be a single -init option, and the
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm9 the Free Software Foundation; either version 2, or (at your option)
H A Dvms_tramp.asm9 the Free Software Foundation; either version 2, or (at your option)
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DShowlex.pm194 The C<-newlex> option produces a more readable C<< name => value >> format,
197 The C<-nosp> option eliminates reporting of SPECIALs, such as C<0: SPECIAL
/openbsd-current/usr.sbin/dhcpd/
H A Dconfpars.c77 /* Set up the initial dhcp option universe. */
998 struct option *option; local
1004 parse_warn("expecting identifier after option keyword.");
1028 * Look up the option name hash table for the specified
1046 * standard dhcp option names.
1052 /* Look up the actual option info. */
1053 option = (struct option *)hash_lookup(universe->hash,
1056 /* If we didn't get an option structur
[all...]
/openbsd-current/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp45 // library using the DYLD_FRAMEWORK_PATH option and run the executable
61 static struct option g_long_options[] = {
106 for (const struct option *opt = g_long_options; opt->name; ++opt) {
138 "error: the --arch option can only be specified once\n");
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A Dtdtags60 With the '-x' option, $SELF produces one or more tags files for a
63 Without the '-x' option, $SELF provides a ctags(1)-like interface to
68 tags file. Without ths option, any and all existing tags are
80 When '-x' is present, the first non-option argument is the
/openbsd-current/usr.bin/tmux/
H A Dalerts.c294 alerts_set_message(struct winlink *wl, const char *type, const char *option) argument
309 visual = options_get_number(wl->session->options, option);
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli17 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
/openbsd-current/usr.bin/doas/
H A Dparse.y123 } | options option {
138 option: TNOPASS { label
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dexport.sh38 -final | --final When provided, this option will disable the rc flag
127 --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
165 echo "unknown option: $1"

Completed in 410 milliseconds

1234567891011>>