/ndk/sources/host-tools/sed-4.2.1/lib/ |
acl-internal.h | 160 # elif HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */ 166 # else /* Solaris */ 170 # if !defined ACL_NO_TRIVIAL /* Solaris <= 10, Cygwin */ 176 # ifdef ACE_GETACL /* Solaris 10 */ 183 /* Definitions for when the built executable is executed on Solaris 10 184 (newer version) or Solaris 11. */
|
config.charset | 33 # ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin 34 # ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin 35 # ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin 36 # ISO-8859-3 Y glibc solaris 37 # ISO-8859-4 Y osf solaris freebsd netbsd openbsd darwin 38 # ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin 39 # ISO-8859-6 Y glibc aix hpux solaris 40 # ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd openbsd darwin 41 # ISO-8859-8 Y glibc aix hpux osf solaris 42 # ISO-8859-9 Y glibc aix hpux irix osf solaris darwi [all...] |
lstat.c | 40 /* lstat works differently on Linux and Solaris systems. POSIX (see 43 when FILE is a symbolic link. On Linux and Solaris 10 systems, the 46 but on Solaris 9 and earlier it does not.
|
file-has-acl.c | 121 #elif USE_ACL && HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */ 123 # if !defined ACL_NO_TRIVIAL /* Solaris <= 10, Cygwin */ 177 /* Running on Solaris 10. */ 193 /* Running on Solaris 10 (newer version) or Solaris 11. */ 350 # elif HAVE_ACL && defined GETACLCNT /* Solaris, Cygwin, not HP-UX */ 354 /* Solaris 10 (newer version), which has additional API declared in 359 # else /* Solaris, Cygwin, general case */ 361 /* Solaris 2.5 through Solaris 10, Cygwin, and contemporaneous version [all...] |
/external/chromium_org/third_party/icu/source/ |
runConfigureICU | 47 Solaris Use the Sun cc/CC compilers on Solaris 48 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris 49 SolarisX86 Use the Sun cc/CC compilers on Solaris x86 146 Solaris) 147 THE_OS=SOLARIS 154 Solaris/GCC) 155 THE_OS=SOLARIS 163 THE_OS="SOLARIS X86 [all...] |
/ndk/sources/host-tools/sed-4.2.1/m4/ |
threadlib.m4 | 49 AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) 82 solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; 128 # On Solaris and HP-UX, most pthread functions exist also in libc. 133 solaris* | hpux*) 168 if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then 178 gl_threads_api=solaris 184 [Define if the old Solaris multithreading library can be used.]) 187 [Define if references to the old Solaris multithreading library should be made weak.]) 288 dnl Solaris 7,8,9 posix -lpthread Y Sol 7,8: 0.0; Sol 9: OK 289 dnl solaris -lthread Y Sol 7,8: 0.0; Sol 9: O [all...] |
mbrlen.m4 | 98 # Guess no on HP-UX and Solaris. 99 hpux* | solaris*) gl_cv_func_mbrlen_retval="guessing no" ;; 111 /* This fails on Solaris. */ 163 # Guess no on Solaris 9. 176 /* This crashes on Solaris 9 inside __mbrtowc_dense_gb18030. */
|
getopt.m4 | 44 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an 60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
|
wctob.m4 | 19 dnl Solaris 9 has the wctob() function but it does not work. 30 # Guess no on Solaris <= 9.
|
/external/bison/m4/ |
posix_spawn.m4 | 413 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addclose succeeds even 431 [# Guess no on Solaris, yes otherwise. 433 solaris*) gl_cv_func_posix_spawn_file_actions_addclose_works="guessing no";; 454 dnl On Solaris 11 2011-11, posix_spawn_file_actions_adddup2 succeeds even 472 [# Guess no on Solaris, yes otherwise. 474 solaris*) gl_cv_func_posix_spawn_file_actions_adddup2_works="guessing no";; 495 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addopen succeeds even 515 [# Guess no on Solaris, yes otherwise. 517 solaris*) gl_cv_func_posix_spawn_file_actions_addopen_works="guessing no";;
|
/external/bison/lib/ |
config.charset | 34 # ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin cygwin 35 # ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin 36 # ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin 37 # ISO-8859-3 Y glibc solaris cygwin 38 # ISO-8859-4 Y osf solaris freebsd netbsd openbsd darwin 39 # ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin 40 # ISO-8859-6 Y glibc aix hpux solaris cygwin 41 # ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd openbsd darwin cygwin 42 # ISO-8859-8 Y glibc aix hpux osf solaris cygwin 43 # ISO-8859-9 Y glibc aix hpux irix osf solaris darwin cygwi [all...] |
size_max.h | 21 /* Get SIZE_MAX declaration on systems like Solaris 7/8/9. */
|
/external/chromium_org/third_party/icu/source/config/ |
mh-solaris-gcc | 2 ## Solaris-specific setup using gcc 32 ## Only use this when not on x86 Solaris. 78 ## End Solaris-specific setup
|
/external/icu/icu4c/source/config/ |
mh-solaris-gcc | 2 ## Solaris-specific setup using gcc 32 ## Only use this when not on x86 Solaris. 78 ## End Solaris-specific setup
|
/external/chromium_org/third_party/skia/gyp/ |
utils.gyp | 61 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 65 },{ #else if 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]'
|
/external/libedit/ |
acinclude.m4 | 17 dnl AIX and Solaris only support the -man package. 33 dnl POSIX draft version returns 'struct passwd *' (used on Solaris)
|
/external/libpcap/pcap/ |
ipnet.h | 39 #define IPH_AF_INET 2 /* Matches Solaris's AF_INET */ 40 #define IPH_AF_INET6 26 /* Matches Solaris's AF_INET6 */
|
/external/skia/gyp/ |
utils.gyp | 61 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 65 },{ #else if 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]'
|
/hardware/intel/img/libdrm/libdrm/ |
config.h.in | 81 /* Enable threading extensions on Solaris. */ 89 /* Enable general extensions on Solaris. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
select_platform_config.hpp | 25 // solaris: 26 # define BOOST_PLATFORM_CONFIG "boost/config/platform/solaris.hpp"
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_unixos.h | 172 #if !defined(SOLARIS) 182 ** uninitialized pointers. We don't do this for solaris because we \ 189 #else /* !SOLARIS */ 196 #endif /* !SOLARIS */ 217 #if !defined(SOLARIS) 522 * on Solaris 2.5. 560 ** Special case: Solaris 2.5.1 561 ** Solaris starts to have 64-bit file I/O in 2.6. We build on Solaris 562 ** 2.5.1 so that we can use the same binaries on both Solaris 2.5.1 an [all...] |
/prebuilts/eclipse/deltapack/ |
eclipse-4.3.1-delta-pack.zip | |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
README.chromium | 21 threading library of some kind: Solaris (UI) threads, Win32 threads, DCE
|
/external/chromium_org/third_party/icu/source/test/compat/ |
readme.txt | 39 for Linux and Solaris.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/times/ |
usparc.cc | 0 solaris 2.5.1 usparc 167mhz?? - SC4.0 cc -fast -Xa -xO5
|