HomeSort by relevance Sort by last modified time
    Searched full:solaris (Results 901 - 925 of 1622) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/pexpect/
pexpect.py 445 # Solaris uses internal __fork_pty(). All others use pty.fork().
446 if ((sys.platform.lower().find('solaris') >= 0)
608 this should work on Solaris.
611 resolve the issue with Python's pty.fork() not supporting Solaris,
647 work on Solaris. """
    [all...]
  /external/chromium_org/third_party/skia/gyp/
pixman_test.gyp 128 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
tools.gyp 84 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
  /external/dnsmasq/src/
log.c 118 /* Solaris logging is "different", /dev/log is not unix-domain socket.
  /external/e2fsprogs/
MCONFIG.in 219 $(top_srcdir)/lib/Makefile.solaris-lib $(top_srcdir)/lib/Makefile.checker \
  /external/expat/
Changes 49 HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
  /external/jsoncpp/
README.txt 31 suncc Sun C++ (Solaris)
  /external/libpcap/
dlpisubs.c 30 * (which is bigger than what appears to be the Solaris default of 8192)
fad-getad.c 64 * We don't do this on Solaris 11 and later, as it appears there aren't
nametoaddr.c 61 #include <net/if.h> /* for "struct ifnet" in "struct arpcom" on Solaris */
  /external/libpcap/pcap/
bpf.h 418 * This is for Full Frontal ATM on Solaris with SunATM, with a
431 #define DLT_SUNATM 123 /* Solaris+SunATM */
979 * Solaris ipnet pseudo-header; requested by Darren Reed <Darren.Reed@Sun.COM>.
997 * dli_family is a Solaris address family value, so it's 2 for IPv
    [all...]
  /external/libxml2/
config.h 312 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  /external/lldb/test/pexpect-2.4/
pexpect.py 417 # Solaris uses internal __fork_pty(). All others use pty.fork().
418 if (sys.platform.lower().find('solaris')>=0) or (sys.platform.lower().find('sunos5')>=0):
572 this should work on Solaris.
575 resolve the issue with Python's pty.fork() not supporting Solaris,
611 work on Solaris. """
    [all...]
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 75 x86 and solaris, I think that these two are excellent candidates when
  /external/llvm/test/
Makefile 86 # Both AuroraUX & Solaris do not have the -m flag for ulimit
  /external/ltrace/
TODO 15 ** More operating systems (solaris?)
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 182 * and Unix-like Solaris, which we might well support at some point,
  /external/mdnsresponder/
README.txt 96 Microsoft Windows, VxWorks, and for POSIX platforms like Linux, Solaris,
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 32 // Compatibility workaround: Solaris 2.5 has no INADDR_NONE
  /external/netperf/
config.h 272 /* Use Solaris's kstat interface to measure CPU util. */
  /external/openssl/crypto/des/
des.h 80 /* With "const", gcc 2.8.1 on Solaris thinks that DES_cblock *
  /external/openssl/crypto/perlasm/
x86asm.pl 243 elf - Linux, FreeBSD, Solaris x86, etc.
  /external/openssl/include/openssl/
des.h 80 /* With "const", gcc 2.8.1 on Solaris thinks that DES_cblock *
  /external/pixman/
configure.ac 442 solaris*)
451 HWCAP_LDFLAGS='-Wl,-M,$(srcdir)/solaris-hwcap.mapfile'
452 LDFLAGS="$LDFLAGS -Wl,-M,pixman/solaris-hwcap.mapfile"
848 dnl Check for missing sqrtf() as, e.g., for Solaris 9
  /external/qemu/distrib/sdl-1.2.15/
configure.in 765 *-*-solaris*)
    [all...]

Completed in 625 milliseconds

<<31323334353637383940>>