Searched defs:posixly_correct (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | fnmatch.c | 138 static int posixly_correct; variable
|
H A D | getopt.c | 230 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
|
/osnet-11/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 194 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/lib/libc/port/gen/ |
H A D | getopt_long.c | 467 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) {
|
Completed in 47 milliseconds