Searched refs:posixly_correct (Results 1 – 1 of 1) sorted by relevance
297 static int posixly_correct = -1; in getopt_internal() local306 if (posixly_correct == -1) in getopt_internal()307 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); in getopt_internal()308 if (posixly_correct || *options == '+') in getopt_internal()