Home | History | Annotate | Download | only in libiberty

Lines Matching refs:posixly_correct

103    Setting the environment variable POSIXLY_CORRECT disables permutation.
164 POSIXLY_CORRECT is defined, PERMUTE otherwise.
170 variable POSIXLY_CORRECT, or using `+' as the first character
194 /* Value of POSIXLY_CORRECT environment variable. */
195 static char *posixly_correct;
416 posixly_correct = getenv ("POSIXLY_CORRECT");
430 else if (posixly_correct != NULL)
436 if (posixly_correct == NULL
792 if (posixly_correct)