Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c354 static int posixly_correct = -1; local
370 if (posixly_correct == -1 || optreset)
371 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
374 else if (posixly_correct || *options == '+')
506 warnx(posixly_correct ? illoptchar : gnuoptchar,
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c381 int posixly_correct; /* no static, can be changed on the fly */ local
390 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
394 else if (posixly_correct || *options == '+')
397 if (posixly_correct || *options == '+')
533 warnx(posixly_correct ? illoptchar : gnuoptchar,
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c290 static int posixly_correct = -1; in getopt_internal() local
306 if (posixly_correct == -1 || optreset) in getopt_internal()
307 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()
310 else if (posixly_correct || *options == '+') in getopt_internal()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp228 static int posixly_correct = -1; in getopt_internal() local
244 if (posixly_correct == -1 || optreset) in getopt_internal()
245 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()
248 else if (posixly_correct || *options == '+') in getopt_internal()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c313 static int posixly_correct = -1; in getopt_internal() local
329 if (posixly_correct == -1 || optreset) in getopt_internal()
330 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()
333 else if (posixly_correct || *options == '+') in getopt_internal()
/freebsd/contrib/flex/
H A DChangeLog590 tests/posixly_correct.l, tests/pthread.l, tests/quotes.l,
818 tests/noansi_r.l, tests/posix.l, tests/posixly_correct.l,
1655 tests/posix.l, tests/posixly_correct.l, tests/prefix_nr.l,
1964 * tests/.gitignore, tests/Makefile.am, tests/posixly_correct.l,
1967 tests/test-posixly-correct/scanner.l: refactor posixly_correct test