HomeSort by relevance Sort by last modified time
    Searched refs:optional_argument (Results 1 - 25 of 42) sorted by null

1 2

  /external/fio/oslib/
getopt.h 20 optional_argument = 2, enumerator in enum:__anon20548
  /external/syslinux/com32/include/
getopt.h 16 optional_argument = 2, enumerator in enum:__anon37000
  /external/syslinux/libinstaller/getopt/
getopt.h 16 optional_argument = 2, enumerator in enum:__anon38478
  /external/tcpdump/
getopt_long.h 42 #define optional_argument 2 macro
48 * one of no_argument, required_argument, and optional_argument:
  /external/mesa3d/src/getopt/
getopt.h 41 #define optional_argument 2 macro
51 * one of no_argument, required_argument, and optional_argument:
  /bionic/libc/include/
getopt.h 45 #define optional_argument 2 macro
51 * one of no_argument, required_argument, and optional_argument:
  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 60 {"spec_dir_path", optional_argument, nullptr, 'd'},
61 {"callback_socket_name", optional_argument, nullptr, 'c'},
63 {"server_socket_path", optional_argument, NULL, 's'},
  /external/syslinux/gpxe/src/include/
getopt.h 20 optional_argument = 2, enumerator in enum:getopt_argument_requirement
30 * optional_argument.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 74 optional_argument /* option may take an argument */ enumerator in enum:__anon64649
  /toolchain/binutils/binutils-2.27/include/
getopt.h 68 optional_argument (or 2) if the option takes an optional argument.
99 #define optional_argument 2 macro
  /toolchain/binutils/binutils-2.27/gprof/
gprof.c 108 {"annotated-source", optional_argument, 0, 'A'},
109 {"no-annotated-source", optional_argument, 0, 'J'},
110 {"flat-profile", optional_argument, 0, 'p'},
111 {"no-flat-profile", optional_argument, 0, 'P'},
112 {"graph", optional_argument, 0, 'q'},
113 {"no-graph", optional_argument, 0, 'Q'},
114 {"exec-counts", optional_argument, 0, 'C'},
115 {"no-exec-counts", optional_argument, 0, 'Z'},
124 {"demangle", optional_argument, 0, OPTION_DEMANGLE},
150 {"debug", optional_argument, 0, 'd'}
    [all...]
  /external/e2fsprogs/include/nonunix/
getopt.h 70 optional_argument (or 2) if the option takes an optional argument.
101 #define optional_argument 2 macro
  /external/libusb/examples/getopt/
getopt.h 81 optional_argument (or 2) if the option takes an optional argument.
112 # define optional_argument 2 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 93 optional_argument (or 2) if the option takes an optional argument.
120 # define optional_argument 2 macro
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 76 {"spec_dir_path", optional_argument, nullptr, 'd'},
77 {"hal_service_instances", optional_argument, nullptr, 'n'},
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 64 optional_argument /* value may be specified. */ enumerator in enum:has_arg_values
win_posix.c 179 case optional_argument:
  /external/dnsmasq/src/
config.h 215 #if defined(optional_argument) && defined(required_argument)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 178 {"color", optional_argument, NULL, COLOR_OPT},
179 {"colour", optional_argument, NULL, COLOR_OPT},
188 {"context", optional_argument, NULL, 'C'},
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 172 { {"flto", optional_argument, NULL, OPTION_IGNORE},
182 { {"map-whole-files", optional_argument, NULL, OPTION_IGNORE},
185 { {"no-map-whole-files", optional_argument, NULL, OPTION_IGNORE},
221 { {"unique", optional_argument, NULL, OPTION_UNIQUE},
309 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE},
422 { {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON},
434 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE},
437 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC},
469 { {"verbose", optional_argument, NULL, OPTION_VERBOSE},
583 || ld_options[i].opt.has_arg == optional_argument)
    [all...]
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 105 {"dropbox", optional_argument, nullptr, 'd'},
106 {"no-guardrails", optional_argument, nullptr, 'n'},
  /toolchain/binutils/binutils-2.27/gas/
as.c 510 ,{"a", optional_argument, NULL, 'a'}
512 ,{"al", optional_argument, NULL, OPTION_AL}
513 ,{"compress-debug-sections", optional_argument, NULL, OPTION_COMPRESS_DEBUG}
515 ,{"allow-incbin", optional_argument, NULL, OPTION_ALLOW_INCBIN}
516 ,{"noallow-incbin", optional_argument, NULL, OPTION_NOALLOW_INCBIN}
    [all...]
  /external/iptables/iptables/
xtables-eb.c 255 { "list" , optional_argument, 0, 'L' },
260 { "zero" , optional_argument, 0, 'Z' },
261 { "flush" , optional_argument, 0, 'F' },
285 { "delete-chain" , optional_argument, 0, 'X' },
    [all...]
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 185 {"report-frametime", optional_argument, nullptr, LongOpts::ReportFrametime},
  /frameworks/base/tools/obbtool/
Main.cpp 43 {"overlay", optional_argument, NULL, 'o'},

Completed in 1956 milliseconds

1 2