Home
last modified time | relevance | path

Searched refs:required_argument (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/libinput/tools/
H A Dshared.h69 { "disable-sendevents", required_argument, 0, OPT_DISABLE_SENDEVENTS }, \
88 { "set-click-method", required_argument, 0, OPT_CLICK_METHOD }, \
89 { "set-scroll-method", required_argument, 0, OPT_SCROLL_METHOD }, \
90 { "set-scroll-button", required_argument, 0, OPT_SCROLL_BUTTON }, \
91 { "set-profile", required_argument, 0, OPT_PROFILE }, \
92 { "set-tap-map", required_argument, 0, OPT_TAP_MAP }, \
93 { "set-speed", required_argument, 0, OPT_SPEED },\
94 { "apply-to", required_argument, 0, OPT_APPLY_TO },\
95 { "set-custom-points", required_argument, 0, OPT_CUSTOM_POINTS },\
96 { "set-custom-step", required_argument,
[all...]
/third_party/nghttp2/src/
H A Dshrpx.cc4112 {SHRPX_OPT_LOG_LEVEL.c_str(), required_argument, nullptr, 'L'}, in main()
4113 {SHRPX_OPT_BACKEND.c_str(), required_argument, nullptr, 'b'}, in main()
4114 {SHRPX_OPT_HTTP2_MAX_CONCURRENT_STREAMS.c_str(), required_argument, in main()
4116 {SHRPX_OPT_FRONTEND.c_str(), required_argument, nullptr, 'f'}, in main()
4119 {SHRPX_OPT_WORKERS.c_str(), required_argument, nullptr, 'n'}, in main()
4125 {SHRPX_OPT_FRONTEND_HTTP2_READ_TIMEOUT.c_str(), required_argument, in main()
4127 {SHRPX_OPT_FRONTEND_READ_TIMEOUT.c_str(), required_argument, &flag, 3}, in main()
4128 {SHRPX_OPT_FRONTEND_WRITE_TIMEOUT.c_str(), required_argument, &flag, 4}, in main()
4129 {SHRPX_OPT_BACKEND_READ_TIMEOUT.c_str(), required_argument, &flag, 5}, in main()
4130 {SHRPX_OPT_BACKEND_WRITE_TIMEOUT.c_str(), required_argument, in main()
[all...]
H A Dnghttpd.cc209 {"address", required_argument, nullptr, 'a'}, in main()
211 {"htdocs", required_argument, nullptr, 'd'}, in main()
215 {"header-table-size", required_argument, nullptr, 'c'}, in main()
216 {"push", required_argument, nullptr, 'p'}, in main()
217 {"padding", required_argument, nullptr, 'b'}, in main()
218 {"max-concurrent-streams", required_argument, nullptr, 'm'}, in main()
219 {"workers", required_argument, nullptr, 'n'}, in main()
221 {"window-bits", required_argument, nullptr, 'w'}, in main()
222 {"connection-window-bits", required_argument, nullptr, 'W'}, in main()
226 {"dh-param-file", required_argument, in main()
[all...]
H A Dh2load.cc2341 {"requests", required_argument, nullptr, 'n'}, in main()
2342 {"clients", required_argument, nullptr, 'c'}, in main()
2343 {"data", required_argument, nullptr, 'd'}, in main()
2344 {"threads", required_argument, nullptr, 't'}, in main()
2345 {"max-concurrent-streams", required_argument, nullptr, 'm'}, in main()
2346 {"window-bits", required_argument, nullptr, 'w'}, in main()
2347 {"max-frame-size", required_argument, nullptr, 'f'}, in main()
2348 {"connection-window-bits", required_argument, nullptr, 'W'}, in main()
2349 {"input-file", required_argument, nullptr, 'i'}, in main()
2350 {"header", required_argument, nullpt in main()
[all...]
/third_party/fsverity-utils/programs/
H A Dcmd_sign.c30 {"key", required_argument, NULL, OPT_KEY},
31 {"cert", required_argument, NULL, OPT_CERT},
32 {"pkcs11-engine", required_argument, NULL, OPT_PKCS11_ENGINE},
33 {"pkcs11-module", required_argument, NULL, OPT_PKCS11_MODULE},
34 {"pkcs11-keyid", required_argument, NULL, OPT_PKCS11_KEYID},
35 {"hash-alg", required_argument, NULL, OPT_HASH_ALG},
36 {"block-size", required_argument, NULL, OPT_BLOCK_SIZE},
37 {"salt", required_argument, NULL, OPT_SALT},
38 {"out-merkle-tree", required_argument, NULL, OPT_OUT_MERKLE_TREE},
39 {"out-descriptor", required_argument, NUL
[all...]
H A Dcmd_digest.c18 {"hash-alg", required_argument, NULL, OPT_HASH_ALG},
19 {"block-size", required_argument, NULL, OPT_BLOCK_SIZE},
20 {"salt", required_argument, NULL, OPT_SALT},
21 {"out-merkle-tree", required_argument, NULL, OPT_OUT_MERKLE_TREE},
22 {"out-descriptor", required_argument, NULL, OPT_OUT_DESCRIPTOR},
H A Dcmd_enable.c52 {"hash-alg", required_argument, NULL, OPT_HASH_ALG},
53 {"block-size", required_argument, NULL, OPT_BLOCK_SIZE},
54 {"salt", required_argument, NULL, OPT_SALT},
55 {"signature", required_argument, NULL, OPT_SIGNATURE},
/third_party/eudev/src/udev/
H A Dudevadm-trigger.c106 { "type", required_argument, NULL, 't' }, in adm_trigger()
107 { "action", required_argument, NULL, 'c' }, in adm_trigger()
108 { "subsystem-match", required_argument, NULL, 's' }, in adm_trigger()
109 { "subsystem-nomatch", required_argument, NULL, 'S' }, in adm_trigger()
110 { "attr-match", required_argument, NULL, 'a' }, in adm_trigger()
111 { "attr-nomatch", required_argument, NULL, 'A' }, in adm_trigger()
112 { "property-match", required_argument, NULL, 'p' }, in adm_trigger()
113 { "tag-match", required_argument, NULL, 'g' }, in adm_trigger()
114 { "sysname-match", required_argument, NULL, 'y' }, in adm_trigger()
115 { "name-match", required_argument, NUL in adm_trigger()
[all...]
H A Dudevadm-control.c54 { "log-priority", required_argument, NULL, 'l' }, in adm_control()
59 { "property", required_argument, NULL, 'p' }, in adm_control()
60 { "env", required_argument, NULL, 'p' }, /* alias for -p */ in adm_control()
61 { "children-max", required_argument, NULL, 'm' }, in adm_control()
62 { "timeout", required_argument, NULL, 't' }, in adm_control()
H A Dudevadm-settle.c51 { "timeout", required_argument, NULL, 't' }, in adm_settle()
52 { "exit-if-exists", required_argument, NULL, 'E' }, in adm_settle()
54 { "seq-start", required_argument, NULL, 's' }, /* removed */ in adm_settle()
55 { "seq-end", required_argument, NULL, 'e' }, /* removed */ in adm_settle()
H A Dudev-builtin-hwdb.c130 { "filter", required_argument, NULL, 'f' }, in builtin_hwdb()
131 { "device", required_argument, NULL, 'd' }, in builtin_hwdb()
132 { "subsystem", required_argument, NULL, 's' }, in builtin_hwdb()
133 { "lookup-prefix", required_argument, NULL, 'p' }, in builtin_hwdb()
H A Dudevadm-info.c295 { "name", required_argument, NULL, 'n' }, in uinfo()
296 { "path", required_argument, NULL, 'p' }, in uinfo()
297 { "query", required_argument, NULL, 'q' }, in uinfo()
302 { "device-id-of-file", required_argument, NULL, 'd' }, in uinfo()
304 { "export-prefix", required_argument, NULL, 'P' }, in uinfo()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c138 { "start", required_argument, 0, 'S' },
139 { "end", required_argument, 0, 'E' },
140 { "frame", required_argument, 0, 'F' },
141 { "draw", required_argument, 0, 'D' },
142 { "exe", required_argument, 0, 'e' },
143 { "script", required_argument, 0, 'L' },
144 { "query", required_argument, 0, 'q' },
/third_party/selinux/secilc/
H A Dsecilc.c114 {"target", required_argument, 0, 't'}, in main()
115 {"mls", required_argument, 0, 'M'}, in main()
116 {"policyversion", required_argument, 0, 'c'}, in main()
117 {"handle-unknown", required_argument, 0, 'U'}, in main()
123 {"output", required_argument, 0, 'o'}, in main()
124 {"filecontexts", required_argument, 0, 'f'}, in main()
126 {"expand-size", required_argument, 0, 'X'}, in main()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c381 { "debug", required_argument, NULL, 'd' },
382 { "port", required_argument, NULL, 'p' },
385 { "interface", required_argument, NULL, 'i' },
387 { "ssl-cert", required_argument, NULL, 'C' },
388 { "ssl-key", required_argument, NULL, 'K' },
389 { "ssl-ca", required_argument, NULL, 'A' },
390 { "resource-path", required_argument, NULL, 'r' },
394 { "ssl-crl", required_argument, NULL, 'R' },
398 { "unix-socket", required_argument, NULL, 'U' },
H A Dtest-client.c557 { "debug", required_argument, NULL, 'd' },
558 { "port", required_argument, NULL, 'p' },
561 { "version", required_argument, NULL, 'v' },
570 { "ssl-cert", required_argument, NULL, 'C' },
571 { "ssl-key", required_argument, NULL, 'K' },
572 { "ssl-ca", required_argument, NULL, 'A' },
574 { "ssl-crl", required_argument, NULL, 'R' },
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dmain.c20 { "index", required_argument, NULL, 'i' },
21 { "debug", required_argument, NULL, 'd' },
22 { "file", required_argument, NULL, 'f' },
23 { "lines", required_argument, NULL, 'l' },
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c75 {"stage", required_argument, 0, 's'}, in main()
76 {"entry", required_argument, 0, 'e'}, in main()
77 {"output", required_argument, 0, 'o'}, in main()
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c51 { "stage", required_argument, NULL, 's' },
52 { "file", required_argument, NULL, 'f' },
53 { "entry", required_argument, NULL, 'e' },
57 { "out", required_argument, NULL, 'o' },
/third_party/mesa3d/src/compiler/glsl/
H A Dmain.cpp50 { "version", required_argument, NULL, 'v' },
68 if (o->has_arg == required_argument) in usage_fail()
/third_party/mesa3d/src/intel/tools/
H A Di965_disasm.c144 { "input-path", required_argument, NULL, 'i' }, in main()
145 { "type", required_argument, NULL, 't' }, in main()
146 { "gen", required_argument, NULL, 'g'}, in main()
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c296 {"entrypoint", required_argument, 0, 'e'}, in main()
297 {"platform", required_argument, 0, 'p'}, in main()
298 {"prefix", required_argument, 0, OPT_PREFIX}, in main()
299 {"in", required_argument, 0, 'i'}, in main()
300 {"out", required_argument, 0, 'o'}, in main()
301 {"spv", required_argument, 0, 's'}, in main()
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c101 {"disasm", no_argument, 0, 'd'}, {"file", required_argument, 0, 'f'},
102 {"groups", required_argument, 0, 'g'}, {"help", no_argument, 0, 'h'},
103 {"perfcntr", required_argument, 0, 'p'}, {0, 0, 0, 0}};
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c164 { "attribute", required_argument, NULL, 'a' }, in parse_options()
165 { "attribute-name", required_argument, NULL, 'n' }, in parse_options()
168 { "inode", required_argument, NULL, 'i' }, in parse_options()
/third_party/exfatprogs/tune/
H A Dtune.c34 {"set-label", required_argument, NULL, 'L' },
36 {"set-serial", required_argument, NULL, 'I' },

Completed in 19 milliseconds

1234