Home
last modified time | relevance | path

Searched refs:posixly_correct (Results 1 – 4 of 4) 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/bison/lib/
Dgetopt.c227 struct _getopt_data *d, int posixly_correct) in _getopt_initialize() argument
237 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT"); in _getopt_initialize()
348 int long_only, struct _getopt_data *d, int posixly_correct) in _getopt_internal_r() argument
362 posixly_correct); in _getopt_internal_r()
1130 int posixly_correct) in _getopt_internal() argument
1139 posixly_correct); in _getopt_internal()