Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c293 static int posixly_correct; local
297 if (posixly_correct == 0)
298 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
/ndk/sources/host-tools/make-3.81/
Dgetopt.c188 static char *posixly_correct; variable
394 posixly_correct = getenv ("POSIXLY_CORRECT"); in _getopt_initialize()
408 else if (posixly_correct != NULL) in _getopt_initialize()
414 if (posixly_correct == NULL in _getopt_initialize()
766 if (posixly_correct) in _getopt_internal()