Home
last modified time | relevance | path

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

/external/tcpdump/missing/
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,
/external/openssh/openbsd-compat/
Dgetopt_long.c299 static int posixly_correct = -1; in getopt_internal() local
315 if (posixly_correct == -1 || optreset) in getopt_internal()
316 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()
319 else if (posixly_correct || *options == '+') in getopt_internal()
/external/mesa3d/src/getopt/
Dgetopt_long.c282 static int posixly_correct = -1; in getopt_internal() local
291 if (posixly_correct == -1) in getopt_internal()
292 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()
293 if (posixly_correct || *options == '+') in getopt_internal()
/external/llvm-project/lldb/source/Host/common/
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()
/external/libusb/msvc/getopt/
Dgetopt.c191 static char *posixly_correct; variable
402 posixly_correct = getenv ("POSIXLY_CORRECT");
416 else if (posixly_correct != NULL)
422 if (posixly_correct == NULL
791 if (posixly_correct)
/external/flac/src/share/getopt/
Dgetopt.c206 static char *posixly_correct; variable
413 posixly_correct = getenv ("POSIXLY_CORRECT");
427 else if (posixly_correct != NULL)
433 if (posixly_correct == NULL
793 if (posixly_correct)