Searched refs:posixly_correct (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
H A 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/
H A Dgetopt.c188 static char *posixly_correct; variable
396 posixly_correct = getenv ("POSIXLY_CORRECT");
410 else if (posixly_correct != NULL)
416 if (posixly_correct == NULL
769 if (posixly_correct)
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dgetopt.c232 int posixly_correct, struct _getopt_data *d)
242 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
353 int long_only, int posixly_correct, struct _getopt_data *d)
369 posixly_correct, d);
1089 int long_only, int posixly_correct)
1097 long_only, posixly_correct, &getopt_data);
228 _getopt_initialize(int argc, char **argv, const char *optstring, int posixly_correct, struct _getopt_data *d) argument
347 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1083 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument

Completed in 49 milliseconds