Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c84 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */ macro
253 else if ((flags & FLAG_LONGONLY) || in parse_long_options()
477 (*place == '-' || (flags & FLAG_LONGONLY))) {
611 FLAG_PERMUTE|FLAG_LONGONLY));