Home | History | Annotate | Download | only in libiberty

Lines Matching defs: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;
415 posixly_correct = getenv ("POSIXLY_CORRECT");
429 else if (posixly_correct != NULL)
435 if (posixly_correct == NULL
791 if (posixly_correct)