Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/posix/getopt/
Dgetopt_long.c64 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
362 flags |= FLAG_ALLARGS;
370 flags |= FLAG_ALLARGS;
418 if (flags & FLAG_ALLARGS) {