HomeSort by relevance Sort by last modified time
    Searched refs:POSIX (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 54 #elif defined(POSIX)
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.cpp 388 err.SetError(errno, DNBError::POSIX);
MachTask.cpp 647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
651 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);
    [all...]
  /external/regex-re2/re2/
re2.h 254 POSIX, // POSIX syntax, leftmost-longest match
509 // posix_syntax (false) restrict regexps to POSIX egrep syntax
    [all...]
re2.cc 41 posix_syntax_(opt == RE2::POSIX),
42 longest_match_(opt == RE2::POSIX),
    [all...]
  /ndk/sources/host-tools/make-3.81/
misc.c 597 #ifdef POSIX
599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid
600 functions, they work as POSIX.1 says. Some systems (Alpha OSF/1 1.2,
601 for example) which claim to be POSIX.1 also have the BSD setreuid and
602 setregid functions, but they don't work as in BSD and only the POSIX.1
608 #else /* Not POSIX. */
610 /* Some POSIX.1 systems have the seteuid and setegid functions. In a
611 POSIX-like system, they are the best thing to use. However, some
612 non-POSIX systems have them too but they do not work in the POSIX styl
    [all...]
main.c 486 /* Nonzero if we have seen the magic `.POSIX' target.
487 This turns on pedantic compliance with POSIX.2. */
510 #ifdef POSIX
961 #ifdef POSIX
    [all...]
dir.c 51 #if (defined (POSIX) || defined (VMS) || defined (WINDOWS32)) && !defined (__GNU_LIBRARY__)
52 /* Posix does not require that the d_ino field be present, and some
59 #endif /* POSIX */
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 28 #define POSIX 1
42 #if defined(POSIX) || defined(U_SOLARIS) || defined(U_AIX) || defined(U_HPUX)
    [all...]
  /external/clang/www/demo/
index.cgi 7 use POSIX;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 163 # the `command -v' is defined by POSIX, but it's not
  /external/mksh/src/
check.pl 155 # pull EINTR from POSIX.pm or Errno.pm if they exist
160 require POSIX;
161 $EINTR = POSIX::EINTR();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport_unittest.cc 27 #if defined(POSIX)
relayserver.cc 30 #ifdef POSIX
32 #endif // POSIX
  /external/libedit/src/
read.c 140 #if defined(POSIX) && defined(EAGAIN)
147 #endif /* POSIX && EAGAIN */
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 275 use POSIX;
387 ($uname_s, $ignore, $uname_r, $ignore, $ignore) = POSIX::uname();
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc     [all...]
  /external/regex-re2/re2/testing/
re2_test.cc     [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 342 Native Client supports a version of the POSIX standard ``dlopen()`` interface
431 .. _POSIX: http://en.wikipedia.org/wiki/POSIX
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 41 use POSIX;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 728 #elif OS(POSIX)
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketadapters.cc 423 #ifdef POSIX
  /external/qemu-pc-bios/bochs/
config.guess 279 # How do we know it's Interix rather than the generic POSIX subsystem?
739 # How do we know it's Interix rather than the generic POSIX subsystem?
1078 BS2000:POSIX*:*:*)
    [all...]
  /external/srec/srec/cfront/
frontobj.c 40 #ifndef POSIX

Completed in 632 milliseconds

1 2 3 45 6 7 8