Home | History | Annotate | Download | only in lib

Lines Matching full:posixly_correct

102    Setting the environment variable POSIXLY_CORRECT disables permutation.
163 POSIXLY_CORRECT is defined, PERMUTE otherwise.
169 variable POSIXLY_CORRECT, or using `+' as the first character
193 /* Value of POSIXLY_CORRECT environment variable. */
194 static char *posixly_correct;
409 posixly_correct = getenv ("POSIXLY_CORRECT");
423 else if (posixly_correct != NULL)
429 if (posixly_correct == NULL
788 if (posixly_correct)