/third_party/libinput/tools/ |
D | shared.h | 64 { "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 …]
|
/third_party/gettext/gettext-tools/src/ |
D | msgattrib.c | 88 { "clear-fuzzy", no_argument, NULL, CHAR_MAX + 8 }, 89 { "clear-obsolete", no_argument, NULL, CHAR_MAX + 10 }, 90 { "clear-previous", no_argument, NULL, CHAR_MAX + 18 }, 91 { "empty", no_argument, NULL, CHAR_MAX + 23 }, 94 { "escape", no_argument, NULL, 'E' }, 95 { "force-po", no_argument, &force_po, 1 }, 96 { "fuzzy", no_argument, NULL, CHAR_MAX + 11 }, 97 { "help", no_argument, NULL, 'h' }, 99 { "indent", no_argument, NULL, 'i' }, 100 { "no-escape", no_argument, NULL, 'e' }, [all …]
|
D | msguniq.c | 69 { "escape", no_argument, NULL, 'E' }, 70 { "force-po", no_argument, &force_po, 1 }, 71 { "help", no_argument, NULL, 'h' }, 72 { "indent", no_argument, NULL, 'i' }, 73 { "no-escape", no_argument, NULL, 'e' }, 74 { "no-location", no_argument, NULL, CHAR_MAX + 7 }, 75 { "no-wrap", no_argument, NULL, CHAR_MAX + 2 }, 77 { "properties-input", no_argument, NULL, 'P' }, 78 { "properties-output", no_argument, NULL, 'p' }, 79 { "repeated", no_argument, NULL, 'd' }, [all …]
|
D | msgcomm.c | 71 { "escape", no_argument, NULL, 'E' }, 73 { "force-po", no_argument, &force_po, 1 }, 74 { "help", no_argument, NULL, 'h' }, 75 { "indent", no_argument, NULL, 'i' }, 76 { "no-escape", no_argument, NULL, 'e' }, 77 { "no-location", no_argument, NULL, CHAR_MAX + 7 }, 78 { "no-wrap", no_argument, NULL, CHAR_MAX + 2 }, 79 { "omit-header", no_argument, NULL, CHAR_MAX + 1 }, 82 { "properties-input", no_argument, NULL, 'P' }, 83 { "properties-output", no_argument, NULL, 'p' }, [all …]
|
D | msgcat.c | 70 { "escape", no_argument, NULL, 'E' }, 72 { "force-po", no_argument, &force_po, 1 }, 73 { "help", no_argument, NULL, 'h' }, 74 { "indent", no_argument, NULL, 'i' }, 76 { "no-escape", no_argument, NULL, 'e' }, 77 { "no-location", no_argument, NULL, CHAR_MAX + 8 }, 78 { "no-wrap", no_argument, NULL, CHAR_MAX + 2 }, 80 { "properties-input", no_argument, NULL, 'P' }, 81 { "properties-output", no_argument, NULL, 'p' }, 82 { "sort-by-file", no_argument, NULL, 'F' }, [all …]
|
D | msgen.c | 66 { "escape", no_argument, NULL, 'E' }, 67 { "force-po", no_argument, &force_po, 1 }, 68 { "help", no_argument, NULL, 'h' }, 69 { "indent", no_argument, NULL, 'i' }, 71 { "no-escape", no_argument, NULL, 'e' }, 72 { "no-location", no_argument, NULL, CHAR_MAX + 7 }, 73 { "no-wrap", no_argument, NULL, CHAR_MAX + 1 }, 75 { "properties-input", no_argument, NULL, 'P' }, 76 { "properties-output", no_argument, NULL, 'p' }, 77 { "sort-by-file", no_argument, NULL, 'F' }, [all …]
|
D | msgconv.c | 69 { "escape", no_argument, NULL, 'E' }, 70 { "force-po", no_argument, &force_po, 1 }, 71 { "help", no_argument, NULL, 'h' }, 72 { "indent", no_argument, NULL, 'i' }, 73 { "no-escape", no_argument, NULL, 'e' }, 74 { "no-location", no_argument, NULL, CHAR_MAX + 6 }, 75 { "no-wrap", no_argument, NULL, CHAR_MAX + 1 }, 77 { "properties-input", no_argument, NULL, 'P' }, 78 { "properties-output", no_argument, NULL, 'p' }, 79 { "sort-by-file", no_argument, NULL, 'F' }, [all …]
|
D | msgunfmt.c | 85 { "csharp", no_argument, NULL, CHAR_MAX + 4 }, 86 { "csharp-resources", no_argument, NULL, CHAR_MAX + 5 }, 87 { "escape", no_argument, NULL, 'E' }, 88 { "force-po", no_argument, &force_po, 1 }, 89 { "help", no_argument, NULL, 'h' }, 90 { "indent", no_argument, NULL, 'i' }, 91 { "java", no_argument, NULL, 'j' }, 93 { "no-escape", no_argument, NULL, 'e' }, 94 { "no-wrap", no_argument, NULL, CHAR_MAX + 2 }, 96 { "properties-output", no_argument, NULL, 'p' }, [all …]
|
D | msggrep.c | 99 { "comment", no_argument, NULL, 'C' }, 102 { "escape", no_argument, NULL, CHAR_MAX + 1 }, 103 { "extended-regexp", no_argument, NULL, 'E' }, 104 { "extracted-comment", no_argument, NULL, 'X' }, 106 { "fixed-strings", no_argument, NULL, 'F' }, 107 { "force-po", no_argument, &force_po, 1 }, 108 { "help", no_argument, NULL, 'h' }, 109 { "ignore-case", no_argument, NULL, 'i' }, 110 { "indent", no_argument, NULL, CHAR_MAX + 2 }, 111 { "invert-match", no_argument, NULL, 'v' }, [all …]
|
D | msgfilter.c | 97 { "escape", no_argument, NULL, 'E' }, 98 { "force-po", no_argument, &force_po, 1 }, 99 { "help", no_argument, NULL, 'h' }, 100 { "indent", no_argument, NULL, CHAR_MAX + 1 }, 102 { "keep-header", no_argument, &keep_header, 1 }, 103 { "newline", no_argument, NULL, CHAR_MAX + 9 }, 104 { "no-escape", no_argument, NULL, CHAR_MAX + 2 }, 105 { "no-location", no_argument, NULL, CHAR_MAX + 8 }, 106 { "no-wrap", no_argument, NULL, CHAR_MAX + 3 }, 108 { "properties-input", no_argument, NULL, 'P' }, [all …]
|
D | msgfmt.c | 184 { "check", no_argument, NULL, 'c' }, 186 { "check-compatibility", no_argument, NULL, 'C' }, 187 { "check-domain", no_argument, NULL, CHAR_MAX + 2 }, 188 { "check-format", no_argument, NULL, CHAR_MAX + 3 }, 189 { "check-header", no_argument, NULL, CHAR_MAX + 4 }, 190 { "csharp", no_argument, NULL, CHAR_MAX + 10 }, 191 { "csharp-resources", no_argument, NULL, CHAR_MAX + 11 }, 192 { "desktop", no_argument, NULL, CHAR_MAX + 15 }, 195 { "help", no_argument, NULL, 'h' }, 196 { "java", no_argument, NULL, 'j' }, [all …]
|
D | msgcmp.c | 71 { "help", no_argument, NULL, 'h' }, 72 { "multi-domain", no_argument, NULL, 'm' }, 73 { "no-fuzzy-matching", no_argument, NULL, 'N' }, 74 { "properties-input", no_argument, NULL, 'P' }, 75 { "stringtable-input", no_argument, NULL, CHAR_MAX + 1 }, 76 { "use-fuzzy", no_argument, NULL, CHAR_MAX + 2 }, 77 { "use-untranslated", no_argument, NULL, CHAR_MAX + 3 }, 78 { "version", no_argument, NULL, 'V' },
|
D | xgettext.c | 227 { "boost", no_argument, NULL, CHAR_MAX + 11 }, 228 { "c++", no_argument, NULL, 'C' }, 232 { "debug", no_argument, &do_debug, 1 }, 235 { "escape", no_argument, NULL, 'E' }, 237 { "extract-all", no_argument, NULL, 'a' }, 240 { "force-po", no_argument, &force_po, 1 }, 241 { "foreign-user", no_argument, NULL, CHAR_MAX + 2 }, 243 { "help", no_argument, NULL, 'h' }, 244 { "indent", no_argument, NULL, 'i' }, 246 { "itstool", no_argument, NULL, CHAR_MAX + 19 }, [all …]
|
D | hostname.c | 104 { "fqdn", no_argument, NULL, 'f' }, 105 { "help", no_argument, NULL, 'h' }, 106 { "ip-address", no_argument, NULL, 'i' }, 107 { "long", no_argument, NULL, 'f' }, 108 { "short", no_argument, NULL, 's' }, 109 { "version", no_argument, NULL, 'V' },
|
/third_party/mesa3d/src/freedreno/decode/ |
D | cffdump.c | 119 { "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/ |
D | main.cpp | 43 { "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 },
|
D | test_optpass.cpp | 168 { "input-ir", no_argument, &input_format_ir, 1 }, in test_optpass() 169 { "input-glsl", no_argument, &input_format_ir, 0 }, in test_optpass() 170 { "loop", no_argument, &loop, 1 }, in test_optpass() 171 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER }, in test_optpass() 172 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER }, in test_optpass() 173 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
|
/third_party/nghttp2/src/ |
D | nghttpd.cc | 207 {"daemon", no_argument, nullptr, 'D'}, in main() 209 {"help", no_argument, nullptr, 'h'}, in main() 210 {"verbose", no_argument, nullptr, 'v'}, in main() 211 {"verify-client", no_argument, nullptr, 'V'}, in main() 217 {"error-gzip", no_argument, nullptr, 'e'}, in main() 220 {"no-tls", no_argument, &flag, 1}, in main() 221 {"color", no_argument, &flag, 2}, in main() 222 {"version", no_argument, &flag, 3}, in main() 224 {"early-response", no_argument, &flag, 5}, in main() 226 {"hexdump", no_argument, &flag, 7}, in main() [all …]
|
/third_party/eudev/src/udev/ |
D | udevadm-control.c | 53 { "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()
|
/third_party/exfatprogs/tune/ |
D | tune.c | 32 {"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/ |
D | ntfsls.c | 196 { "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 …]
|
/third_party/selinux/secilc/ |
D | secilc.c | 112 {"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()
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_write_buffer.c | 52 {"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/ |
D | label.c | 28 {"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/ |
D | test-client.c | 556 { "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 …]
|