HomeSort by relevance Sort by last modified time
    Searched refs:errno (Results 151 - 175 of 3217) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /external/valgrind/main/none/tests/
threadederrno.c 4 #include <errno.h>
11 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
18 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
30 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
    [all...]
threadederrno.stdout.exp 1 f = 0, errno = 2 (No such file or directory)
2 f = 0, errno = 2 (No such file or directory)
3 f = 0, errno = 2 (No such file or directory)
  /system/bluetooth/tools/
sock_shutdown_bug_tcp.c 22 #include <errno.h>
38 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
43 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
56 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
    [all...]
  /external/openssh/openbsd-compat/
strtonum.c 27 #include <errno.h>
50 ev[0].err = errno;
51 errno = 0;
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
65 errno = ev[error].err;
  /hardware/libhardware/include/hardware/
qemu_pipe.h 26 #include <errno.h>
42 * Returns -1 on error, and errno gives the error code, e.g.:
62 errno = EINVAL;
70 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
71 //errno = ENOSYS;
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
81 errno = ECONNRESET;
83 errno = EINVAL;
  /ndk/sources/host-tools/sed-4.2.1/lib/
wcrtomb.c 23 #include <errno.h>
34 errno = EINVAL;
49 errno = EILSEQ;
  /bionic/libc/kernel/common/linux/
err.h 22 #include <asm/errno.h>
mm.h 22 #include <linux/errno.h>
  /bionic/libc/stdio/
fputc.c 35 #include <errno.h>
  /bionic/libc/unistd/
isatty.c 31 #include <errno.h>
ptsname_r.c 32 #include <errno.h>
42 errno = EINVAL;
47 errno = ENOTTY;
53 errno = ERANGE;
sigwait.c 28 #include <errno.h>
67 if (errno != EAGAIN && errno != EINTR)
68 return errno;
  /development/ndk/platforms/android-3/include/linux/
err.h 17 #include <asm/errno.h>
mm.h 16 #include <linux/errno.h>
  /external/libselinux/src/
freecon.c 4 #include <errno.h>
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
err.h 17 #include <asm/errno.h>
mm.h 16 #include <linux/errno.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
err.h 17 #include <asm/errno.h>
mm.h 16 #include <linux/errno.h>
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
err.h 17 #include <asm/errno.h>

Completed in 1740 milliseconds

1 2 3 4 5 67 8 91011>>