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

1 2 3 4 5

  /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) {
  /external/tensorflow/tensorflow/core/platform/windows/
integral_types.h 23 typedef std::ptrdiff_t ssize_t; typedef
  /external/syslinux/com32/include/sys/
types.h 12 typedef ptrdiff_t ssize_t; typedef
  /external/syslinux/dos/
stdlib.h 4 typedef int ssize_t; typedef
  /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,
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
foo.h 6 typedef int ssize_t; typedef
26 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
31 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
foo.h 6 typedef int ssize_t; typedef
24 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdio.h 56 typedef __ssize_t ssize_t; typedef
  /external/libcups/cups/
file.h 34 /* Windows does not support the ssize_t type, so map it to off_t... */
35 typedef off_t ssize_t; /* @private@ */ typedef
92 extern ssize_t cupsFilePutConf(cups_file_t *fp, const char *directive,
96 extern ssize_t cupsFileRead(cups_file_t *fp, char *buf, size_t bytes)
105 extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf,
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 53 typedef intptr_t ssize_t; typedef
  /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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 37 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 38 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.h 36 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 38 #define ssize_t int macro
  /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/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/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 7 typedef signed long ssize_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 5 typedef signed long ssize_t; typedef
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 53 typedef long ssize_t; typedef
  /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/libevent/
evutil_rand.c 120 #define ssize_t EVENT__ssize_t macro

Completed in 1360 milliseconds

1 2 3 4 5