HomeSort by relevance Sort by last modified time
    Searched full:posixly_correct (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/bison/m4/
c-working.m4 32 # Run the Autoconf CODE with POSIXLY_CORRECT set to 1, and restored to
35 [gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
36 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
41 POSIXLY_CORRECT=1
42 export POSIXLY_CORRECT
46 yes) AS_UNSET([POSIXLY_CORRECT]); POSIXLY_CORRECT=1 ;;
47 *) AS_UNSET([POSIXLY_CORRECT]) ;;
54 # POSIXLY_CORRECT mode. clang-2.9 on OS X does not, because
60 [AC_CACHE_CHECK([whether $_AC_CC supports POSIXLY_CORRECT=1]
    [all...]
getopt.m4 203 [# Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
207 # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
211 gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
212 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
217 POSIXLY_CORRECT=1
218 export POSIXLY_CORRECT
303 yes) AS_UNSET([POSIXLY_CORRECT]); POSIXLY_CORRECT=1 ;;
304 *) AS_UNSET([POSIXLY_CORRECT]) ;;
m4.m4 24 ac_had_posixly_correct=${POSIXLY_CORRECT:+yes}
25 AS_UNSET([POSIXLY_CORRECT])
61 POSIXLY_CORRECT=:
64 AC_MSG_WARN([using it with POSIXLY_CORRECT set may cause problems])
cxx.m4 64 # Whether the C++ compiler supports -g in POSIXLY_CORRECT mode.
  /external/bison/tests/
atlocal.in 22 # Don't just check if $POSIXLY_CORRECT is set, as Bash, when launched
23 # as /bin/sh, sets the shell variable POSIXLY_CORRECT to y, but not
25 if env | grep '^POSIXLY_CORRECT=' >/dev/null; then
54 # Whether the compiler supports POSIXLY_CORRECT defined.
60 BISON_C_WORKS="as_fn_error 77 POSIXLY_CORRECT"
62 BISON_CXX_WORKS="as_fn_error 77 POSIXLY_CORRECT"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 14 if "POSIXLY_CORRECT" in self.env:
15 del self.env["POSIXLY_CORRECT"]
134 # Posix style via POSIXLY_CORRECT
135 self.env["POSIXLY_CORRECT"] = "1"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 14 if "POSIXLY_CORRECT" in self.env:
15 del self.env["POSIXLY_CORRECT"]
134 # Posix style via POSIXLY_CORRECT
135 self.env["POSIXLY_CORRECT"] = "1"
  /external/bison/lib/
getopt_int.h 38 POSIXLY_CORRECT is defined, PERMUTE otherwise.
44 variable POSIXLY_CORRECT, or using '+' as the first character
95 /* If the POSIXLY_CORRECT environment variable is set
getopt.c 53 Using 'getopt' or setting the environment variable POSIXLY_CORRECT
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);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 60 POSIXLY_CORRECT is defined, PERMUTE otherwise.
66 variable POSIXLY_CORRECT, or using `+' as the first character
90 /* If the POSIXLY_CORRECT environment variable is set
getopt.c 56 Using `getopt' or setting the environment variable POSIXLY_CORRECT
232 int posixly_correct, struct _getopt_data *d)
242 d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
347 If POSIXLY_CORRECT is nonzero, behave as if the 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)
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 362 int posixly_correct; /* no static, can be changed on the fly */ local
368 * Disable GNU extensions if POSIXLY_CORRECT is set or options
371 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
375 else if (posixly_correct || *options == '+')
378 if (posixly_correct || *options == '+')
518 warnx(posixly_correct ? illoptchar : gnuoptchar,
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 282 static int posixly_correct = -1; local
288 * Disable GNU extensions if POSIXLY_CORRECT is set or options
291 if (posixly_correct == -1)
292 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
293 if (posixly_correct || *options == '+')
  /external/mesa3d/src/getopt/
getopt_long.c 282 static int posixly_correct = -1; local
288 * Disable GNU extensions if POSIXLY_CORRECT is set or options
291 if (posixly_correct == -1)
292 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
293 if (posixly_correct || *options == '+')
  /external/chromium_org/chrome/installer/mac/
make_signers.sh 24 unset BASH_ENV CDPATH ENV GLOBIGNORE IFS POSIXLY_CORRECT
sign_app.sh.in 21 unset BASH_ENV CDPATH ENV GLOBIGNORE IFS POSIXLY_CORRECT
sign_versioned_dir.sh.in 20 unset BASH_ENV CDPATH ENV GLOBIGNORE IFS POSIXLY_CORRECT
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 16 unset BASH_ENV CDPATH ENV GLOBIGNORE IFS POSIXLY_CORRECT
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 79 case POSIXLY_CORRECT:
126 /* Just to be sure, I mark this as not POSIXLY_CORRECT behavior */
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 293 static int posixly_correct; local
297 if (posixly_correct == 0)
298 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
  /external/grub/lib/
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;
409 posixly_correct = getenv ("POSIXLY_CORRECT");
423 else if (posixly_correct != NULL)
429 if (posixly_correct == NULL
788 if (posixly_correct)
    [all...]
  /ndk/sources/host-tools/make-3.81/
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. */
188 static char *posixly_correct; variable
396 posixly_correct = getenv ("POSIXLY_CORRECT");
410 else if (posixly_correct != NULL)
416 if (posixly_correct == NULL
769 if (posixly_correct)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
NEWS 107 * // matches the last regular expression even in POSIXLY_CORRECT mode.
113 The behavior is now independent from POSIXLY_CORRECT because POSIX
143 * [\n] matches either backslash or 'n' when POSIXLY_CORRECT.
145 * new option --posix, disables all GNU extensions. POSIXLY_CORRECT only
183 restored, and is only enabled if POSIXLY_CORRECT behavior is not
233 * `a', `i', `l', `L', `r' accept two addresses except in POSIXLY_CORRECT
337 to be the correct one (albeit neither one is POSIXLY_CORRECT).
368 disabled if POSIXLY_CORRECT is set.
415 This behavior is disabled if POSIXLY_CORRECT is set, at least for the
421 * If POSIXLY_CORRECT is set, the empty RE // now is the null matc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 104 environment variable POSIXLY_CORRECT is set, then option
120 elif os.environ.get("POSIXLY_CORRECT"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 104 environment variable POSIXLY_CORRECT is set, then option
120 elif os.environ.get("POSIXLY_CORRECT"):

Completed in 1746 milliseconds

1 2 3 4 5 6