Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 124) sorted by relevance

12345

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.h77 struct option struct
91 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetopt.h73 struct option struct
87 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dgetopt.h82 struct option struct
96 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/gnu/lib/libiberty/include/
H A Dgetopt.h82 struct option struct
96 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dgetopt.h82 struct option struct
96 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/gnu/gcc/include/
H A Dgetopt.h82 struct option struct
96 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/include/
H A Dgetopt.h45 struct option { struct
50 * whether option takes an argument argument
53 /* if not NULL, set *flag to val when option found */ argument
61 const struct option *, int *); argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DGetOptInc.h29 struct option { struct
30 const char *name;
55 const struct option *longopts, int *longindex); argument
/openbsd-src/usr.bin/openssl/
H A Dapps.h274 struct option { global() struct
275 nameoption global() argument
276 argnameoption global() argument
277 descoption global() argument
278 __anondb6130700103option global() argument
313 orderoption global() argument
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dgetopt_.h105 struct option struct
115 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/openbsd-src/usr.sbin/dhcpd/
H A Dtree.h102 struct option { struct
103 char *name;
104 char *format;
105 struct universe *universe;
106 unsigned char code;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dparams.h48 const char *const option; member
75 #define DEFPARAM(enumerator, option, msgid, default) \ argument
/openbsd-src/gnu/gcc/gcc/
H A Dopts.c182 complain_wrong_lang (const char *text, const struct cl_option *option, in complain_wrong_lang()
220 const struct cl_option *option; in handle_option() local
1445 const struct cl_option *option = &(cl_options[opt_idx]); in option_enabled() local
1471 get_option_state (int option, struct cl_option_state *state) in get_option_state()
H A Dparams.h48 const char *const option; member
80 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ argument
/openbsd-src/usr.bin/mandoc/
H A Dmanpath.c94 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline()
110 manpath_add(struct manpaths *dirs, const char *dir, char option) in manpath_add()
/openbsd-src/usr.sbin/tcpdump/
H A Dbpf_dump.c35 bpf_dump(struct bpf_program *p, int option) in bpf_dump()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dobjc-torture.exp64 proc objc-torture-compile { src option } {
H A Dc-torture.exp64 proc c-torture-compile { src option } {
H A Df-torture.exp53 proc f-torture-compile { src option } {
/openbsd-src/usr.bin/find/
H A Doption.c144 option(char *name) in option() function
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Darm-dis.c134 set_arm_regname_option (option) in set_arm_regname_option() argument
143 get_arm_regnames (option, setname, setdescription, register_names) in get_arm_regnames() argument
1178 parse_arm_disassembler_option (option) in parse_arm_disassembler_option() argument
/openbsd-src/gnu/gcc/libgomp/testsuite/lib/
H A Dlibgomp-dg.exp206 proc libgomp_option_proc { option } { argument
/openbsd-src/games/battlestar/
H A Droom.c110 truedirec(int way, char option) in truedirec()
/openbsd-src/usr.bin/dig/lib/dns/rdata/generic/
H A Dopt_41.c28 uint16_t option; in totext_opt() local
/openbsd-src/bin/ksh/
H A Dsh.h124 struct option { struct
125 const char *name; /* long name of option */ argument
129 extern const struct option sh_options[]; argument

12345