HomeSort by relevance Sort by last modified time
    Searched defs:ssize_t (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/clang/test/Sema/
format-strings-fixit-ssize_t.c 14 typedef signed long int ssize_t; typedef
15 printf("%f", (ssize_t) 42);
18 // CHECK: printf("%zd", (ssize_t) 42);
attr-bounded.c 4 typedef long ssize_t; typedef
8 ssize_t read(int, void *, size_t)
darwin-align-cast.c 6 typedef __darwin_ssize_t ssize_t; typedef
19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
monetary.h 32 typedef __ssize_t ssize_t; typedef
40 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
48 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
monetary.h 32 typedef __ssize_t ssize_t; typedef
40 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
48 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
stdio.h 103 typedef __ssize_t ssize_t; typedef
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 43 typedef intptr_t ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
msg.h 44 typedef __ssize_t ssize_t; typedef
73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
msg.h 44 typedef __ssize_t ssize_t; typedef
73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
msg.h 44 typedef __ssize_t ssize_t; typedef
73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
  /external/clang/test/Analysis/
taint-tester.cpp 7 typedef long ssize_t; typedef
8 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
14 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
21 ssize_t read;
  /external/libevent/
evutil_rand.c 111 #define ssize_t _EVENT_SSIZE_t macro
  /external/lzma/CPP/Common/
C_FileIO.h 14 typedef size_t ssize_t; typedef
40 ssize_t Read(void *data, size_t size);
48 ssize_t Write(const void *data, size_t size);
  /external/libchrome/base/strings/
safe_sprintf.h 15 // For ssize_t
25 // Define ssize_t inside of our namespace.
27 typedef __int64 ssize_t; typedef in namespace:base::strings
29 typedef long ssize_t;
118 // const size_t kMaxSize = std::numeric_limits<ssize_t>::max();
207 BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t sz, const char* fmt,
213 // use, this constant should always be std::numeric_limits<ssize_t>::max().
221 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, Args... args) {
229 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, Args... args) {
237 BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
imager.c 37 typedef int ssize_t; typedef
66 ssize_t actual;
118 if (actual != (ssize_t) (fs->blocksize * d)) {
145 ssize_t actual;
168 if (actual != (ssize_t) (fs->blocksize * c)) {
194 ssize_t actual;
211 if (actual != (ssize_t) fs->blocksize) {
225 if (actual != (ssize_t) (fs->blocksize * fs->desc_blocks)) {
244 ssize_t actual, size;
287 ssize_t actual
    [all...]
  /external/libmicrohttpd/src/include/
platform.h 169 typedef intptr_t ssize_t; typedef
  /external/boringssl/src/tool/
transport_common.cc 41 typedef int ssize_t; typedef
250 ssize_t n;
305 ssize_t n;
digest.cc 39 typedef int ssize_t; typedef
144 ssize_t n;
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 73 typedef __int64 ssize_t; typedef in namespace:ceres::internal
75 typedef __int32 ssize_t;
78 template <typename T, ssize_t inline_elements = -1>
163 template <class T, ssize_t S>
177 template <class T, ssize_t S>
  /bionic/libc/include/sys/
types.h 131 /* Traditionally, bionic's ssize_t was "long int". This caused GCC to emit warnings when you
132 * pass a ssize_t to a printf-style function. The correct type is __kernel_ssize_t, which is
136 typedef __kernel_ssize_t ssize_t; typedef
  /development/ndk/platforms/android-21/include/sys/
types.h 133 /* Traditionally, bionic's ssize_t was "long int". This caused GCC to emit warnings when you
134 * pass a ssize_t to a printf-style function. The correct type is __kernel_ssize_t, which is
138 typedef __kernel_ssize_t ssize_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 90 typedef int ssize_t; typedef
  /external/libvncserver/libvncserver/
httpd.c 51 #include <BaseTsd.h> /* For the missing ssize_t */
52 #define ssize_t SSIZE_T macro
307 ssize_t got;
  /external/llvm/include/llvm/Support/
DataTypes.h 114 typedef signed int ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 161 #undef ssize_t macro
163 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
165 typedef int ssize_t; typedef

Completed in 532 milliseconds

1 2 3 4 5 6