Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c48 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_agg()
61 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_amin()
108 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_core()
200 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes()
225 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_dtypes()
242 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_debug()
253 dt_opt_iregs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_iregs()
413 dt_opt_pgmax(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_pgmax()
482 dt_opt_stdc(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_stdc()
525 dt_opt_tree(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_tree()
[all …]
/freebsd-13.1/sbin/dhclient/tests/
H A Doption-domain-search.c16 struct option_data option; in no_option_present() local
37 struct option_data *option; in one_domain_valid() local
62 struct option_data *option; in one_domain_truncated1() local
86 struct option_data *option; in one_domain_truncated2() local
111 struct option_data *option; in two_domains_valid() local
136 struct option_data *option; in two_domains_truncated1() local
160 struct option_data *option; in two_domains_truncated2() local
185 struct option_data *option; in two_domains_compressed() local
211 struct option_data *option; in two_domains_infloop() local
235 struct option_data *option; in two_domains_forwardptr() local
[all …]
/freebsd-13.1/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-13.1/contrib/tcpdump/
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-13.1/crypto/openssh/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-13.1/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-13.1/include/
H A Dgetopt.h48 struct option { struct
53 * whether option takes an argument argument
56 /* if not NULL, set *flag to val when option found */ argument
64 const struct option *, int *); argument
/freebsd-13.1/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-13.1/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-13.1/usr.bin/find/
H A Dfunction.c90 palloc(OPTION *option) in palloc()
223 nextarg(OPTION *option, char ***argvp) in nextarg()
274 c_Xmin(OPTION *option, char ***argvp) in c_Xmin()
323 c_Xtime(OPTION *option, char ***argvp) in c_Xtime()
526 c_depth(OPTION *option, char ***argvp) in c_depth()
698 c_exec(OPTION *option, char ***argvp) in c_exec()
1053 c_inum(OPTION *option, char ***argvp) in c_inum()
1177 c_name(OPTION *option, char ***argvp) in c_name()
1334 c_perm(OPTION *option, char ***argvp) in c_perm()
1510 c_size(OPTION *option, char ***argvp) in c_size()
[all …]
/freebsd-13.1/sbin/dhclient/
H A Dtree.h65 struct option { struct
66 const char *name;
67 const char *format;
68 struct universe *universe;
69 unsigned char code;
/freebsd-13.1/usr.bin/ipcs/
H A Dipcs.c114 int option = 0; in main() local
319 void print_kmsqheader(int option) in print_kmsqheader()
339 print_kmsqptr(int i, int option, struct msqid_kernel *kmsqptr) in print_kmsqptr()
399 print_kshmheader(int option) in print_kshmheader()
419 print_kshmptr(int i, int option, struct shmid_kernel *kshmptr) in print_kshmptr()
487 print_ksemheader(int option) in print_ksemheader()
503 print_ksemptr(int i, int option, struct semid_kernel *ksemaptr) in print_ksemptr()
/freebsd-13.1/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-13.1/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-13.1/contrib/telnet/telnetd/
H A Dstate.c424 send_do(int option, int init) in send_do()
447 willoption(int option) in willoption()
641 send_dont(int option, int init) in send_dont()
656 wontoption(int option) in wontoption()
788 send_will(int option, int init) in send_will()
814 dooption(int option) in dooption()
944 send_wont(int option, int init) in send_wont()
959 dontoption(int option) in dontoption()
/freebsd-13.1/contrib/libarchive/cpio/
H A Dcmdline.c59 static const struct option { struct
61 int required; /* 1 if this option requires an argument */ argument
62 int equivalent; /* Equivalent short option. */ argument
/freebsd-13.1/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-13.1/lib/libdpv/
H A Ddialogrc.c111 setattr(struct figpar_config *option, uint32_t line __unused, in setattr()
207 setbool(struct figpar_config *option, uint32_t line __unused, in setbool()
230 setnum(struct figpar_config *option, uint32_t line __unused, in setnum()
250 setstr(struct figpar_config *option, uint32_t line __unused, in setstr()
/freebsd-13.1/contrib/bc/src/
H A Dopt.c135 char *option = o->argv[o->optind]; in bc_opt_parseShort() local
231 static bool bc_opt_longoptsMatch(const char *name, const char *option) { in bc_opt_longoptsMatch()
253 static char* bc_opt_longoptsArg(char *option) { in bc_opt_longoptsArg()
265 char *option; in bc_opt_parse() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c167 svn_stringbuf_t *option, in svn_config__default_add_value_fn()
375 cfg_option_t *option)) in for_each_option()
722 const char *option, in svn_config_create_option()
746 const char *option) in svn_config__is_expanded()
774 const char *section, const char *option, in svn_config_get()
815 const char *section, const char *option, in svn_config_set()
870 const char *section, const char *option) in get_bool()
898 const char *section, const char *option, in svn_config_get_bool()
910 const char *section, const char *option, in svn_config_set_bool()
921 const char *option, in svn_config_get_int64()
[all …]
/freebsd-13.1/sbin/ifconfig/
H A Difconfig.h128 struct option { struct
132 struct option *next; argument
/freebsd-13.1/contrib/apr-util/ldap/
H A Dapr_ldap_option.c53 int option, in apr_ldap_get_option()
91 int option, in apr_ldap_set_option()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c476 static struct option { struct
498 handle_option(int argc, char **argv, int *i, const struct option *opt) in handle_option() argument
/freebsd-13.1/contrib/libevent/test/
H A Dtest-ratelim.c474 static struct option { struct
496 handle_option(int argc, char **argv, int *i, const struct option *opt) in handle_option() argument

1234567