Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dgetopt_long.c73 #define IGNORE_FIRST (*options == '-' || *options == '+') macro
75 || (IGNORE_FIRST && options[1] != ':')))
77 #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST)
83 #define BADARG ((IGNORE_FIRST && options[1] == ':') \
249 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) { in getopt_internal()
/netbsd-src/external/bsd/file/dist/src/
H A Dgetopt_long.c82 #define IGNORE_FIRST (*options == '-' || *options == '+') macro
84 || (IGNORE_FIRST && options[1] != ':')))
86 #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST)
92 #define BADARG ((IGNORE_FIRST && options[1] == ':') \
267 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {