/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_options.c | 49 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() 124 dt_opt_cpp_hdrs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_hdrs() 140 dt_opt_cpp_path(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_path() 161 dt_opt_cpp_opts(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_opts() 201 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes() 218 dt_opt_droptags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_droptags() 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() [all …]
|
/freebsd/contrib/tcpdump/missing/ |
H A D | getopt_long.h | 44 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/ntp/sntp/libevent/WIN32-Code/ |
H A D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
|
/freebsd/contrib/file/src/ |
H A D | mygetopt.h | 51 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/libevent/WIN32-Code/ |
H A D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
|
/freebsd/sbin/dhclient/tests/ |
H A D | option-domain-search.c | 15 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/contrib/libfido2/openbsd-compat/ |
H A D | getopt.h | 43 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/include/ |
H A D | getopt.h | 47 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 D | GetOptInc.h | 29 struct option { struct 30 const char *name; 55 const struct option *longopts, int *longindex); argument
|
/freebsd/contrib/diff/lib/ |
H A D | getopt.h | 105 struct option struct 115 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/freebsd/usr.bin/find/ |
H A D | function.c | 83 palloc(OPTION *option) in palloc() 100 find_parsenum(PLAN *plan, const char *option, char *vp, char *endch) in find_parsenum() 141 find_parsetime(PLAN *plan, const char *option, char *vp) in find_parsetime() 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() 342 c_mXXdepth(OPTION *option, char ***argvp) in c_mXXdepth() 414 c_acl(OPTION *option, char ***argvp __unused) in c_acl() 471 c_delete(OPTION *option, char ***argvp __unused) in c_delete() 519 c_depth(OPTION *option, char ***argvp) in c_depth() [all …]
|
/freebsd/sbin/dhclient/ |
H A D | tree.h | 63 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 D | ipcs.c | 111 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 D | state.c | 404 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 D | exceptions.cpp | 37 #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 D | parser.cpp | 86 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 D | cmdline.c | 39 static const struct option { struct 41 int required; /* 1 if this option requires an argument */ argument 42 int equivalent; /* Equivalent short option. */ argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | appdefault.c | 38 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/lib/libdpv/ |
H A D | dialogrc.c | 108 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/contrib/bc/src/ |
H A D | opt.c | 147 const 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(const char* option) in bc_opt_longoptsArg() 293 const char* option; in bc_opt_parse() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getopt_long.c | 75 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 D | edns.c | 47 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/openpam/lib/libpam/ |
H A D | openpam_get_option.c | 56 const char *option) in openpam_get_option()
|
/freebsd/contrib/tcpdump/ |
H A D | bpf_dump.c | 32 bpf_dump(const struct bpf_program *p, int option) in bpf_dump()
|
/freebsd/contrib/libpcap/ |
H A D | bpf_dump.c | 30 bpf_dump(const struct bpf_program *p, int option) in bpf_dump()
|