Home
last modified time | relevance | path

Searched refs:POSIX (Results 1 – 25 of 34) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
Dmake.h106 # define POSIX 1 macro
112 # undef POSIX
115 #if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)
116 # define POSIX 1 macro
139 # ifndef POSIX
481 #if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS…
Djob.h92 #ifdef POSIX
DNEWS47 In order to comply with POSIX, the way in which GNU make processes
122 * Changes made for POSIX compatibility:
126 an enhancement to POSIX, if you export the make variable SHELL then
317 On systems that support POSIX pipe(2) semantics, GNU make can now pass
499 before they are run. (This change was made to conform to POSIX.2.)
505 was made to comply with POSIX.2.)
521 (This change was made to comply with POSIX.2.)
621 * GNU Make now completely conforms to the POSIX.2 specification for `make'.
624 member references now list only the member name, as in Unix and POSIX.2.
638 This change was made for compatibility with POSIX.2.
[all …]
Djob.c132 #if !defined (wait) && !defined (POSIX)
892 #ifdef POSIX
899 #ifdef POSIX in block_sigs()
908 #ifdef POSIX
Dconfig.ami97 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
137 /* Define if the system does not provide POSIX.1 features except
Dconfig.h-vms116 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
161 /* Define if the system does not provide POSIX.1 features except
Dmisc.c586 #ifdef POSIX
Dconfig.h.W32395 /* Define to 2 if the system does not provide POSIX.1 features except with
438 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
DChangeLog577 we don't have a POSIX shell, then revert to the old
643 backslash/newline pairs according to POSIX: that is, keep the
1163 Fix for bug #1276: Handle SHELL according to POSIX requirements.
1170 * doc/make.texi (Quick Reference): Document the POSIX behavior.
1510 shell escape chars. POSIX sh allows it to appear before a
1729 implement POSIX-compliant SA_RESTART functionality; important
1818 at least one command (as per POSIX). Resolve Bug #1418.
2166 references left in the list of prerequisites. Check for .POSIX as
2167 we record targets, so we can disable non-POSIX behavior while
2488 (The bsd_signal function will be in POSIX 1003.1-200x.)
Dmain.c506 #ifdef POSIX
957 #ifdef POSIX in main()
Ddir.c51 #if (defined (POSIX) || defined (VMS) || defined (WINDOWS32)) && !defined (__GNU_LIBRARY__)
Dconfig.h.in426 /* Define to 2 if the system does not provide POSIX.1 features except with
Dconfigure.in435 echo "WARNING: Make job server requires a POSIX-ish system that"
/ndk/sources/host-tools/make-3.81/config/
Dprintf-posix.m410 dnl Test whether the printf() function supports POSIX/XSI format strings with
16 AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL12 # According to POSIX, the value of SHELL in the environment has no impact on
19 # According to POSIX, any value of SHELL set in the makefile should _NOT_ be
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch745 + * support locales other than "C" and "POSIX".
766 + * support locales other than "C" and "POSIX".
791 + * support locales other than "C" and "POSIX".
812 + * support locales other than "C" and "POSIX".
837 + * support locales other than "C" and "POSIX".
858 + * support locales other than "C" and "POSIX".
883 + * support locales other than "C" and "POSIX".
904 + * support locales other than "C" and "POSIX".
929 + * support locales other than "C" and "POSIX".
950 + * support locales other than "C" and "POSIX".
[all …]
D0011-Fix-tests-for-Android.patch221 + // Remove tests setlocale() to other than "", "C", and "POSIX"
241 + // Remove tests setlocale() to other than "", "C", and "POSIX"
261 + // Remove tests setlocale() to other than "", "C", and "POSIX"
281 + // Remove tests setlocale() to other than "", "C", and "POSIX"
301 + // Remove tests setlocale() to other than "", "C", and "POSIX"
D0003-Fallback-to-locale-C.patch7 and "POSIX", fallback to "C" to allow more tests to run and uncover
/ndk/sources/host-tools/make-3.81/tests/
Drun_make_tests.pl205 $__pwd = POSIX::getcwd();
DChangeLog124 * run_make_tests.pl (get_this_pwd): Require the POSIX module (in
125 an eval to trap errors) and if it exists, use POSIX::getcwd to
342 according to POSIX rules. Fixes bug #1276.
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c67 # ifndef POSIX
69 # define POSIX macro
124 #if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp28 // When POSIX threads are not available, make the mutex operations a nop
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral358 # Check that backslashes in command scripts are handled according to POSIX.
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h45 # error POSIX specific allocator implementation. Your system do not seems to \
/ndk/sources/third_party/googletest/googletest/
DREADME39 * POSIX-standard shell
40 * POSIX(-2) Regular Expressions (regex.h)

12