Home
last modified time | relevance | path

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

123

/ndk/sources/host-tools/sed-4.2.1/m4/
Dmalloc.m49 # 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.
Drealloc.m49 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
17 [Define if the 'realloc' function is POSIX compliant.])
Dsys_time_h.m448 dnl Assume POSIX behavior unless another module says otherwise.
Dgetopt.m48 # rather than vanilla POSIX getopt. This means your code should
Dgettimeofday.m416 AC_CACHE_CHECK([for gettimeofday with POSIX signature],
Derrno_h.m461 # POSIX. But some systems (like OpenBSD 4.0 or AIX 3) don't define it, and
Dextensions.m435 [Define to 2 if the system does not provide POSIX.1 features
Dacl.m426 dnl Test for POSIX-draft-like API (Linux, FreeBSD, MacOS X, IRIX, Tru64).
Dthreadlib.m4155 [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/
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
/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/sed-4.2.1/lib/
Dmemchr.valgrind2 # POSIX states that when the character is found, memchr must not read extra
Dset-mode-acl.c69 # 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/
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/host-tools/sed-4.2.1/
DNEWS113 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
DBUGS61 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/
Drun_make_tests.pl205 $__pwd = POSIX::getcwd();
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man28 use POSIX qw(strftime setlocale LC_TIME);
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x300 POSIX.2 BREs
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po680 #~ 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/
Dglob.c67 # ifndef POSIX
69 # define POSIX macro
124 #if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__

123