Home
last modified time | relevance | path

Searched refs:no_argument (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/libinput/tools/
H A Dshared.h70 { "enable-tap", no_argument, 0, OPT_TAP_ENABLE }, \
71 { "disable-tap", no_argument, 0, OPT_TAP_DISABLE }, \
72 { "enable-drag", no_argument, 0, OPT_DRAG_ENABLE }, \
73 { "disable-drag", no_argument, 0, OPT_DRAG_DISABLE }, \
74 { "enable-drag-lock", no_argument, 0, OPT_DRAG_LOCK_ENABLE }, \
75 { "disable-drag-lock", no_argument, 0, OPT_DRAG_LOCK_DISABLE }, \
76 { "enable-natural-scrolling", no_argument, 0, OPT_NATURAL_SCROLL_ENABLE }, \
77 { "disable-natural-scrolling", no_argument, 0, OPT_NATURAL_SCROLL_DISABLE }, \
78 { "enable-left-handed", no_argument, 0, OPT_LEFT_HANDED_ENABLE }, \
79 { "disable-left-handed", no_argument,
[all...]
H A Dlibinput-tool.c81 { "help", no_argument, 0, GOPT_HELP }, in main()
82 { "version", no_argument, 0, GOPT_VERSION }, in main()
/third_party/mesa3d/src/freedreno/decode/
H A 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,
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A 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 },
H A 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/
H A 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, in main()
[all...]
H A Dshrpx.cc4111 {SHRPX_OPT_DAEMON.c_str(), no_argument, nullptr, 'D'}, in main()
4117 {"help", no_argument, nullptr, 'h'}, in main()
4118 {SHRPX_OPT_INSECURE.c_str(), no_argument, nullptr, 'k'}, in main()
4120 {SHRPX_OPT_CLIENT_PROXY.c_str(), no_argument, nullptr, 'p'}, in main()
4121 {SHRPX_OPT_HTTP2_PROXY.c_str(), no_argument, nullptr, 's'}, in main()
4122 {"version", no_argument, nullptr, 'v'}, in main()
4123 {SHRPX_OPT_FRONTEND_FRAME_DEBUG.c_str(), no_argument, nullptr, 'o'}, in main()
4124 {SHRPX_OPT_ADD_X_FORWARDED_FOR.c_str(), no_argument, &flag, 1}, in main()
4142 {SHRPX_OPT_CLIENT.c_str(), no_argument, &flag, 17}, in main()
4146 {SHRPX_OPT_BACKEND_IPV4.c_str(), no_argument, in main()
[all...]
/third_party/exfatprogs/tune/
H A Dtune.c33 {"print-label", no_argument, NULL, 'l' },
35 {"print-serial", no_argument, NULL, 'i' },
37 {"version", no_argument, NULL, 'V' },
38 {"verbose", no_argument, NULL, 'v' },
39 {"help", no_argument, NULL, 'h' },
40 {"?", no_argument, NULL, '?' },
/third_party/eudev/src/udev/
H A Dudevadm-control.c53 { "exit", no_argument, NULL, 'e' }, in adm_control()
55 { "stop-exec-queue", no_argument, NULL, 's' }, in adm_control()
56 { "start-exec-queue", no_argument, NULL, 'S' }, in adm_control()
57 { "reload", no_argument, NULL, 'R' }, in adm_control()
58 { "reload-rules", no_argument, NULL, 'R' }, /* alias for -R */ in adm_control()
63 { "help", no_argument, NULL, 'h' }, in adm_control()
H A Dudevadm-info.c298 { "attribute-walk", no_argument, NULL, 'a' }, in uinfo()
299 { "cleanup-db", no_argument, NULL, 'c' }, in uinfo()
300 { "export-db", no_argument, NULL, 'e' }, in uinfo()
301 { "root", no_argument, NULL, 'r' }, in uinfo()
303 { "export", no_argument, NULL, 'x' }, in uinfo()
305 { "version", no_argument, NULL, 'V' }, in uinfo()
306 { "help", no_argument, NULL, 'h' }, in uinfo()
H A Dudevadm-monitor.c94 { "property", no_argument, NULL, 'p' }, in adm_monitor()
95 { "environment", no_argument, NULL, 'e' }, /* alias for -p */ in adm_monitor()
96 { "kernel", no_argument, NULL, 'k' }, in adm_monitor()
97 { "udev", no_argument, NULL, 'u' }, in adm_monitor()
100 { "help", no_argument, NULL, 'h' }, in adm_monitor()
H A Dudevadm.c83 { "debug", no_argument, NULL, 'd' }, in main()
84 { "help", no_argument, NULL, 'h' }, in main()
85 { "version", no_argument, NULL, 'V' }, in main()
/third_party/selinux/secilc/
H A 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()
H A 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()
H A 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/ntfs-3g/ntfsprogs/
H A 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, NUL in parse_options()
[all...]
H A 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()
H A 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()
H A 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, NUL in parse_options()
[all...]
/third_party/libwebsockets/test-apps/
H A 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, NUL
[all...]
H A 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/exfatprogs/label/
H A Dlabel.c29 {"volume-serial", no_argument, NULL, 'i' },
30 {"version", no_argument, NULL, 'V' },
31 {"help", no_argument, NULL, 'h' },
32 {"?", no_argument, NULL, '?' },
/third_party/ntfs-3g/src/
H A 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/selinux/checkpolicy/
H A 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/eudev/src/scsi_id/
H A Dscsi_id.c45 { "blacklisted", no_argument, NULL, 'b' },
46 { "whitelisted", no_argument, NULL, 'g' },
47 { "replace-whitespace", no_argument, NULL, 'u' },
49 { "verbose", no_argument, NULL, 'v' },
50 { "version", no_argument, NULL, 'V' }, /* don't advertise -V */
51 { "export", no_argument, NULL, 'x' },
52 { "help", no_argument, NULL, 'h' },

Completed in 17 milliseconds

12345