Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/freebsd/contrib/bsddialog/utility/
H A Dutil.h43 struct options { struct
52 /* Menus and Forms options */ argument
56 /* Forms options */ argument
58 /* Date and Time options */ argument
61 /* General options */ argument
70 /* Theme and Screen options*/ argument
82 int cols, int argc, char **argv, struct options *opt); argument
/freebsd/usr.sbin/usbconfig/
H A Dusbconfig.c46 struct options { struct
48 void *buffer;
49 int template;
50 gid_t gid;
51 uid_t uid;
52 mode_t mode;
55 uint16_t bus;
56 uint16_t addr;
57 uint16_t iface;
58 uint16_t vid;
[all …]
/freebsd/sbin/nvmecontrol/
H A Dpassthru.c46 uint8_t flags;
47 uint16_t rsvd;
48 uint32_t nsid;
52 uint32_t cdw2;
53 uint32_t cdw3;
54 uint32_t cdw10;
55 uint32_t cdw11;
61 bool binary;
63 bool dry_run;
64 bool read;
[all …]
H A Dsanitize.c48 static struct options { struct
49 bool ause;
50 bool ndas;
51 bool oipbp;
52 bool reportonly;
53 uint8_t owpass;
54 uint32_t ovrpat;
55 const char *sanact;
56 const char *dev;
H A Dperftest.c51 static struct options { struct
52 bool perthread;
53 uint32_t threads;
54 uint32_t size;
55 uint32_t time;
56 const char *op;
57 const char *intr;
58 const char *flags;
59 const char *dev;
H A Dformat.c53 static struct options { struct
54 uint32_t lbaf;
55 uint32_t ms;
56 uint32_t pi;
57 uint32_t pil;
58 uint32_t ses;
59 bool Eflag;
60 bool Cflag;
61 const char *dev;
H A Didentify.c48 static struct options { struct
49 bool hex;
50 bool verbose;
51 const char *dev;
52 uint32_t nsid;
H A Dpower.c47 static struct options { struct
48 bool list;
49 uint32_t power;
50 uint32_t workload;
51 const char *dev;
/freebsd/usr.bin/indent/
H A Dindent_globs.h143 struct options { struct
144 int blanklines_around_conditional_compilation;
152 int blanklines_after_declarations;
153 int blanklines_after_procs;
154 int blanklines_before_blockcomments;
159 int Bill_Shannon; /* true iff a blank should always be
161 int comment_delimiter_on_blankline;
192 int indent_parameters;
193 int ind_size; /* the size of one indentation level */
194 int block_comment_max_col;
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-options.h48 struct options { struct
56 extern struct options options[]; argument
/freebsd/contrib/kyua/cli/
H A Dconfig_test.cpp136 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
153 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
168 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
185 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
203 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
218 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
236 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
251 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
266 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
283 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
[all …]
H A Dcommon_test.cpp87 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
97 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
109 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
121 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
132 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
149 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
166 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
183 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
197 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
209 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h603 struct options { struct
612 char const * const pzProgPath;
614 char const * const pzProgName;
616 char const * const pzPROGNAME;
618 char const * const pzRcName;
620 char const * const pzCopyright;
622 char const * const pzCopyNotice;
653 /// the total number of options for the program argument
658 int const presetOptCt;
660 char const * pzFullUsage;
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp240 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
256 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
274 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
293 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
335 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
380 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
414 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
444 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
470 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
577 const cmdline::options_vector options; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_1.c26 #define options " -otexan -zp8 -5r -ms" macro
30 #define options " No optimisation" macro
34 #define options " -otexan -zp8 -5r -ms" macro
38 #define options " No optimisation" macro
42 #define options " -otexan -zp8 -5r -ms" macro
46 #define options " No optimisation" macro
50 #define options " -otexan -zp8 -5r -ms" macro
54 #define options " No optimisation" macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
90 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect()
159 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind()
233 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen()
314 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) in stream_flags_decode()
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in) in lzma_stream_header_decode()
63 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in) in lzma_stream_footer_decode()
H A Dstream_flags_encoder.c17 stream_flags_encode(const lzma_stream_flags *options, uint8_t *out) in stream_flags_encode()
30 lzma_stream_header_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_header_encode()
57 lzma_stream_footer_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_footer_encode()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in263 def run(self, options, dryrun=None, kmemleak=None): argument
346 def log(self, options, suppress_console=False): argument
465 def run(self, options, dryrun=None, kmemleak=None): argument
635 def __init__(self, options): argument
667 def addtest(self, pathname, options): argument
719 def read(self, options): argument
790 def write(self, options): argument
857 def setup_logging(self, options): argument
877 def run(self, options): argument
996 def find_tests(testrun, options): argument
[all …]
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Ddns-example.c154 struct options { in main() struct
155 int reverse; in main()
156 int use_getaddrinfo; in main()
157 int servertest; in main()
158 const char *resolv_conf; in main()
159 const char *ns; in main()
/freebsd/contrib/libevent/sample/
H A Ddns-example.c154 struct options { in main() struct
155 int reverse; in main()
156 int use_getaddrinfo; in main()
157 int servertest; in main()
158 const char *resolv_conf; in main()
159 const char *ns; in main()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions()
64 SetValueObjectDisplayOptions(const OptionGroupValueObjectDisplay &options) { in SetValueObjectDisplayOptions()
68 void SetEvaluateOptions(const EvaluateExpressionOptions &options) { in SetEvaluateOptions()
72 void SetCompilerOptions(const char *options) { in SetCompilerOptions()
/freebsd/usr.sbin/i2c/
H A Di2c.c52 struct options { struct
53 const char *width;
54 unsigned count;
55 int verbose;
56 int binary;
57 const char *skip;
58 int mode;
59 char dir;
60 uint32_t addr;
61 uint32_t off;
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_init.c37 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options) in krb5_verify_init_creds_opt_init()
43 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *options, in krb5_verify_init_creds_opt_set_ap_req_nofail()
56 krb5_verify_init_creds_opt *options) in fail_verify_is_ok()
76 krb5_verify_init_creds_opt *options) in krb5_verify_init_creds()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp380 const ReadStringAndDumpToStreamOptions &options) in ReadBufferAndDumpToStreamOptions()
398 const StringPrinter::ReadStringAndDumpToStreamOptions &options, in ReadEncodedBufferAndDumpToStream()
495 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream()
502 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream()
509 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream()
516 const ReadStringAndDumpToStreamOptions &options) { in ReadStringAndDumpToStream()
523 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
530 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
537 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()
544 const ReadBufferAndDumpToStreamOptions &options) { in ReadBufferAndDumpToStream()

12345678910>>...20