Searched refs:option (Results 51 - 75 of 1497) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dgetopt.h10 License, or (at your option) any later version.
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmenus.md55 option MSG_Use_normal_bootblocks, action
57 option MSG_Use_serial_com0, action
59 option MSG_Use_serial_com1, action
61 option MSG_Use_serial_com2, action
63 option MSG_Use_serial_com3, action
65 option MSG_serial_baud_rate, sub menu consolebaud;
66 option MSG_Use_existing_bootblocks, action
80 option "9600", exit, action
82 option "19200", exit, action
84 option "3840
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmenus.mi88 option "unused", exit, action
90 option "FFSv1", exit, action { set_ptype(arg, FS_BSDFFS, 0); };
91 option "FFSv2", exit, action { set_ptype(arg, FS_BSDFFS, PIF_FFSv2); };
92 option "swap", exit, action { set_ptype(arg, FS_SWAP, 0); };
93 option "msdos", exit, action { set_ptype(arg, FS_MSDOS, 0); };
94 option "LFS", exit, action { set_ptype(arg, FS_BSDLFS, 0); };
95 option MSG_other_types, action
108 option "4096", exit, action { set_bsize(arg, 4096); };
109 option "8192", exit, action { set_bsize(arg, 8192); };
110 option "1638
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddebug.c8 (at your option) any later version.
38 trace_options option; member in struct:_trace_option_descriptor
93 trace_option(const char *option, argument
96 if (strcmp(option, "all") == 0) {
105 while (trace_description[i].option < nr_trace_options
106 && strcmp(option, trace_description[i].name) != 0)
108 if (trace_description[i].option < nr_trace_options)
109 ppc_trace[trace_description[i].option] = setting;
111 i = strtoul(option, 0, 0);
115 error("Unknown trace option
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/
H A DtestxxLexer.l5 %option C++ noyywrap
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-nr/
H A Dscanner.l36 %option 8bit outfile="scanner.c" prefix="test"
37 %option bison-locations yylineno
38 %option nomain nounput noyy_top_state noyywrap nodefault warn
39 %option prefix="test" header="scanner.h" yylineno
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-yylloc/
H A Dscanner.l36 %option 8bit outfile="scanner.c" prefix="test"
37 %option reentrant bison-bridge bison-locations yylineno
38 %option nomain nounput noyy_top_state noyywrap nodefault warn
39 %option prefix="test" header="scanner.h"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darmv2-mp-bad.l3 [^:]*: unrecognized option -march=armv2\+mp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/utils/
H A Dgen-data-queryperf.py63 for option, value in optlist:
64 if option == "--help" or option == "-h":
67 elif option == "--number" or option == "-n":
69 elif option == "--maxsize" or option == "-m":
71 elif option == "--percentrandom" or option == "-p":
73 elif option
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_get_option.c56 * Returns the value of a module option
61 const char *option)
67 ENTERS(option);
68 if (pamh == NULL || pamh->current == NULL || option == NULL)
71 len = strlen(option);
73 if (strncmp(cur->optv[i], option, len) == 0) {
86 * option in the context of the currently executing service module, or
87 * =NULL if the option is not set or no module is currently executing.
60 openpam_get_option(pam_handle_t *pamh, const char *option) argument
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-alloc-extra/
H A Dscanner.l53 %option 8bit outfile="scanner.c" prefix="test"
54 %option nounput nomain noyywrap nodefault
55 %option warn
56 %option extra-type="struct Check *"
57 %option reentrant
58 %option noyyalloc
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dstate.c80 #define TS_WILL 5 /* will option negotiation */
240 * Begin option subnegotiation...
268 * Handle RFC 10xx Telnet linemode option additions
329 suboption(); /* handle sub-option */
364 * Telnet option processing state machine.
414 * peer probably should be buffering until this option state negotiation
419 send_do(int option, int init) argument
422 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
423 his_want_state_is_will(option))
454 willoption(int option) argument
647 send_dont(int option, int init) argument
662 wontoption(int option) argument
795 send_will(int option, int init) argument
821 dooption(int option) argument
949 send_wont(int option, int init) argument
964 dontoption(int option) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication.hpp56 // The "option" class.
59 class option { class in namespace:atf::application
67 option(char, const std::string&, const std::string&);
69 bool operator<(const option&) const;
85 typedef std::set< option > options_set;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp56 // The "option" class.
59 class option { class in namespace:atf::application
67 option(char, const std::string&, const std::string&);
69 bool operator<(const option&) const;
85 typedef std::set< option > options_set;
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-basic-nr/
H A Dscanner.l40 %option prefix="test" outfile="scanner.c"
41 %option nounput noyywrap noyylineno warn nodefault
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetopt_int.h8 the Free Software Foundation; either version 2, or (at your option)
25 const struct option *__longopts, int *__longind,
49 /* The next char to be scanned in the option-element
50 in which the last option character we returned was found.
57 /* Describe how to deal with options that follow non-option ARGV-elements.
64 stop option processing when the first non-option is seen.
68 of the list of option characters, or by calling getopt.
75 RETURN_IN_ORDER is an option available to programs that were
78 non-option ARG
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dus-err-2.s1 ; Test that we get an error when directive does not match option.
H A Dus-err-3.s1 ; Test that we get an error when directive does not match option.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-4c.s2 .option pic0
H A Dpic-and-nonpic-1b.s2 .option pic0
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dgetopt_int.h10 the Free Software Foundation; either version 2, or (at your option)
27 const struct option *__longopts, int *__longind,
51 /* The next char to be scanned in the option-element
52 in which the last option character we returned was found.
59 /* Describe how to deal with options that follow non-option ARGV-elements.
66 stop option processing when the first non-option is seen.
70 of the list of option characters.
77 RETURN_IN_ORDER is an option available to programs that were
80 non-option ARG
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
33 When `getopt' finds an option that takes an argument,
36 each non-option ARGV-element is returned here. */
47 non-option elements that the caller should itself scan.
59 /* Set to an option character which was unrecognized. */
66 of `struct option' terminated by an element containing a name which is
70 no_argument (or 0) if the option does not take an argument,
71 required_argument (or 1) if the option requires an argument,
72 optional_argument (or 2) if the option takes an optional argument.
75 to the value given in the field `val' when the option i
85 struct option struct
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dgetopt_int.h10 the Free Software Foundation; either version 2, or (at your option)
27 const struct option *__longopts, int *__longind,
51 /* The next char to be scanned in the option-element
52 in which the last option character we returned was found.
59 /* Describe how to deal with options that follow non-option ARGV-elements.
66 stop option processing when the first non-option is seen.
70 of the list of option characters, or by calling getopt.
77 RETURN_IN_ORDER is an option available to programs that were
80 non-option ARG
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt.h9 the Free Software Foundation; either version 2, or (at your option)
43 When `getopt' finds an option that takes an argument,
46 each non-option ARGV-element is returned here. */
57 non-option elements that the caller should itself scan.
69 /* Set to an option character which was unrecognized. */
76 of `struct option' terminated by an element containing a name which is
80 no_argument (or 0) if the option does not take an argument,
81 required_argument (or 1) if the option requires an argument,
82 optional_argument (or 2) if the option takes an optional argument.
85 to the value given in the field `val' when the option i
95 struct option struct
[all...]

Completed in 342 milliseconds

1234567891011>>