HomeSort by relevance Sort by last modified time
    Searched refs:no_argument (Results 26 - 50 of 246) sorted by null

12 3 4 5 6 7 8 910

  /external/honggfuzz/
cmdline.c 340 { { "help", no_argument, NULL, 'h' }, "Help plz.." },
342 { { "persistent", no_argument, NULL, 'P' }, "Enable persistent fuzzing (use hfuzz_cc/hfuzz-clang to compile code)" },
343 { { "instrument", no_argument, NULL, 'z' }, "*DEFAULT-MODE-BY-DEFAULT* Enable compile-time instrumentation (use hfuzz_cc/hfuzz-clang to compile code)" },
344 { { "noinst", no_argument, NULL, 'x' }, "Static mode (dry-mode), disable any instrumentation (hw/sw)" },
345 { { "sancov", no_argument, NULL, 'C' }, "Enable sanitizer coverage feedback" },
346 { { "keep_output", no_argument, NULL, 'Q' }, "Don't close children's stdin, stdout, stderr; can be noisy" },
349 { { "stdin_input", no_argument, NULL, 's' }, "Provide fuzzing input on STDIN, instead of ___FILE___" },
352 { { "verbose", no_argument, NULL, 'v' }, "Disable ANSI console; use simple log output" },
353 { { "verifier", no_argument, NULL, 'V' }, "Enable crashes verifier" },
371 { { "clear_env", no_argument, NULL, 0x108 }, "Clear all environment variables before executing the binary" }
    [all...]
  /external/dtc/
dtc.c 67 {"quiet", no_argument, NULL, 'q'},
78 {"force", no_argument, NULL, 'f'},
80 {"sort", no_argument, NULL, 's'},
84 {"symbols", no_argument, NULL, '@'},
85 {"auto-alias", no_argument, NULL, 'A'},
86 {"help", no_argument, NULL, 'h'},
87 {"version", no_argument, NULL, 'v'},
88 {NULL, no_argument, NULL, 0x0},
  /system/bt/tools/bdtool/
bdtool.c 54 {"bdaddr", required_argument, 0, 0}, {"discover", no_argument, 0, 0},
55 {"discoverable", no_argument, 0, 0}, {"time", required_argument, 0, 0},
56 {"bond", no_argument, 0, 0}, {"up", no_argument, 0, 0},
57 {"verbose", no_argument, 0, 0}, {"get_name", no_argument, 0, 0},
58 {"set_name", required_argument, 0, 0}, {"sco_listen", no_argument, 0, 0},
59 {"sco_connect", no_argument, 0, 0}, {0, 0, 0, 0}};
  /system/libvintf/
assemble_vintf_main.cpp 69 {"hals-only", no_argument, NULL, 'l'},
70 {"no-hals", no_argument, NULL, 'n'},
  /external/blktrace/btt/
args.c 36 .has_arg = no_argument,
42 .has_arg = no_argument,
72 .has_arg = no_argument,
144 .has_arg = no_argument,
180 .has_arg = no_argument,
186 .has_arg = no_argument,
192 .has_arg = no_argument,
  /external/selinux/secilc/
secilc.c 106 {"help", no_argument, 0, 'h'},
107 {"verbose", no_argument, 0, 'v'},
112 {"disable-dontaudit", no_argument, 0, 'D'},
113 {"multiple-decls", no_argument, 0, 'm'},
114 {"disable-neverallow", no_argument, 0, 'N'},
115 {"preserve-tunables", no_argument, 0, 'P'},
118 {"expand-generated", no_argument, 0, 'G'},
secil2conf.c 75 {"help", no_argument, 0, 'h'},
76 {"verbose", no_argument, 0, 'v'},
78 {"preserve-tunables", no_argument, 0, 'P'},
  /toolchain/binutils/binutils-2.27/gas/
as.c 505 {"alternate", no_argument, NULL, OPTION_ALTERNATE}
514 ,{"nocompress-debug-sections", no_argument, NULL, OPTION_NOCOMPRESS_DEBUG}
519 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG}
522 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK}
523 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK}
526 ,{"sectname-subst", no_argument, NULL, OPTION_SECTNAME_SUBST}
528 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL}
529 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2}
532 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2}
533 ,{"gdwarf-sections", no_argument, NULL, OPTION_GDWARF_SECTIONS
    [all...]
  /external/e2fsprogs/include/nonunix/
getopt.h 68 no_argument (or 0) if the option does not take an argument,
99 #define no_argument 0 macro
  /external/iproute2/tipc/
tipc.c 55 {"help", no_argument, 0, 'h'},
  /external/libusb/examples/getopt/
getopt.h 79 no_argument (or 0) if the option does not take an argument,
110 # define no_argument 0 macro
  /external/perfetto/src/traced/probes/
probes.cc 34 {"cleanup-after-crash", no_argument, nullptr, 'd'},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 91 no_argument (or 0) if the option does not take an argument,
118 # define no_argument 0 macro
  /test/vts/drivers/shell/
ShellDriverMain.cpp 52 {"help", no_argument, NULL, 'h'},
  /external/f2fs-tools/tools/sg_write_buffer/
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'},
  /external/kmod/tools/
modinfo.c 316 {"author", no_argument, 0, 'a'},
317 {"description", no_argument, 0, 'd'},
318 {"license", no_argument, 0, 'l'},
319 {"parameters", no_argument, 0, 'p'},
320 {"filename", no_argument, 0, 'n'},
321 {"null", no_argument, 0, '0'},
325 {"version", no_argument, 0, 'V'},
326 {"help", no_argument, 0, 'h'},
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 74 {"help", no_argument, nullptr, 'h'},
75 {"list_service", no_argument, nullptr, 'l'},
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 55 {"addresses", no_argument, NULL, 'a'},
56 {"basenames", no_argument, NULL, 's'},
59 {"functions", no_argument, NULL, 'f'},
60 {"inlines", no_argument, NULL, 'i'},
61 {"pretty-print", no_argument, NULL, 'p'},
64 {"help", no_argument, NULL, 'H'},
65 {"version", no_argument, NULL, 'V'},
66 {0, no_argument, 0, 0}
  /external/mesa3d/src/compiler/glsl/
test_optpass.cpp 174 { "input-ir", no_argument, &input_format_ir, 1 },
175 { "input-glsl", no_argument, &input_format_ir, 0 },
176 { "loop", no_argument, &loop, 1 },
177 { "vertex-shader", no_argument, &shader_type, GL_VERTEX_SHADER },
178 { "fragment-shader", no_argument, &shader_type, GL_FRAGMENT_SHADER },
179 { "quiet", no_argument, &quiet, 1 },
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mep.c 145 { "EB", no_argument, NULL, OPTION_EB},
146 { "EL", no_argument, NULL, OPTION_EL},
148 { "maverage", no_argument, NULL, OPTION_AVERAGE},
149 { "mno-average", no_argument, NULL, OPTION_NOAVERAGE},
150 { "mmult", no_argument, NULL, OPTION_MULT},
151 { "mno-mult", no_argument, NULL, OPTION_NOMULT},
152 { "mdiv", no_argument, NULL, OPTION_DIV},
153 { "mno-div", no_argument, NULL, OPTION_NODIV},
154 { "mbitops", no_argument, NULL, OPTION_BITOPS},
155 { "mno-bitops", no_argument, NULL, OPTION_NOBITOPS}
    [all...]
  /external/dhcpcd-6.8.2/
if-options.c 105 {"shill-ipv6", no_argument, NULL, 'a'},
106 {"background", no_argument, NULL, 'b'},
108 {"debug", no_argument, NULL, 'd'},
111 {"reconfigure", no_argument, NULL, 'g'},
115 {"release", no_argument, NULL, 'k'},
118 {"rebind", no_argument, NULL, 'n'},
120 {"persistent", no_argument, NULL, 'p'},
121 {"quiet", no_argument, NULL, 'q'},
128 {"exit", no_argument, NULL, 'x'},
131 {"noarp", no_argument, NULL, 'A'}
    [all...]
  /external/selinux/checkpolicy/
checkmodule.c 156 {"help", no_argument, NULL, 'h'},
158 {"binary", no_argument, NULL, 'b'},
159 {"version", no_argument, NULL, 'V'},
161 {"mls", no_argument, NULL, 'M'},
162 {"cil", no_argument, NULL, 'C'},
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 182 {"help", no_argument, nullptr, 'h'},
183 {"list", no_argument, nullptr, LongOpts::List},
184 {"wait-for-gpu", no_argument, nullptr, LongOpts::WaitForGpu},
188 {"onscreen", no_argument, nullptr, LongOpts::Onscreen},
189 {"offscreen", no_argument, nullptr, LongOpts::Offscreen},
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 263 {"verbose", no_argument, 0, 'v'},
264 {"only-proxy", no_argument, 0, 'o'},
265 {"statistics", no_argument, 0, 's'},
  /system/extras/libperfmgr/tools/
ConfigVerifier.cc 130 {"exec_hint", no_argument, nullptr, 'e'},
131 {"help", no_argument, nullptr, 'h'},
132 {"verbose", no_argument, nullptr, 'v'},

Completed in 430 milliseconds

12 3 4 5 6 7 8 910