/external/clang/test/Sema/ |
H A D | 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);
|
H A D | attr-bounded.c | 4 typedef long ssize_t; typedef 8 ssize_t read(int, void *, size_t)
|
H A D | 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) {
|
/external/clang/test/Analysis/ |
H A D | 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;
|
H A D | taint-tester.c | 156 typedef long ssize_t; typedef 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 164 ssize_t read;
|
/external/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_decls.h | 43 typedef intptr_t ssize_t; typedef
|
/external/lzma/CPP/Common/ |
H A D | 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/libevent/ |
H A D | evutil_rand.c | 111 #define ssize_t _EVENT_SSIZE_t macro
|
/external/libchrome/base/strings/ |
H A D | 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 SafeSNPrint [all...] |
/external/libmicrohttpd/src/include/ |
H A D | platform.h | 169 typedef intptr_t ssize_t; typedef
|
/external/ceres-solver/include/ceres/internal/ |
H A D | 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>
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | 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 actua [all...] |
/external/boringssl/src/tool/ |
H A D | transport_common.cc | 41 typedef int ssize_t; typedef 250 ssize_t n; 305 ssize_t n;
|
H A D | digest.cc | 39 typedef int ssize_t; typedef 144 ssize_t n;
|
/external/libvncserver/libvncserver/ |
H A D | 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/ |
H A D | DataTypes.h | 114 typedef signed int ssize_t; typedef
|
/external/c-ares/ |
H A D | config-dos.h | 68 #define ssize_t int macro
|
H A D | config-win32.h | 214 /* Define if ssize_t is not an available 'typedefed' type. */ 221 # define ssize_t __int64 macro 224 # define ssize_t int macro
|
H A D | ares_config.h | 413 #define RECVFROM_TYPE_RETV ssize_t 428 #define RECV_TYPE_RETV ssize_t 449 #define SEND_TYPE_RETV ssize_t 517 #undef ssize_t macro
|
/external/libvncserver/libvncclient/ |
H A D | tls_openssl.c | 59 typedef SSIZE_T ssize_t; typedef 550 ssize_t ret; 571 ssize_t ret;
|
/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_ipc.h | 49 # define ssize_t int macro
|
/external/curl/lib/ |
H A D | config-dos.h | 149 #define ssize_t int macro
|
H A D | config-win32ce.h | 325 /* Define ssize_t if it is not an available 'typedefed' type */ 328 #define ssize_t __int64 macro 330 #define ssize_t int macro
|
H A D | config-riscos.h | 74 /* Define this to 'int' if ssize_t is not an available typedefed type */ 75 #undef ssize_t macro 418 #undef ssize_t macro 463 #define RECV_TYPE_RETV ssize_t 490 #define RECVFROM_TYPE_RETV ssize_t 511 #define SEND_TYPE_RETV ssize_t
|
H A D | config-win32.h | 372 /* Define if ssize_t is not an available 'typedefed' type. */ 379 # define ssize_t __int64 macro 382 # define ssize_t int macro
|