Home
last modified time | relevance | path

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

12345678910>>...15

/external/libedit/
Dacinclude.m432 dnl Check if getpwnam_r and getpwuid_r are POSIX.1 compatible
33 dnl POSIX draft version returns 'struct passwd *' (used on Solaris)
34 dnl NOTE: getpwent_r is not POSIX so we always use getpwent
39 # The prototype for the POSIX version is:
47 …TPW_R_POSIX], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1 compatible.])
55 # The prototype for the POSIX draft version is:
63 …R_DRAFT], 1, [Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1 versions.])
/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp43 # undef POSIX
45 # define POSIX macro
47 # undef POSIX
62 #if defined(POSIX)
210 #if defined(POSIX)
/external/bison/m4/
Dmalloc.m464 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
72 [Define if the 'malloc' function is POSIX compliant.])
78 # Test whether malloc, realloc, calloc are POSIX compliant,
82 AC_CACHE_CHECK([whether malloc, realloc, calloc are POSIX compliant],
87 dnl all Unix implementations of the function are POSIX compliant.
Dsignalblocking.m48 # 1) POSIX: sigemptyset, sigaddset, sigprocmask
11 # For simplicity, here we check only for the POSIX signal blocking.
Dgetopt.m47 # Request a POSIX compliant getopt function.
10 m4_divert_text([DEFAULTS], [gl_getopt_required=POSIX])
30 # Request a POSIX compliant getopt function with GNU extensions (such as
69 dnl POSIX 2008 does not specify leading '+' behavior, but see
71 dnl the next version of POSIX. For now, we only guarantee leading '+'
74 AC_CACHE_CHECK([whether getopt is POSIX compatible],
204 # optstring is necessary for programs like m4 that have POSIX-mandated
Dvfprintf-posix.m453 # already POSIX compliant.
106 [Define if vfprintf is overridden by a POSIX compliant gnulib implementation.])
Dfprintf-posix.m453 # already POSIX compliant.
106 [Define if fprintf is overridden by a POSIX compliant gnulib implementation.])
Drealloc.m464 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
72 [Define if the 'realloc' function is POSIX compliant.])
Dcalloc.m473 # Test whether 'calloc' is POSIX compliant (sets errno to ENOMEM when it
81 [Define if the 'calloc' function is POSIX compliant.])
Dprintf.m48 dnl 'L' size specifiers. (ISO C99, POSIX:2001)
89 dnl arguments together with the 'L' size specifier. (ISO C99, POSIX:2001)
137 dnl directives. (ISO C99, POSIX:2001)
246 dnl 'long double' arguments in the %f, %e, %g directives. (ISO C99, POSIX:2001)
467 dnl (ISO C99, POSIX:2001)
552 dnl directive. (ISO C99, POSIX:2001)
608 dnl directive. (ISO C99, POSIX:2001)
747 dnl Test whether the *printf family of functions supports POSIX/XSI format
748 dnl strings with positions. (POSIX:2001)
755 AC_CACHE_CHECK([whether printf supports POSIX/XSI format strings with positions],
[all …]
/external/llvm/test/Transforms/FunctionAttrs/
Dannotate-1.ll2 … < %s -mtriple=x86_64-apple-macosx10.8.0 -functionattrs -S | FileCheck -check-prefix=CHECK-POSIX %s
19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
23 ; CHECK-POSIX: attributes [[G0]] = { nounwind }
/external/libexif/m4m/
Dgp-check-shell-environment.m419 AC_MSG_CHECKING([for POSIX sh \$() command substitution])
29 * POSIX sh \$() command substition does not work with this shell.
38 * Run this configure script using a better (i.e. POSIX compliant) shell.
/external/pcre/dist/testdata/
Dtestoutput143 the POSIX interface, because that is supported only with the 8-bit library.
12 No match: POSIX code 17: match failed
34 No match: POSIX code 17: match failed
36 No match: POSIX code 17: match failed
46 No match: POSIX code 17: match failed
48 No match: POSIX code 17: match failed
57 Failed: POSIX code 15: bad back reference at offset 7
61 No match: POSIX code 17: match failed
96 No match: POSIX code 17: match failed
98 No match: POSIX code 17: match failed
[all …]
/external/valgrind/drd/tests/
Drwlock_type_checking.stderr.exp2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
Dlinuxthreads_det.stdout.exp1 NPTL or non-Linux POSIX threads implementation detected.
/external/opencv3/3rdparty/openexr/
DIlmBaseConfig.h.cmakein2 // Define and set to 1 if the target system has POSIX thread support
9 // Define and set to 1 if the target system supports POSIX semaphores
/external/libcap/
DREADME1 This is a library for getting and setting POSIX.1e (formerly POSIX 6)
/external/fdlibm/
Dreadme117 standards like SVID, X/OPEN, or POSIX/ANSI, then one can
154 if _LIB_VERSION = _POSIX_, return POSIX/ANSI result.
162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID).
175 to POSIX/ANSI
214 printf("POSIX ieee_y0(1e300) = %1.20e\n",y0(1e300));
224 POSIX ieee_y0(1e300) = 0.00000000000000000000e+00
/external/llvm/include/llvm/Target/
DTargetOptions.h56 POSIX, // POSIX Threads enumerator
106 JTType(JumpTable::Single), ThreadModel(ThreadModel::POSIX), in TargetOptions()
/external/icu/tools/srcgen/resources/
Dreplacements.txt63 * There are also functions that provide easy migration from C/POSIX functions
64 * like isblank(). Their use is generally discouraged because the C/POSIX
70 * There are also only a few, broad C/POSIX character classes, and they tend
79 * ICU 3.4 and later provides API access for all twelve C/POSIX character classes.
85 * API access for C/POSIX character classes is as follows:
103 * The C/POSIX character classes are also available in UnicodeSet patterns,
/external/mesa3d/docs/
DREADME.THREADS19 1) POSIX threads (aka pthreads).
34 Linux users should be aware that there exist many different POSIX
/external/curl/tests/
Dftp.pm131 use POSIX ":sys_wait_h";
159 use POSIX ":sys_wait_h";
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsignal_blocker.hpp20 # error Only Windows and POSIX are supported!
/external/toybox/toys/posix/
DREADME3 Commands defined in POSIX-2008, also known as the Single Unix
/external/curl/docs/libcurl/
Dmksymbolsmanpage.pl26 use POSIX qw(strftime);

12345678910>>...15