Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c33 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
260 flags &= ~FLAG_PERMUTE; in getopt_internal()
306 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
440 FLAG_PERMUTE); in getopt()
453 FLAG_PERMUTE)); in getopt_long()
466 FLAG_PERMUTE|FLAG_LONGONLY)); in getopt_long_only()