Searched refs:POSIX (Results 1 – 25 of 52) sorted by relevance
123
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | malloc.m4 | 9 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it 17 [Define if the 'malloc' function is POSIX compliant.]) 25 # Test whether malloc, realloc, calloc are POSIX compliant, 29 AC_CACHE_CHECK([whether malloc, realloc, calloc are POSIX compliant], 34 dnl all Unix implementations of the function are POSIX compliant.
|
D | realloc.m4 | 9 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it 17 [Define if the 'realloc' function is POSIX compliant.])
|
D | sys_time_h.m4 | 48 dnl Assume POSIX behavior unless another module says otherwise.
|
D | getopt.m4 | 8 # rather than vanilla POSIX getopt. This means your code should
|
D | gettimeofday.m4 | 16 AC_CACHE_CHECK([for gettimeofday with POSIX signature],
|
D | errno_h.m4 | 61 # POSIX. But some systems (like OpenBSD 4.0 or AIX 3) don't define it, and
|
D | extensions.m4 | 35 [Define to 2 if the system does not provide POSIX.1 features
|
D | acl.m4 | 26 dnl Test for POSIX-draft-like API (Linux, FreeBSD, MacOS X, IRIX, Tru64).
|
D | threadlib.m4 | 155 [Define if the POSIX multithreading library can be used.]) 159 [Define if references to the POSIX multithreading library should be made weak.])
|
/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
|
/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/sed-4.2.1/lib/ |
D | memchr.valgrind | 2 # POSIX states that when the character is found, memchr must not read extra
|
D | set-mode-acl.c | 69 # error Must have acl_from_text (see POSIX 1003.1e draft 17). in qset_acl() 72 # error Must have acl_delete_def_file (see POSIX 1003.1e draft 17). in qset_acl()
|
/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/host-tools/sed-4.2.1/ |
D | NEWS | 113 The behavior is now independent from POSIXLY_CORRECT because POSIX 118 * documentation improvements, with updated references to the POSIX.2 132 conformant to POSIX and surely more idiot-proof. Line number addresses 146 disables GNU extensions that violate the POSIX standard. 162 compiled. This is left undefined by POSIX; this behavior makes `s+x\+++g' 417 the POSIX standard). (Incidentally, \b (backspace) was omitted because 423 this behavior is mandated by POSIX, but it would break too many 457 (This only works in -f scripts, as the POSIX.1 exec*() interface 482 regular expression handling, at the expense of losing true POSIX.2
|
D | BUGS | 61 again undefined behavior according to POSIX, but this interpretation 108 You are encountering problems with locales. POSIX mandates that `[a-z]' 122 includes invalid multibyte sequences. POSIX mandates that such
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | run_make_tests.pl | 205 $__pwd = POSIX::getcwd();
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 28 use POSIX qw(strftime setlocale LC_TIME);
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 300 POSIX.2 BREs
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | el.po | 680 #~ msgid "unknown POSIX class name" 681 #~ msgstr "μη έγκυρο όνομα κλάσης χαρακτήρων POSIX" 683 #~ msgid "POSIX collating elements are not supported" 684 #~ msgstr "δεν υποστηρίζονται στοιχεία αντιπαραβολής POSIX"
|
/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__
|
123