Searched refs:option (Results 401 - 425 of 730) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm339 modify the original you must pass in the C<< in_place => 1 >> option. You may
364 modify the original you must pass in the C<< in_place => 1 >> option. You may
385 modify the originals you must pass in the C<< in_place => 1 >> option. You may
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm283 array relates to a single option, giving the level and option name, and an
302 If not defined, the socket option will not be changed, and default value set
306 Note that not all platforms support disabling this option. Some, at least
317 If your platform does not support disabling this option but you still want to
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm629 or disabling this option automatically does the same for debugging
660 You can use the WILDCARD option to enable the debugging output of this
666 Note that this option alone doesn't cause any debugging information to be
670 want, such as by also including the EXECUTE option.
683 (To get every single option without exception, use both ALL and EXTRA, or
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcc.c9 Software Foundation; either version 2, or (at your option) any later
37 Before adding a command-line option, consider if it is really
38 necessary. Each additional command-line option adds complexity and
44 1. Each command-line option is specified in the specs file. The
53 3. Look in the "specs" file to determine which program or option
55 appropriate syntax for the shorter option version to the
57 `-' from the option. For example, use `-bar', rather than `--bar'.
64 5. Document the option in this file's display_help(). If the
65 option is passed to a subprogram, modify its corresponding
442 %x{OPTION} Accumulate an option fo
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm62 Note: choosing anything but 'yes' for this option will need
73 between sessions. If you set the 'auto_commit' option to true, changes
421 Or, as a third option you can choose RAND which will make a random
456 Boolean. Defaults to true. If this option is true, the cpan shell will
462 If this option is true, the option C<urllist> will be ignored.
548 The next option deals with the charset (a.k.a. character set) your
576 the option to automatically generate and deliver test reports to CPAN
626 this option can be used to turn on verbosity during the selection
664 this option t
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli444 val set_diagnostic_handler : llcontext -> (Diagnostic.t -> unit) option -> unit
557 val get_module_flag : llmodule -> string -> llmetadata option
681 val struct_name : lltype -> string option
767 val type_by_name : llmodule -> string -> lltype option
806 val use_begin : llvalue -> lluse option
810 val use_succ : lluse -> lluse option
912 val metadata : llvalue -> llmdkind -> llvalue option
939 val get_mdstring : llvalue -> string option
979 val int64_of_const : llvalue -> Int64.t option
992 val float_of_const : llvalue -> float option
[all...]
/openbsd-current/usr.bin/ssh/
H A Dssh-keygen.c1487 error("Invalid option \"%s\"", opts[i]);
1654 /* flag option */
1660 /* key/value option */
2029 fatal("Empty force-command option");
2036 fatal("Empty source-address option");
2050 fatal("Unsupported certificate option \"%s\"", opt);
2057 struct sshbuf *options, *option = NULL; local
2063 sshbuf_free(option);
2064 option = NULL;
2066 (r = sshbuf_froms(options, &option)) !
[all...]
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL72 Perl module. See the B<-X> option.
178 Extensions that do no make use of static data can ignore this option.
277 option is specified, the name of the header file may look like
671 specify a minimum perl version with the -b option.
744 C::Scan required if you use -x option.
751 C::Scan v. 0.70 or later required unless you use -o . option.
1270 at your option, any later version of Perl 5 you may have available.
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1908 versions, enabling this option might enable autodetection of the UTF-16
2001 affected in anyway. I<Be aware that this option makes you accept invalid
2002 JSON texts as if they were valid!>. I suggest only to use this option to
2088 This option is useful if you want the same data structure to be encoded as
2137 This option does not affect C<decode> in any way, and it is recommended to
2429 I<Be aware that this option makes you accept invalid JSON texts
2430 as if they were valid!>. I suggest only to use this option to
2449 in any way. I<Be aware that this option makes you accept invalid JSON
2450 texts as if they were valid!>. I suggest only to use this option to
2485 I<Be aware that this option make
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DDriver.cpp150 // Parses a linker -m option.
543 // Report a warning for an unknown -z option.
590 // Note that --reproduce is a debug option so you can ignore it
712 error("unknown --target2 option: " + s);
1036 // If -z rel or -z rela is specified, use the last option.
1344 std::pair<StringRef, StringRef> option = local
1347 if (option.first != reportArg.first)
1349 if (!isValidReportString(option.second)) {
1350 error(Twine("-z ") + reportArg.first + "= parameter " + option.second +
1354 *reportArg.second = option
1359 std::pair<StringRef, StringRef> option = local
1877 handleUndefined(Symbol *sym, const char *option) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm8 Free Software Foundation; either version 2, or (at your option) any
663 not support Thumb instructions. (This can be a multilib option). */
704 not support Thumb instructions. (This can be a multilib option). */
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm492 # handle PERROR option
1014 C<cons> - This option is ignored, since the failover mechanism will drop
1044 process, so this option has no effect on Linux.)
1235 special device). The name of that socket is given by the C<path> option
1241 C<"stream"> - connect to the stream indicated by the C<path> option, or,
1248 C<"pipe"> - connect to the named pipe indicated by the C<path> option,
1256 option of C<openlog()>.
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1651 std::string option; local
1654 std::tie(option, value_type, value) = entry;
1655 if (option == g_argument) {
1660 result_str.Printf(" %s", option.c_str());
2209 std::string option; local
2212 std::tie(option, value_type, value) = option_entry;
2213 if (option == g_argument) {
2222 new_args.AppendArgument(option);
2233 new_args.AppendArgument(option + value);
2254 new_args.AppendArgument(option
[all...]
/openbsd-current/usr.bin/tmux/
H A Dinput.c2323 u_int option; local
2333 option = 0;
2335 option = option * 10 + *p++ - '0';
2341 switch (option) {
2395 log_debug("%s: unknown '%u'", __func__, option);
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/
H A DMetadata.pm940 pairs. Valid option keys include:
951 The C<version> option is required. If it is omitted or if
967 F<.pm> files in F<lib>. This option ensures the META information has the
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dlexsup.c10 the Free Software Foundation; either version 2, or (at your option)
162 /* The long options. This structure is used for both the option
167 /* The long option information. */
168 struct option opt;
169 /* The short option with the same meaning ('\0' if none). */
174 the previous option. */
177 /* Use one dash before long option name. */
179 /* Use two dashes before long option name. */
181 /* Only accept two dashes before the long option name.
184 the long option nam
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm250 versus spaces to separate word-like units, and this option allows you to not
355 option|/DESCRIPTION> to C<charnames>. In addition, any other options for the
357 L<script list, C<:short> option|/DESCRIPTION>, or L<custom aliases|/CUSTOM
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_transform.c1375 enum grph_color_adjust_option option = local
1384 option = GRPH_COLOR_MATRIX_SW;
1392 program_color_matrix(xfm_dce, elm, option);
/openbsd-current/usr.sbin/makefs/
H A Dffs.c179 ffs_parse_opts(const char *option, fsinfo_t *fsopts) argument
187 assert(option != NULL);
191 rv = set_option(ffs_options, option, buf, sizeof(buf));
433 * XXX make this an option.
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm642 Get an option associated with the socket. Levels other than C<SOL_SOCKET>
722 The C<flags> option is optional and defaults to C<0>.
745 Set option associated with the socket. Levels other than C<SOL_SOCKET>
/openbsd-current/usr.sbin/tftpd/
H A Dtftpd.c787 char *option; local
797 * to parse the option and get on with it.
807 for (option = cp; *cp; cp++)
811 if (strcmp(option, opt_names[i]) == 0) {
1506 * Send an oack packet (option acknowledgement).
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmain.c12 (at your option) any later version.
130 /* Pointers to all arguments of --command option. */
137 /* Indices of all arguments of --directory option. */
234 short option (or arbitrary numbers starting at 10 for those
245 static struct option long_options[] =
315 /* Long option that takes an argument. */
322 /* Long option that just sets a flag. */
346 /* FIXME: cagney/2003-03-01: Not sure if this option is
H A Dgdb-events.sh13 # (at your option) any later version.
68 (at your option) any later version.
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsysdump.c10 (at your option) any later version.
740 fprintf (file, _("Usage: %s [option(s)] in-file\n"), program_name);
756 static struct option long_options[] =
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dvalgrindpp.pl324 Redirect the output into I<file>. If this option is not

Completed in 421 milliseconds

<<11121314151617181920>>