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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/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
789 if (posixly_correct)
193 static char *posixly_correct; variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c207 static char *posixly_correct;
418 posixly_correct = getenv ("POSIXLY_CORRECT");
432 else if (posixly_correct != NULL)
438 if (posixly_correct == NULL
800 if (posixly_correct)
206 static char *posixly_correct; variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
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_('^')));
988 if (posixly_correct == 0)
989 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
993 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^')))
1047 if (posixly_correct == 0)
1048 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
1052 if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^')))
H A Dgetopt.c236 int posixly_correct, struct _getopt_data *d)
246 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
357 int long_only, int posixly_correct, struct _getopt_data *d)
373 posixly_correct, d);
1093 int long_only, int posixly_correct)
1101 long_only, posixly_correct, &getopt_data);
232 _getopt_initialize(int argc, char **argv, const char *optstring, int posixly_correct, struct _getopt_data *d) argument
351 _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
1087 _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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c236 int posixly_correct, struct _getopt_data *d)
246 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
357 int long_only, int posixly_correct, struct _getopt_data *d)
373 posixly_correct, d);
1093 int long_only, int posixly_correct)
1101 long_only, posixly_correct, &getopt_data);
232 _getopt_initialize(int argc, char **argv, const char *optstring, int posixly_correct, struct _getopt_data *d) argument
351 _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
1087 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/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 115 milliseconds