Searched defs:posixly_correct (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dgetopt.c237 int posixly_correct, struct _getopt_data *d)
247 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
358 int long_only, int posixly_correct, struct _getopt_data *d)
374 posixly_correct, d);
1094 int long_only, int posixly_correct)
1102 long_only, posixly_correct, &getopt_data);
233 _getopt_initialize(int argc, char **argv, const char *optstring, int posixly_correct, struct _getopt_data *d) argument
352 _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
1088 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
/external/grub/lib/
H A Dgetopt.c194 static char *posixly_correct;
409 posixly_correct = getenv ("POSIXLY_CORRECT");
423 else if (posixly_correct != NULL)
429 if (posixly_correct == NULL
788 if (posixly_correct)
193 static char *posixly_correct; variable

Completed in 744 milliseconds