Searched defs:ssize_t (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/Sema/
H A Dformat-strings-fixit-ssize_t.c14 typedef signed long int ssize_t; typedef
15 printf("%f", (ssize_t) 42);
18 // CHECK: printf("%zd", (ssize_t) 42);
H A Dattr-bounded.c4 typedef long ssize_t; typedef
8 ssize_t read(int, void *, size_t)
H A Ddarwin-align-cast.c6 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 Dtaint-tester.cpp7 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 Dtaint-tester.c156 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 Djemalloc_internal_decls.h43 typedef intptr_t ssize_t; typedef
/external/lzma/CPP/Common/
H A DC_FileIO.h14 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 Devutil_rand.c111 #define ssize_t _EVENT_SSIZE_t macro
/external/libchrome/base/strings/
H A Dsafe_sprintf.h15 // 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 Dplatform.h169 typedef intptr_t ssize_t; typedef
/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h73 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 Dimager.c37 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 Dtransport_common.cc41 typedef int ssize_t; typedef
250 ssize_t n;
305 ssize_t n;
H A Ddigest.cc39 typedef int ssize_t; typedef
144 ssize_t n;
/external/libvncserver/libvncserver/
H A Dhttpd.c51 #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 DDataTypes.h114 typedef signed int ssize_t; typedef
/external/c-ares/
H A Dconfig-dos.h68 #define ssize_t int macro
H A Dconfig-win32.h214 /* Define if ssize_t is not an available 'typedefed' type. */
221 # define ssize_t __int64 macro
224 # define ssize_t int macro
H A Dares_config.h413 #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 Dtls_openssl.c59 typedef SSIZE_T ssize_t; typedef
550 ssize_t ret;
571 ssize_t ret;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h49 # define ssize_t int macro
/external/curl/lib/
H A Dconfig-dos.h149 #define ssize_t int macro
H A Dconfig-win32ce.h325 /* 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 Dconfig-riscos.h74 /* 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 Dconfig-win32.h372 /* Define if ssize_t is not an available 'typedefed' type. */
379 # define ssize_t __int64 macro
382 # define ssize_t int macro

Completed in 605 milliseconds

12