Home
last modified time | relevance | path

Searched refs:OPTIONAL_ARG (Results 1 - 4 of 4) sorted by relevance

/third_party/ninja/src/
H A Dgetopt.h9 #define OPTIONAL_ARG 2 macro
H A Dgetopt.c302 ? ((cp[2] == ':') ? OPTIONAL_ARG : required_argument) : no_argument); in getopt_internal()
310 case OPTIONAL_ARG: in getopt_internal()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java41 public static final int OPTIONAL_ARG = 2; field in UOption
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java56 UOption.create("target-only", 't', UOption.OPTIONAL_ARG),
57 UOption.create("source-only", 'c', UOption.OPTIONAL_ARG),

Completed in 7 milliseconds