Searched refs:posixly_correct (Results 1 – 2 of 2) sorted by relevance
293 static int posixly_correct; local297 if (posixly_correct == 0)298 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
188 static char *posixly_correct; variable394 posixly_correct = getenv ("POSIXLY_CORRECT"); in _getopt_initialize()408 else if (posixly_correct != NULL) in _getopt_initialize()414 if (posixly_correct == NULL in _getopt_initialize()766 if (posixly_correct) in _getopt_internal()