Home
last modified time | relevance | path

Searched refs:no_argument (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/libinput/tools/
Dshared.h64 { "enable-tap", no_argument, 0, OPT_TAP_ENABLE }, \
65 { "disable-tap", no_argument, 0, OPT_TAP_DISABLE }, \
66 { "enable-drag", no_argument, 0, OPT_DRAG_ENABLE }, \
67 { "disable-drag", no_argument, 0, OPT_DRAG_DISABLE }, \
68 { "enable-drag-lock", no_argument, 0, OPT_DRAG_LOCK_ENABLE }, \
69 { "disable-drag-lock", no_argument, 0, OPT_DRAG_LOCK_DISABLE }, \
70 { "enable-natural-scrolling", no_argument, 0, OPT_NATURAL_SCROLL_ENABLE }, \
71 { "disable-natural-scrolling", no_argument, 0, OPT_NATURAL_SCROLL_DISABLE }, \
72 { "enable-left-handed", no_argument, 0, OPT_LEFT_HANDED_ENABLE }, \
73 { "disable-left-handed", no_argument, 0, OPT_LEFT_HANDED_DISABLE }, \
[all …]
Dlibinput-tool.c79 { "help", no_argument, 0, GOPT_HELP }, in main()
80 { "version", no_argument, 0, GOPT_VERSION }, in main()
/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c119 { "dump-shaders", no_argument, &options.dump_shaders, 1 },
120 { "no-color", no_argument, &options.color, 0 },
121 { "color", no_argument, &options.color, 1 },
122 { "no-pager", no_argument, &interactive, 0 },
123 { "pager", no_argument, &interactive, 1 },
124 { "textures", no_argument, &options.dump_textures, 1 },
125 { "show-compositor", no_argument, &show_comp, 1 },
126 { "query-all", no_argument, &options.query_mode, QUERY_ALL },
127 { "query-written", no_argument, &options.query_mode, QUERY_WRITTEN },
128 { "query-delta", no_argument, &options.query_mode, QUERY_DELTA },
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dmain.cpp43 { "dump-ast", no_argument, &options.dump_ast, 1 },
44 { "dump-hir", no_argument, &options.dump_hir, 1 },
45 { "dump-lir", no_argument, &options.dump_lir, 1 },
46 { "dump-builder", no_argument, &options.dump_builder, 1 },
47 { "link", no_argument, &options.do_link, 1 },
48 { "just-log", no_argument, &options.just_log, 1 },
49 { "lower-precision", no_argument, &options.lower_precision, 1 },
Dtest_optpass.cpp151 { "input-ir", no_argument, &input_format_ir, 1 }, in test_optpass()
152 { "input-glsl", no_argument, &input_format_ir, 0 }, in test_optpass()
153 { "loop", no_argument, &loop, 1 }, in test_optpass()
154 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER }, in test_optpass()
155 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER }, in test_optpass()
156 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
/third_party/nghttp2/src/
Dnghttpd.cc210 {"daemon", no_argument, nullptr, 'D'}, in main()
212 {"help", no_argument, nullptr, 'h'}, in main()
213 {"verbose", no_argument, nullptr, 'v'}, in main()
214 {"verify-client", no_argument, nullptr, 'V'}, in main()
220 {"error-gzip", no_argument, nullptr, 'e'}, in main()
223 {"no-tls", no_argument, &flag, 1}, in main()
224 {"color", no_argument, &flag, 2}, in main()
225 {"version", no_argument, &flag, 3}, in main()
227 {"early-response", no_argument, &flag, 5}, in main()
229 {"hexdump", no_argument, &flag, 7}, in main()
[all …]
Dshrpx.cc3994 {SHRPX_OPT_DAEMON.c_str(), no_argument, nullptr, 'D'}, in main()
4000 {"help", no_argument, nullptr, 'h'}, in main()
4001 {SHRPX_OPT_INSECURE.c_str(), no_argument, nullptr, 'k'}, in main()
4003 {SHRPX_OPT_CLIENT_PROXY.c_str(), no_argument, nullptr, 'p'}, in main()
4004 {SHRPX_OPT_HTTP2_PROXY.c_str(), no_argument, nullptr, 's'}, in main()
4005 {"version", no_argument, nullptr, 'v'}, in main()
4006 {SHRPX_OPT_FRONTEND_FRAME_DEBUG.c_str(), no_argument, nullptr, 'o'}, in main()
4007 {SHRPX_OPT_ADD_X_FORWARDED_FOR.c_str(), no_argument, &flag, 1}, in main()
4025 {SHRPX_OPT_CLIENT.c_str(), no_argument, &flag, 17}, in main()
4029 {SHRPX_OPT_BACKEND_IPV4.c_str(), no_argument, &flag, 20}, in main()
[all …]
/third_party/exfatprogs/tune/
Dtune.c32 {"print-label", no_argument, NULL, 'l' },
34 {"print-serial", no_argument, NULL, 'i' },
36 {"version", no_argument, NULL, 'V' },
37 {"verbose", no_argument, NULL, 'v' },
38 {"help", no_argument, NULL, 'h' },
39 {"?", no_argument, NULL, '?' },
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c196 { "all", no_argument, NULL, 'a' }, in parse_options()
197 { "classify", no_argument, NULL, 'F' }, in parse_options()
198 { "force", no_argument, NULL, 'f' }, in parse_options()
199 { "help", no_argument, NULL, 'h' }, in parse_options()
200 { "inode", no_argument, NULL, 'i' }, in parse_options()
201 { "long", no_argument, NULL, 'l' }, in parse_options()
203 { "recursive", no_argument, NULL, 'R' }, in parse_options()
204 { "quiet", no_argument, NULL, 'q' }, in parse_options()
205 { "system", no_argument, NULL, 's' }, in parse_options()
206 { "version", no_argument, NULL, 'V' }, in parse_options()
[all …]
Dntfscat.c166 { "force", no_argument, NULL, 'f' }, in parse_options()
167 { "help", no_argument, NULL, 'h' }, in parse_options()
169 { "quiet", no_argument, NULL, 'q' }, in parse_options()
170 { "version", no_argument, NULL, 'V' }, in parse_options()
171 { "verbose", no_argument, NULL, 'v' }, in parse_options()
172 { "raw", no_argument, NULL, 'r' }, in parse_options()
Dntfslabel.c125 { "force", no_argument, NULL, 'f' }, in parse_options()
126 { "help", no_argument, NULL, 'h' }, in parse_options()
129 { "no-action", no_argument, NULL, 'n' }, in parse_options()
130 { "quiet", no_argument, NULL, 'q' }, in parse_options()
131 { "verbose", no_argument, NULL, 'v' }, in parse_options()
132 { "version", no_argument, NULL, 'V' }, in parse_options()
Dntfsmove.c112 { "best", no_argument, NULL, 'B' }, in parse_options()
114 { "end", no_argument, NULL, 'E' }, in parse_options()
115 { "force", no_argument, NULL, 'f' }, in parse_options()
116 { "help", no_argument, NULL, 'h' }, in parse_options()
117 { "no-action", no_argument, NULL, 'n' }, in parse_options()
118 { "no-dirty", no_argument, NULL, 'D' }, in parse_options()
119 { "quiet", no_argument, NULL, 'q' }, in parse_options()
120 { "start", no_argument, NULL, 'S' }, in parse_options()
121 { "verbose", no_argument, NULL, 'v' }, in parse_options()
122 { "version", no_argument, NULL, 'V' }, in parse_options()
Dntfscluster.c117 { "force", no_argument, NULL, 'f' }, in parse_options()
118 { "help", no_argument, NULL, 'h' }, in parse_options()
119 { "info", no_argument, NULL, 'i' }, in parse_options()
121 { "last", no_argument, NULL, 'l' }, in parse_options()
122 { "quiet", no_argument, NULL, 'q' }, in parse_options()
124 { "verbose", no_argument, NULL, 'v' }, in parse_options()
125 { "version", no_argument, NULL, 'V' }, in parse_options()
Dntfswipe.c271 { "all", no_argument, NULL, 'a' }, in parse_options()
274 { "directory", no_argument, NULL, 'd' }, in parse_options()
275 { "force", no_argument, NULL, 'f' }, in parse_options()
276 { "help", no_argument, NULL, 'h' }, in parse_options()
277 { "info", no_argument, NULL, 'i' }, in parse_options()
278 { "logfile", no_argument, NULL, 'l' }, in parse_options()
279 { "mft", no_argument, NULL, 'm' }, in parse_options()
280 { "no-action", no_argument, NULL, 'n' }, in parse_options()
282 { "pagefile", no_argument, NULL, 'p' }, in parse_options()
283 { "quiet", no_argument, NULL, 'q' }, in parse_options()
[all …]
/third_party/selinux/secilc/
Dsecilc.c112 {"help", no_argument, 0, 'h'}, in main()
113 {"verbose", no_argument, 0, 'v'}, in main()
118 {"disable-dontaudit", no_argument, 0, 'D'}, in main()
119 {"multiple-decls", no_argument, 0, 'm'}, in main()
120 {"disable-neverallow", no_argument, 0, 'N'}, in main()
121 {"preserve-tunables", no_argument, 0, 'P'}, in main()
122 {"qualified-names", no_argument, 0, 'Q'}, in main()
125 {"expand-generated", no_argument, 0, 'G'}, in main()
127 {"optimize", no_argument, 0, 'O'}, in main()
Dsecil2conf.c79 {"help", no_argument, 0, 'h'}, in main()
80 {"verbose", no_argument, 0, 'v'}, in main()
82 {"preserve-tunables", no_argument, 0, 'P'}, in main()
83 {"qualified-names", no_argument, 0, 'Q'}, in main()
Dsecil2tree.c83 {"help", no_argument, 0, 'h'}, in main()
84 {"verbose", no_argument, 0, 'v'}, in main()
85 {"preserve-tunables", no_argument, 0, 'P'}, in main()
86 {"qualified-names", no_argument, 0, 'Q'}, in main()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c52 {"dry-run", no_argument, 0, 'd'},
53 {"dry_run", no_argument, 0, 'd'},
54 {"help", no_argument, 0, 'h'},
60 {"read-stdin", no_argument, 0, 'r'},
61 {"read_stdin", no_argument, 0, 'r'},
62 {"raw", no_argument, 0, 'r'},
66 {"verbose", no_argument, 0, 'v'},
67 {"version", no_argument, 0, 'V'},
/third_party/exfatprogs/label/
Dlabel.c28 {"volume-serial", no_argument, NULL, 'i' },
29 {"version", no_argument, NULL, 'V' },
30 {"help", no_argument, NULL, 'h' },
31 {"?", no_argument, NULL, '?' },
/third_party/libwebsockets/test-apps/
Dtest-client.c556 { "help", no_argument, NULL, 'h' },
559 { "ssl", no_argument, NULL, 's' },
560 { "strict-ssl", no_argument, NULL, 'S' },
562 { "undeflated", no_argument, NULL, 'u' },
563 { "echo", no_argument, NULL, 'e' },
564 { "multi-test", no_argument, NULL, 'm' },
565 { "nomirror", no_argument, NULL, 'n' },
566 { "justmirror", no_argument, NULL, 'j' },
567 { "longlived", no_argument, NULL, 'l' },
568 { "post", no_argument, NULL, 'o' },
[all …]
Dtest-server.c380 { "help", no_argument, NULL, 'h' },
383 { "ssl", no_argument, NULL, 's' },
384 { "allow-non-ssl", no_argument, NULL, 'a' },
386 { "closetest", no_argument, NULL, 'c' },
392 { "ssl-verify-client", no_argument, NULL, 'v' },
397 { "libev", no_argument, NULL, 'e' },
400 { "daemonize", no_argument, NULL, 'D' },
402 { "ignore-sigterm", no_argument, NULL, 'I' },
/third_party/selinux/checkpolicy/
Dcheckmodule.c156 {"help", no_argument, NULL, 'h'}, in main()
158 {"binary", no_argument, NULL, 'b'}, in main()
159 {"version", no_argument, NULL, 'V'}, in main()
161 {"mls", no_argument, NULL, 'M'}, in main()
162 {"cil", no_argument, NULL, 'C'}, in main()
163 {"werror", no_argument, NULL, 'E'}, in main()
/third_party/ntfs-3g/src/
Dntfs-3g.probe.c94 { "readonly", no_argument, NULL, 'r' }, in parse_options()
95 { "readwrite", no_argument, NULL, 'w' }, in parse_options()
96 { "help", no_argument, NULL, 'h' }, in parse_options()
/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c254 { "verbose", no_argument, NULL, 'v' }, in parse_cmdline()
255 { "help", no_argument, NULL, 'h' }, in parse_cmdline()
296 { "include-local-syms", no_argument, NULL, 1 }, in parse_cmdline_add()
297 { "verbose", no_argument, NULL, 'v' }, in parse_cmdline_add()
298 { "help", no_argument, NULL, 'h' }, in parse_cmdline_add()
337 { "verbose", no_argument, NULL, 'v' }, in parse_cmdline_rm()
338 { "help", no_argument, NULL, 'h' }, in parse_cmdline_rm()
362 { "explain", no_argument, NULL, 'e' }, in parse_cmdline_search()
365 { "location", no_argument, NULL, 'l' }, in parse_cmdline_search()
368 { "verbose", no_argument, NULL, 'v' }, in parse_cmdline_search()
[all …]
/third_party/mesa3d/src/imagination/rogue/tools/
Doffline_compiler.c56 { "help", no_argument, NULL, 'h' },
59 { "dump-c-array", no_argument, NULL, 'c' },
60 { "dump-rogue", no_argument, NULL, 'r' },
61 { "dump-nir", no_argument, NULL, 'n' },

1234