Searched defs:posixly_correct (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c194 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)
193 static char *posixly_correct; variable
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c461 static int posixly_correct = -1; local
470 if (posixly_correct == -1) {
471 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
483 posixly_correct = 1;
485 posixly_correct = 0;
493 if (posixly_correct) {

Completed in 55 milliseconds