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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c362 int posixly_correct; /* no static, can be changed on the fly */ local
371 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
375 else if (posixly_correct || *options == '+')
378 if (posixly_correct || *options == '+')
518 warnx(posixly_correct ? illoptchar : gnuoptchar,

Completed in 72 milliseconds