Searched refs:IGNORE_FIRST (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/file/src/
H A Dgetopt_long.c76 #define IGNORE_FIRST (*options == '-' || *options == '+') macro
78 || (IGNORE_FIRST && options[1] != ':')))
80 #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST)
86 #define BADARG ((IGNORE_FIRST && options[1] == ':') \
261 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {

Completed in 53 milliseconds