/external/libedit/ |
D | acinclude.m4 | 32 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/ |
D | simplethread.cpp | 43 # undef POSIX 45 # define POSIX macro 47 # undef POSIX 62 #if defined(POSIX) 210 #if defined(POSIX)
|
/external/bison/m4/ |
D | malloc.m4 | 64 # 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.
|
D | signalblocking.m4 | 8 # 1) POSIX: sigemptyset, sigaddset, sigprocmask 11 # For simplicity, here we check only for the POSIX signal blocking.
|
D | getopt.m4 | 7 # 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
|
D | vfprintf-posix.m4 | 53 # already POSIX compliant. 106 [Define if vfprintf is overridden by a POSIX compliant gnulib implementation.])
|
D | fprintf-posix.m4 | 53 # already POSIX compliant. 106 [Define if fprintf is overridden by a POSIX compliant gnulib implementation.])
|
D | realloc.m4 | 64 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it 72 [Define if the 'realloc' function is POSIX compliant.])
|
D | calloc.m4 | 73 # Test whether 'calloc' is POSIX compliant (sets errno to ENOMEM when it 81 [Define if the 'calloc' function is POSIX compliant.])
|
D | printf.m4 | 8 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/ |
D | annotate-1.ll | 2 … < %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/ |
D | gp-check-shell-environment.m4 | 19 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/ |
D | testoutput14 | 3 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/ |
D | rwlock_type_checking.stderr.exp | 2 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.........
|
D | linuxthreads_det.stdout.exp | 1 NPTL or non-Linux POSIX threads implementation detected.
|
/external/opencv3/3rdparty/openexr/ |
D | IlmBaseConfig.h.cmakein | 2 // 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/ |
D | README | 1 This is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
/external/fdlibm/ |
D | readme | 117 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/ |
D | TargetOptions.h | 56 POSIX, // POSIX Threads enumerator 106 JTType(JumpTable::Single), ThreadModel(ThreadModel::POSIX), in TargetOptions()
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 63 * 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/ |
D | README.THREADS | 19 1) POSIX threads (aka pthreads). 34 Linux users should be aware that there exist many different POSIX
|
/external/curl/tests/ |
D | ftp.pm | 131 use POSIX ":sys_wait_h"; 159 use POSIX ":sys_wait_h";
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | signal_blocker.hpp | 20 # error Only Windows and POSIX are supported!
|
/external/toybox/toys/posix/ |
D | README | 3 Commands defined in POSIX-2008, also known as the Single Unix
|
/external/curl/docs/libcurl/ |
D | mksymbolsmanpage.pl | 26 use POSIX qw(strftime);
|