HomeSort by relevance Sort by last modified time
    Searched full:cygwin (Results 151 - 175 of 689) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/
platform-cygwin.cc 28 // Platform specific code for Cygwin goes here. For the POSIX comaptible parts
84 return 0; // Nothing special about Cygwin.
106 return tzname[0]; // The location of the timezone string on Cygwin.
111 // On Cygwin, struct tm does not contain a tm_gmtoff field.
314 // Nothing to do on Cygwin.
319 // Not supported on Cygwin.
326 // platforms does not work well because Cygwin does not support MAP_FIXED.
436 // because pthread_key_t is a pointer type on Cygwin. This will probably not
437 // work on 64-bit platforms, but Cygwin doesn't support 64-bit anyway.
598 // Cygwin profiler support
    [all...]
  /external/bluetooth/glib/
README.win32 14 only. No POSIX (Unix) emulation layer like Cygwin in involved.
38 - G_WITH_CYGWIN is defined if compiling for the Cygwin
40 Cygwin is supposed to behave like Unix. G_OS_UNIX *is* defined by a GLib
41 for Cygwin.
104 Using Cygwin's gcc with the -mno-cygwin switch is not recommended. In
106 easily lead to confusing situations where one mixes headers for Cygwin
  /external/openssh/contrib/cygwin/
ssh-host-config 5 # This file is part of the Cygwin port of OpenSSH.
23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
36 /usr/bin/cygpath cygwin
37 /usr/bin/mount cygwin
38 /usr/bin/ps cygwin
39 /usr/bin/setfacl cygwin
40 /usr/bin/umount cygwin
478 cygwin_env=( -e "CYGWIN=${csih_cygenv}" )
482 if /usr/bin/cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd \
492 if /usr/bin/cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 56 // CYGWIN NOTE: Cygwin support for rwlock seems to be buggy:
57 // http://www.cygwin.com/ml/cygwin/2008-12/msg00017.html
59 // cygwin. They seem to be more reliable than the cygwin pthreads layer.
  /external/icu4c/tools/toolutil/
toolutil.cpp 16 * 6/25/08 - Added Cygwin specific code in uprv_mkdir - Brian Rower
152 This is useful for environments like Win32+CygWin which have both.
176 /*if using Cygwin and the mkdir says it failed...check if the directory already exists..*/
  /external/stlport/doc/
README.borland 50 - A GNU make tool. You can get one from www.mingw.org or www.cygwin.com.
51 See README.mingw or README.cygwin for additional informations.
74 1. Open a console, you can use a Msys, Cygwin or Windows console.
  /system/core/include/arch/windows/
AndroidConfig.h 20 * Cygwin has pthreads, but GDB seems to get confused if you use it to
233 #define WIN32 1 /* stock Cygwin doesn't define these */
266 * Cygwin has it, but not MinGW.
  /cts/tools/cfassembler/etc/
cfassembler 60 if [ "$OSTYPE" = "cygwin" ] ; then
  /cts/tools/dasm/etc/
dasm 60 if [ "$OSTYPE" = "cygwin" ] ; then
  /dalvik/tools/dexdeps/etc/
dexdeps 63 if [ "$OSTYPE" = "cygwin" ] ; then
  /external/bluetooth/glib/docs/reference/glib/tmpl/
windows.sgml 10 If your application really needs the POSIX APIs, we suggest you try the Cygwin
  /external/chromium/sdch/open-vcdiff/src/gtest/
README 50 ### Cygwin Requirements ###
51 * Cygwin 1.5.25-14 or newer
79 are using Linux, Mac OS X, or Cygwin. Enter the target directory of
112 ### Linux, Mac OS X, and Cygwin ###
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 101 fflush(stdout); /* stdout is not flushed on Cygwin. */
  /external/icu4c/common/
stringpiece.cpp 76 * Cygwin with MSVC 9.0 also complains here about redefinition.
  /external/icu4c/config/
mh-cygwin-msvc 0 ## Cygwin with Microsoft Visual C++ compiler specific setup
84 # Cygwin's ar can't handle Win64 right now. So we use Microsoft's tool instead.
90 ## An import library is needed for z/OS, MSVC and Cygwin
228 ## End Cygwin-specific setup
  /external/libxslt/libxslt/
xsltconfig.h 158 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Windows
xsltexports.h 116 /* Cygwin platform, GNU compiler */
  /external/llvm/cmake/modules/
AddLLVM.cmake 39 if( NOT LLVM_ON_UNIX OR CYGWIN )
  /external/openssh/openbsd-compat/
bsd-cygwin_util.c 75 { NL("CYGWIN=") },
  /external/openssh/regress/
sftp-cmds.sh 23 CYGWIN*)
24 os=cygwin
96 if [ "$os" != "cygwin" ]; then
155 if [ "$os" != "cygwin" ]; then
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 75 $nativeEnding = ($Config{osname} =~ /(MSWin|cygwin)/) ? "\r\n" : "\n";
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/
JavaScriptCore.make 15 set PATH=$(SYSTEMDRIVE)\cygwin\bin;$(PATH)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 65 'cygwin-httpd.conf')
  /packages/inputmethods/LatinIME/tools/makedict/etc/
makedict 54 if [ "$OSTYPE" = "cygwin" ] ; then
  /packages/inputmethods/LatinIME/tools/maketext/etc/
maketext 54 if [ "$OSTYPE" = "cygwin" ] ; then

Completed in 2295 milliseconds

1 2 3 4 5 67 8 91011>>