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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c467 static int posixly_correct = -1; local
476 if (posixly_correct == -1) {
477 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
489 posixly_correct = 1;
491 posixly_correct = 0;
499 if (posixly_correct) {
/osnet-11/usr/src/grub/grub-0.97/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
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c208 if (posixly_correct == 0)
209 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
221 not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^')));
993 if (posixly_correct == 0)
994 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
998 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^')))
1046 if (posixly_correct == 0)
1047 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
1051 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^')))
H A Dgetopt.c230 struct _getopt_data *d, int posixly_correct)
240 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
352 int long_only, struct _getopt_data *d, int posixly_correct)
366 posixly_correct);
1081 int posixly_correct)
1090 posixly_correct);
225 _getopt_initialize(int argc _GL_UNUSED, char **argv _GL_UNUSED, const char *optstring, struct _getopt_data *d, int posixly_correct) argument
346 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, struct _getopt_data *d, int posixly_correct) argument
1075 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
H A Dfnmatch.c138 static int posixly_correct; variable

Completed in 31 milliseconds