Searched refs:IGNORE_FIRST (Results 1 – 2 of 2) sorted by relevance
73 #define IGNORE_FIRST (*options == '-' || *options == '+') macro75 || (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()
82 #define IGNORE_FIRST (*options == '-' || *options == '+') macro84 || (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) {