Home
last modified time | relevance | path

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

12345678

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c49 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_agg()
62 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_amin()
109 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_core()
201 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes()
226 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_dtypes()
243 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_debug()
254 dt_opt_iregs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_iregs()
414 dt_opt_pgmax(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_pgmax()
483 dt_opt_stdc(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_stdc()
526 dt_opt_tree(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_tree()
[all …]
/freebsd/contrib/file/src/
H A Dmygetopt.h51 struct option { struct
56 * whether option takes an argument argument
59 /* if not NULL, set *flag to val when option found */ argument
66 const struct option *, int *); argument
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/freebsd/contrib/tcpdump/missing/
H A 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
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt.h43 struct option { struct
48 * whether option takes an argument argument
51 /* if not NULL, set *flag to val when option found */ argument
58 const struct option *, int *); argument
/freebsd/sbin/dhclient/tests/
H A Doption-domain-search.c15 struct option_data option; in no_option_present() local
36 struct option_data *option; in one_domain_valid() local
61 struct option_data *option; in one_domain_truncated1() local
85 struct option_data *option; in one_domain_truncated2() local
110 struct option_data *option; in two_domains_valid() local
135 struct option_data *option; in two_domains_truncated1() local
159 struct option_data *option; in two_domains_truncated2() local
184 struct option_data *option; in two_domains_compressed() local
210 struct option_data *option; in two_domains_infloop() local
234 struct option_data *option; in two_domains_forwardptr() local
[all …]
/freebsd/include/
H A Dgetopt.h47 struct option { struct
52 * whether option takes an argument argument
55 /* if not NULL, set *flag to val when option found */ argument
63 const struct option *, int *); argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h29 struct option { struct
30 const char *name;
55 const struct option *longopts, int *longindex); argument
/freebsd/contrib/diff/lib/
H A Dgetopt.h105 struct option struct
115 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/freebsd/usr.bin/find/
H A Dfunction.c83 palloc(OPTION *option) in palloc()
216 nextarg(OPTION *option, char ***argvp) in nextarg()
267 c_Xmin(OPTION *option, char ***argvp) in c_Xmin()
316 c_Xtime(OPTION *option, char ***argvp) in c_Xtime()
519 c_depth(OPTION *option, char ***argvp) in c_depth()
691 c_exec(OPTION *option, char ***argvp) in c_exec()
1046 c_inum(OPTION *option, char ***argvp) in c_inum()
1170 c_name(OPTION *option, char ***argvp) in c_name()
1327 c_perm(OPTION *option, char ***argvp) in c_perm()
1503 c_size(OPTION *option, char ***argvp) in c_size()
[all …]
/freebsd/sbin/dhclient/
H A Dtree.h63 struct option { struct
64 const char *name;
65 const char *format;
66 struct universe *universe;
67 unsigned char code;
/freebsd/usr.bin/ipcs/
H A Dipcs.c111 int option = 0; in main() local
316 void print_kmsqheader(int option) in print_kmsqheader()
336 print_kmsqptr(int i, int option, struct msqid_kernel *kmsqptr) in print_kmsqptr()
396 print_kshmheader(int option) in print_kshmheader()
416 print_kshmptr(int i, int option, struct shmid_kernel *kshmptr) in print_kshmptr()
484 print_ksemheader(int option) in print_ksemheader()
500 print_ksemptr(int i, int option, struct semid_kernel *ksemaptr) in print_ksemptr()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c404 send_do(int option, int init) in send_do()
434 willoption(int option) in willoption()
575 send_dont(int option, int init) in send_dont()
590 wontoption(int option) in wontoption()
699 send_will(int option, int init) in send_will()
723 dooption(int option) in dooption()
821 send_wont(int option, int init) in send_wont()
836 dontoption(int option) in dontoption()
/freebsd/contrib/kyua/utils/cmdline/
H A 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
H A Dparser.cpp86 const cmdline::base_option* option = options[i]; in options_to_getopt_data() local
322 const cmdline::base_option* option = *iter; in parse() local
354 const cmdline::base_option* option = (*id).second; in parse() local
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c58 static const struct option { struct
60 int required; /* 1 if this option requires an argument */ argument
61 int equivalent; /* Equivalent short option. */ argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dappdefault.c38 krb5_const_realm realm, const char *option, in krb5_appdefault_boolean()
80 krb5_const_realm realm, const char *option, in krb5_appdefault_string()
124 krb5_const_realm realm, const char *option, in krb5_appdefault_time()
/freebsd/contrib/bc/src/
H A Dopt.c147 char* option = o->argv[o->optind]; in bc_opt_parseShort() local
252 bc_opt_longoptsMatch(const char* name, const char* option) in bc_opt_longoptsMatch()
277 bc_opt_longoptsArg(char* option) in bc_opt_longoptsArg()
293 char* option; in bc_opt_parse() local
/freebsd/lib/libdpv/
H A Ddialogrc.c108 setattr(struct figpar_config *option, uint32_t line __unused, in setattr()
204 setbool(struct figpar_config *option, uint32_t line __unused, in setbool()
227 setnum(struct figpar_config *option, uint32_t line __unused, in setnum()
247 setstr(struct figpar_config *option, uint32_t line __unused, in setstr()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c75 struct option { struct
80 * whether option takes an argument argument
83 /* if not NULL, set *flag to val when option found */ argument
93 char *optarg; /* argument associated with option */ argument
/freebsd/contrib/ldns/
H A Dedns.c47 uint16_t option; in ldns_edns_get_wireformat_buffer() local
205 ldns_edns_option *option = ldns_edns_clone(ldns_edns_option_list_get_option(old_list, i)); in ldns_edns_option_list_clone() local
271 ldns_edns_option *option, size_t index) in ldns_edns_option_list_set_option()
300 ldns_edns_option *option) in ldns_edns_option_list_push()
389 size_t i, list_size, options_size, option, size; in ldns_edns_option_list2wireformat_buffer() local
/freebsd/contrib/libpcap/
H A Dbpf_dump.c32 bpf_dump(const struct bpf_program *p, int option) in bpf_dump()
/freebsd/contrib/tcpdump/
H A Dbpf_dump.c34 bpf_dump(const struct bpf_program *p, int option) in bpf_dump()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_get_option.c56 const char *option) in openpam_get_option()

12345678