Home
last modified time | relevance | path

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

123456789

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_options.c51 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_agg()
64 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_amin()
111 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_core()
126 dt_opt_cpp_hdrs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_hdrs()
142 dt_opt_cpp_path(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_path()
163 dt_opt_cpp_opts(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_opts()
189 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes()
206 dt_opt_droptags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_droptags()
214 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_dtypes()
231 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_debug()
[all …]
/netbsd/src/external/bsd/ppp/dist/pppd/
Doptions.h44 struct option { struct
45 char *name; /* name of the option */ argument
58 typedef struct option option_t; argument
/netbsd/src/external/bsd/file/dist/src/
Dmygetopt.h53 struct option { struct
58 * whether option takes an argument argument
61 /* if not NULL, set *flag to val when option found */ argument
68 const struct option *, int *); argument
/netbsd/src/external/bsd/libevent/dist/WIN32-Code/
Dgetopt.h15 struct option struct
28 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/netbsd/src/external/gpl3/binutils/dist/include/
Dgetopt.h81 struct option struct
95 /* Names for the values of the `has_arg' field of `struct option'. */ argument
Ddiagnostics.h41 # define DIAGNOSTIC_IGNORE(option) \ argument
43 # define DIAGNOSTIC_ERROR(option) \ argument
48 # define DIAGNOSTIC_IGNORE(option) argument
/netbsd/src/external/gpl3/gdb/dist/include/
Dgetopt.h81 struct option struct
95 /* Names for the values of the `has_arg' field of `struct option'. */ argument
Ddiagnostics.h41 # define DIAGNOSTIC_IGNORE(option) \ argument
43 # define DIAGNOSTIC_ERROR(option) \ argument
48 # define DIAGNOSTIC_IGNORE(option) argument
/netbsd/src/include/
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
/netbsd/src/external/gpl3/gcc/dist/include/
Dgetopt.h81 struct option struct
95 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/netbsd/src/external/bsd/tcpdump/dist/missing/
Dgetopt_long.h44 struct option { struct
49 * whether option takes an argument argument
52 /* if not NULL, set *flag to val when option found */ argument
59 const struct option *, int *); argument
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
Dgetopt.h16 struct option struct
29 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/netbsd/src/lib/libcrypt/
Dpw_gensalt.c89 __gensalt_old(char *salt, size_t saltsiz, const char *option) in __gensalt_old()
102 __gensalt_new(char *salt, size_t saltsiz, const char* option) in __gensalt_new()
128 __gensalt_md5(char *salt, size_t saltsiz, const char *option) in __gensalt_md5()
145 __gensalt_sha1(char *salt, size_t saltsiz, const char *option) in __gensalt_sha1()
170 const char *option, argon2_type atype) in __gensalt_argon2_decode_option()
240 const char *option, argon2_type atype) in __gensalt_argon2()
272 __gensalt_argon2id(char *salt, size_t saltsiz, const char *option) in __gensalt_argon2id()
278 __gensalt_argon2i(char *salt, size_t saltsiz, const char *option) in __gensalt_argon2i()
284 __gensalt_argon2d(char *salt, size_t saltsiz, const char *option) in __gensalt_argon2d()
293 pw_gensalt(char *salt, size_t saltlen, const char *type, const char *option) in pw_gensalt()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
Dtrace-break.exp42 proc break_trace_same_addr_1 { trace_type option } \
76 proc break_trace_same_addr_2 { trace_type1 trace_type2 option } \
114 proc break_trace_same_addr_3 { trace_type option } \
150 proc break_trace_same_addr_4 { trace_type option } \
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgetopt_.h163 struct option struct
173 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/
Dexceptions.cpp37 #define VALIDATE_OPTION_NAME(option) PRE_MSG( \ argument
97 cmdline::missing_option_argument_error::option(void) const in option() function in cmdline::missing_option_argument_error
133 cmdline::option_argument_value_error::option(void) const in option() function in cmdline::option_argument_value_error
172 cmdline::unknown_option_error::option(void) const in option() function in cmdline::unknown_option_error
/netbsd/src/libexec/telnetd/
Dstate.c411 send_do(int option, int init) in send_do()
446 willoption(int option) in willoption()
642 send_dont(int option, int init) in send_dont()
657 wontoption(int option) in wontoption()
790 send_will(int option, int init) in send_will()
816 dooption(int option) in dooption()
944 send_wont(int option, int init) in send_wont()
959 dontoption(int option) in dontoption()
/netbsd/src/usr.sbin/installboot/
Dinstallboot.c73 const struct option { struct
74 const char *name; /* Name of option */ argument
76 enum { /* Type of option value... */ argument
83 } options[] = { argument
393 parseoptions(ib_params *params, const char *option) in parseoptions()
/netbsd/src/external/bsd/libarchive/dist/cpio/
Dcmdline.c39 static const struct option { struct
41 int required; /* 1 if this option requires an argument */ argument
42 int equivalent; /* Equivalent short option. */ argument
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dappdefault.c40 krb5_const_realm realm, const char *option, in krb5_appdefault_boolean()
82 krb5_const_realm realm, const char *option, in krb5_appdefault_string()
126 krb5_const_realm realm, const char *option, in krb5_appdefault_time()
/netbsd/src/lib/libpam/libpam/
Dpam_std_option.c121 pam_test_option(struct options *options, enum opt option, char **arg) in pam_test_option()
130 pam_set_option(struct options *options, enum opt option) in pam_set_option()
143 pam_clear_option(struct options *options, enum opt option) in pam_clear_option()
/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Doptions.c38 int option, in ber_get_option()
130 int option, in ber_set_option()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dopts-common.cc270 option_ok_for_language (const struct cl_option *option, in option_ok_for_language()
327 const struct cl_option *option = &cl_options[opt_index]; in opt_enum_arg_to_value() local
384 const struct cl_option *option = &cl_options[opt_index]; in generate_canonical_option() local
493 const struct cl_option *option, in add_misspelling_candidates()
547 const struct cl_option *option; in decode_cmdline_option() local
1127 const struct cl_option *option; in prune_options() local
1237 const struct cl_option *option = &cl_options[opt_index]; in handle_option() local
1286 const struct cl_option *option = &cl_options[opt_index]; in generate_option() local
1375 cmdline_handle_error (location_t loc, const struct cl_option *option, in cmdline_handle_error()
1537 const struct cl_option *option; in read_cmdline_option() local
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddebug.c35 trace_options option; member
90 trace_option(const char *option, in trace_option()
/netbsd/src/usr.bin/rump_dhcpclient/
Ddhcp.c62 uint8_t option; member
164 valid_length(uint8_t option, int dl, int *type) in valid_length()
286 uint8_t option) in get_option_addr()
297 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint32()
310 get_option_uint16(uint16_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint16()
323 get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint8()

123456789