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

/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c362 static int posixly_correct = -1; local
378 if (posixly_correct == -1 || optreset)
379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
382 else if (posixly_correct || *options == '+')
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c359 int posixly_correct; /* no static, can be changed on the fly */ local
368 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
372 else if (posixly_correct || *options == '+')
375 if (posixly_correct || *options == '+')
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c299 static int posixly_correct = -1; local
315 if (posixly_correct == -1 || optreset)
316 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
319 else if (posixly_correct || *options == '+')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp228 static int posixly_correct = -1; local
244 if (posixly_correct == -1 || optreset)
245 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
248 else if (posixly_correct || *options == '+')
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c195 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)
194 static char *posixly_correct; variable

Completed in 225 milliseconds