Searched refs:POSIX (Results 1 – 25 of 34) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 106 # 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…
|
D | job.h | 92 #ifdef POSIX
|
D | NEWS | 47 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 …]
|
D | job.c | 132 #if !defined (wait) && !defined (POSIX) 892 #ifdef POSIX 899 #ifdef POSIX in block_sigs() 908 #ifdef POSIX
|
D | config.ami | 97 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 137 /* Define if the system does not provide POSIX.1 features except
|
D | config.h-vms | 116 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 161 /* Define if the system does not provide POSIX.1 features except
|
D | misc.c | 586 #ifdef POSIX
|
D | config.h.W32 | 395 /* 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. */
|
D | ChangeLog | 577 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.)
|
D | main.c | 506 #ifdef POSIX 957 #ifdef POSIX in main()
|
D | dir.c | 51 #if (defined (POSIX) || defined (VMS) || defined (WINDOWS32)) && !defined (__GNU_LIBRARY__)
|
D | config.h.in | 426 /* Define to 2 if the system does not provide POSIX.1 features except with
|
D | configure.in | 435 echo "WARNING: Make job server requires a POSIX-ish system that"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | printf-posix.m4 | 10 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/ |
D | SHELL | 12 # 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/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 745 + * 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 …]
|
D | 0011-Fix-tests-for-Android.patch | 221 + // 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"
|
D | 0003-Fallback-to-locale-C.patch | 7 and "POSIX", fallback to "C" to allow more tests to run and uncover
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | run_make_tests.pl | 205 $__pwd = POSIX::getcwd();
|
D | ChangeLog | 124 * 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/ |
D | glob.c | 67 # ifndef POSIX 69 # define POSIX macro 124 #if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | fallback_malloc.ipp | 28 // When POSIX threads are not available, make the mutex operations a nop
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general3 | 58 # Check that backslashes in command scripts are handled according to POSIX.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 45 # error POSIX specific allocator implementation. Your system do not seems to \
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 39 * POSIX-standard shell 40 * POSIX(-2) Regular Expressions (regex.h)
|
12