Home
last modified time | relevance | path

Searched refs:FLAG_IS_SET (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c83 #define FLAG_IS_SET(flag) ((flags & flag) != 0) /* is flag turned on? */ macro
88 (!FLAG_IS_SET(FLAG_OPTIONAL_ARGS))) || \
254 if (FLAG_IS_SET(FLAG_W_SEMICOLON) && in verify_short_long_equivalents()
339 if ((!FLAG_IS_SET(FLAG_ABBREV)) && in parse_long_options()
473 if (FLAG_IS_SET(FLAG_PLUS_DASH_START)) { in getopt_internal()
521 if ((optind == 1) && FLAG_IS_SET(FLAG_REQUIRE_EQUIVALENTS)) { in getopt_internal()
614 (*place == '-' || (FLAG_IS_SET(FLAG_LONGONLY)))) { in getopt_internal()
647 if (FLAG_IS_SET(FLAG_W_SEMICOLON) && in getopt_internal()
687 } else if (!(FLAG_IS_SET(FLAG_OPTIONAL_ARGS) && in getopt_internal()