Searched refs:OPTIONAL_ARG (Results 1 – 5 of 5) sorted by relevance
9 #define OPTIONAL_ARG 2 macro
302 ? ((cp[2] == ':') ? OPTIONAL_ARG : required_argument) : no_argument); in getopt_internal()310 case OPTIONAL_ARG: in getopt_internal()
41 public static final int OPTIONAL_ARG = 2; field in UOption
207 #define OPTIONAL_ARG(entry) ((entry)->arg == G_OPTION_ARG_CALLBACK && \ macro1266 g_assert (value || OPTIONAL_ARG (entry) || NO_ARG (entry)); in parse_arg()1546 if (!OPTIONAL_ARG (&group->entries[j])) in parse_short_option()1564 else if (idx >= *argc - 1 && OPTIONAL_ARG (&group->entries[j])) in parse_short_option()1645 if (!OPTIONAL_ARG (&group->entries[j])) in parse_long_option()1670 else if (*idx >= *argc - 1 && OPTIONAL_ARG (&group->entries[j])) in parse_long_option()
56 UOption.create("target-only", 't', UOption.OPTIONAL_ARG),57 UOption.create("source-only", 'c', UOption.OPTIONAL_ARG),