Searched refs:posixly_correct (Results 1 – 6 of 6) sorted by relevance
359 int posixly_correct; /* no static, can be changed on the fly */ local368 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);372 else if (posixly_correct || *options == '+')375 if (posixly_correct || *options == '+')512 warnx(posixly_correct ? illoptchar : gnuoptchar,
299 static int posixly_correct = -1; in getopt_internal() local315 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()
282 static int posixly_correct = -1; in getopt_internal() local291 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()
228 static int posixly_correct = -1; in getopt_internal() local244 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()
191 static char *posixly_correct; variable402 posixly_correct = getenv ("POSIXLY_CORRECT");416 else if (posixly_correct != NULL)422 if (posixly_correct == NULL791 if (posixly_correct)
206 static char *posixly_correct; variable413 posixly_correct = getenv ("POSIXLY_CORRECT");427 else if (posixly_correct != NULL)433 if (posixly_correct == NULL793 if (posixly_correct)