Home | History | Annotate | Download | only in libiberty

Lines Matching defs:posixly_correct

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