| /src/external/gpl2/gmake/dist/glob/ |
| fnmatch.c | 282 static int posixly_correct; local 286 if (posixly_correct == 0) 287 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1; 302 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| getopt_long.c | 290 static int posixly_correct = -1; local 303 * Disable GNU extensions if POSIXLY_CORRECT is set or options 306 if (posixly_correct == -1 || optreset) 307 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); 310 else if (posixly_correct || *options == '+')
|
| /src/external/bsd/tcpdump/dist/missing/ |
| getopt_long.c | 381 int posixly_correct; /* no static, can be changed on the fly */ local 387 * Disable GNU extensions if POSIXLY_CORRECT is set or options 390 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL); 394 else if (posixly_correct || *options == '+') 397 if (posixly_correct || *options == '+') 533 warnx(posixly_correct ? illoptchar : gnuoptchar,
|
| /src/external/gpl2/diffutils/dist/lib/ |
| getopt.c | 101 Setting the environment variable POSIXLY_CORRECT disables permutation. 162 POSIXLY_CORRECT is defined, PERMUTE otherwise. 168 variable POSIXLY_CORRECT, or using `+' as the first character 192 /* Value of POSIXLY_CORRECT environment variable. */ variable 193 static char *posixly_correct; 414 posixly_correct = getenv ("POSIXLY_CORRECT"); 428 else if (posixly_correct != NULL) 434 if (posixly_correct == NULL 804 if (posixly_correct) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 139 static int posixly_correct; variable
|
| /src/external/gpl2/gmake/dist/ |
| getopt.c | 90 Setting the environment variable POSIXLY_CORRECT disables permutation. 151 POSIXLY_CORRECT is defined, PERMUTE otherwise. 157 variable POSIXLY_CORRECT, or using `+' as the first character 181 /* Value of POSIXLY_CORRECT environment variable. */ 182 static char *posixly_correct; variable 383 posixly_correct = getenv ("POSIXLY_CORRECT"); 397 else if (posixly_correct != NULL) 403 if (posixly_correct == NULL 756 if (posixly_correct) [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| getopt.c | 99 Setting the environment variable POSIXLY_CORRECT disables permutation. 160 POSIXLY_CORRECT is defined, PERMUTE otherwise. 166 variable POSIXLY_CORRECT, or using `+' as the first character 190 /* Value of POSIXLY_CORRECT environment variable. */ variable 191 static char *posixly_correct; 406 posixly_correct = getenv ("POSIXLY_CORRECT"); 420 else if (posixly_correct != NULL) 426 if (posixly_correct == NULL 786 if (posixly_correct) [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 166 static int posixly_correct; variable
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| getopt.c | 96 Setting the environment variable POSIXLY_CORRECT disables permutation. 157 POSIXLY_CORRECT is defined, PERMUTE otherwise. 163 variable POSIXLY_CORRECT, or using `+' as the first character 187 /* Value of POSIXLY_CORRECT environment variable. */ variable 188 static char *posixly_correct; 409 posixly_correct = getenv ("POSIXLY_CORRECT"); 423 else if (posixly_correct != NULL) 429 if (posixly_correct == NULL 785 if (posixly_correct) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| getopt.c | 96 Setting the environment variable POSIXLY_CORRECT disables permutation. 157 POSIXLY_CORRECT is defined, PERMUTE otherwise. 163 variable POSIXLY_CORRECT, or using `+' as the first character 187 /* Value of POSIXLY_CORRECT environment variable. */ variable 188 static char *posixly_correct; 409 posixly_correct = getenv ("POSIXLY_CORRECT"); 423 else if (posixly_correct != NULL) 429 if (posixly_correct == NULL 785 if (posixly_correct) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| getopt.c | 102 Setting the environment variable POSIXLY_CORRECT disables permutation. 163 POSIXLY_CORRECT is defined, PERMUTE otherwise. 169 variable POSIXLY_CORRECT, or using `+' as the first character 193 /* Value of POSIXLY_CORRECT environment variable. */ variable 194 static char *posixly_correct; 415 posixly_correct = getenv ("POSIXLY_CORRECT"); 429 else if (posixly_correct != NULL) 435 if (posixly_correct == NULL 791 if (posixly_correct) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| getopt.c | 102 Setting the environment variable POSIXLY_CORRECT disables permutation. 163 POSIXLY_CORRECT is defined, PERMUTE otherwise. 169 variable POSIXLY_CORRECT, or using `+' as the first character 193 /* Value of POSIXLY_CORRECT environment variable. */ variable 194 static char *posixly_correct; 415 posixly_correct = getenv ("POSIXLY_CORRECT"); 429 else if (posixly_correct != NULL) 435 if (posixly_correct == NULL 791 if (posixly_correct) [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch.c | 121 static int posixly_correct; variable
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| getopt.c | 102 Setting the environment variable POSIXLY_CORRECT disables permutation. 163 POSIXLY_CORRECT is defined, PERMUTE otherwise. 169 variable POSIXLY_CORRECT, or using `+' as the first character 193 /* Value of POSIXLY_CORRECT environment variable. */ variable 194 static char *posixly_correct; 415 posixly_correct = getenv ("POSIXLY_CORRECT"); 429 else if (posixly_correct != NULL) 435 if (posixly_correct == NULL 791 if (posixly_correct) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch.c | 121 static int posixly_correct; variable
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| getopt.c | 102 Setting the environment variable POSIXLY_CORRECT disables permutation. 163 POSIXLY_CORRECT is defined, PERMUTE otherwise. 169 variable POSIXLY_CORRECT, or using `+' as the first character 193 /* Value of POSIXLY_CORRECT environment variable. */ variable 194 static char *posixly_correct; 415 posixly_correct = getenv ("POSIXLY_CORRECT"); 429 else if (posixly_correct != NULL) 435 if (posixly_correct == NULL 791 if (posixly_correct) [all...] |