HomeSort by relevance Sort by last modified time
    Searched full:no_argument (Results 51 - 75 of 259) sorted by null

1 23 4 5 6 7 8 91011

  /external/avahi/avahi-utils/
avahi-publish.c 240 { "help", no_argument, NULL, 'h' },
241 { "version", no_argument, NULL, 'V' },
242 { "service", no_argument, NULL, 's' },
243 { "address", no_argument, NULL, 'a' },
244 { "verbose", no_argument, NULL, 'v' },
248 { "no-reverse", no_argument, NULL, 'R' },
249 { "no-fail", no_argument, NULL, 'f' },
avahi-resolve.c 174 { "help", no_argument, NULL, 'h' },
175 { "version", no_argument, NULL, 'V' },
176 { "name", no_argument, NULL, 'n' },
177 { "address", no_argument, NULL, 'a' },
178 { "verbose", no_argument, NULL, 'v' },
avahi-browse.c 672 { "help", no_argument, NULL, 'h' },
673 { "version", no_argument, NULL, 'V' },
674 { "browse-domains", no_argument, NULL, 'D' },
676 { "all", no_argument, NULL, 'a' },
677 { "verbose", no_argument, NULL, 'v' },
678 { "terminate", no_argument, NULL, 't' },
679 { "cache", no_argument, NULL, 'c' },
680 { "ignore-local", no_argument, NULL, 'l' },
681 { "resolve", no_argument, NULL, 'r' },
682 { "no-fail", no_argument, NULL, 'f' }
    [all...]
  /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,
  /system/extras/verity/fec/
main.cpp 278 {"help", no_argument, 0, 'h'},
279 {"encode", no_argument, 0, 'e'},
280 {"decode", no_argument, 0, 'd'},
281 {"sparse", no_argument, 0, 'S'},
283 {"inplace", no_argument, 0, 'i'},
284 {"mmap", no_argument, 0, 'm'},
289 {"verbose", no_argument, 0, 'v'},
  /external/selinux/checkpolicy/
checkmodule.c 155 {"help", no_argument, NULL, 'h'},
157 {"binary", no_argument, NULL, 'b'},
158 {"version", no_argument, NULL, 'V'},
160 {"mls", no_argument, NULL, 'M'},
161 {"cil", no_argument, NULL, 'C'},
  /toolchain/binutils/binutils-2.25/ld/emultempl/
pep.em 268 {"dll", no_argument, NULL, OPTION_DLL},
281 {"support-old-code", no_argument, NULL, OPTION_SUPPORT_OLD_CODE},
282 {"use-nul-prefixed-import-tables", no_argument, NULL,
284 {"no-leading-underscore", no_argument, NULL, OPTION_NO_LEADING_UNDERSCORE},
285 {"leading-underscore", no_argument, NULL, OPTION_LEADING_UNDERSCORE},
291 {"export-all-symbols", no_argument, NULL, OPTION_EXPORT_ALL},
293 {"exclude-all-symbols", no_argument, NULL, OPTION_EXCLUDE_ALL_SYMBOLS},
296 {"kill-at", no_argument, NULL, OPTION_KILL_ATS},
297 {"add-stdcall-alias", no_argument, NULL, OPTION_STDCALL_ALIASES},
298 {"enable-stdcall-fixup", no_argument, NULL, OPTION_ENABLE_STDCALL_FIXUP}
    [all...]
aarch64elf.em 364 { "no-pipeline-knowledge", no_argument, NULL, '\'p\''},
365 { "no-enum-size-warning", no_argument, NULL, OPTION_NO_ENUM_SIZE_WARNING},
366 { "pic-veneer", no_argument, NULL, OPTION_PIC_VENEER},
368 { "no-wchar-size-warning", no_argument, NULL, OPTION_NO_WCHAR_SIZE_WARNING},
369 { "fix-cortex-a53-835769", no_argument, NULL, OPTION_FIX_ERRATUM_835769},
370 { "fix-cortex-a53-843419", no_argument, NULL, OPTION_FIX_ERRATUM_843419},
  /system/core/bootstat/
bootstat.cpp 273 { "help", no_argument, NULL, 'h' },
274 { "log", no_argument, NULL, 'l' },
275 { "print", no_argument, NULL, 'p' },
277 { boot_complete_str, no_argument, NULL, 0 },
278 { boot_reason_str, no_argument, NULL, 0 },
279 { factory_reset_str, no_argument, NULL, 0 },
  /toolchain/binutils/binutils-2.25/gas/config/
tc-frv.c 233 { "mgpr-32", no_argument, NULL, OPTION_GPR_32 },
234 { "mgpr-64", no_argument, NULL, OPTION_GPR_64 },
235 { "mfpr-32", no_argument, NULL, OPTION_FPR_32 },
236 { "mfpr-64", no_argument, NULL, OPTION_FPR_64 },
237 { "mhard-float", no_argument, NULL, OPTION_FPR_64 },
238 { "msoft-float", no_argument, NULL, OPTION_SOFT_FLOAT },
239 { "mdword", no_argument, NULL, OPTION_DWORD_YES },
240 { "mno-dword", no_argument, NULL, OPTION_DWORD_NO },
241 { "mdouble", no_argument, NULL, OPTION_DOUBLE },
242 { "mno-double", no_argument, NULL, OPTION_NO_DOUBLE }
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 564 {"quiet", no_argument, NULL, 'q'},
565 {"verbose", no_argument, NULL, 'v'},
566 {"version", no_argument, NULL, OPTION_VERSION},
570 {"dry-run", no_argument, NULL, OPTION_DRY_RUN},
577 {"no-leading-underscore", no_argument, NULL, OPTION_NO_LEADING_UNDERSCORE},
578 {"leading-underscore", no_argument, NULL, OPTION_NO_LEADING_UNDERSCORE},
581 {"no-delete", no_argument, NULL, 'n'},
583 {"no-idata4", no_argument, NULL, OPTION_NO_IDATA4},
584 {"no-idata5", no_argument, NULL, OPTION_NO_IDATA5},
587 {"export-all-symbols", no_argument, NULL, OPTION_EXPORT_ALL_SYMS}
    [all...]
  /development/ndk/platforms/android-3/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /hardware/bsp/intel/peripheral/displays/SparkFun_OLED/
SparkFunOLED.cpp 42 {"help", no_argument, NULL, '?'},
44 {"invert",no_argument, NULL, 'i'},
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
getopt.h 48 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:

Completed in 550 milliseconds

1 23 4 5 6 7 8 91011