Searched refs:posixly_correct (Results 1 – 3 of 3) sorted by relevance
382 struct _getopt_data *d, int posixly_correct) in _getopt_initialize() argument404 else if (posixly_correct || !!getenv ("POSIXLY_CORRECT")) in _getopt_initialize()472 int long_only, struct _getopt_data *d, int posixly_correct) in _getopt_internal_r() argument482 optstring = _getopt_initialize (argc, argv, optstring, d, posixly_correct); in _getopt_internal_r()704 int posixly_correct) in _getopt_internal() argument713 posixly_correct); in _getopt_internal()
234 if (posixly_correct == 0) in FCT()235 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1; in FCT()247 not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^'))); in FCT()941 if (posixly_correct == 0) in END()942 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1; in END()946 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) in END()1014 if (posixly_correct == 0) in EXT()1015 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1; in EXT()1019 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) in EXT()
103 static int posixly_correct; variable
Completed in 10 milliseconds