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

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 110 typedef __ssize_t ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 221 typedef __ssize_t ssize_t; typedef
361 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur;
367 extern ssize_t write (int __fd, __const void *__buf, size_t __n) __wur;
377 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
385 extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
389 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
392 extern ssize_t __REDIRECT (pwrite, (int __fd, __const void *__buf,
405 extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
409 extern ssize_t pwrite64 (int __fd, __const void *__buf, size_t __n,
832 extern ssize_t readlink (__const char *__restrict __path
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
types.h 110 typedef __ssize_t ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stddef.h 215 typedef long ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stddef.h 220 typedef long ssize_t; typedef
crtdefs.h 43 #undef ssize_t macro
45 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
47 typedef int ssize_t; typedef
strsafe.h 31 #undef ssize_t macro
33 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
35 typedef int ssize_t; typedef
    [all...]
rpcndr.h 90 #undef ssize_t macro
92 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
94 typedef int ssize_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 196 typedef __ssize_t ssize_t; typedef
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 108 typedef INTN ssize_t; typedef
225 ssize_t read (int, void *, size_t);
226 ssize_t write (int, const void *, size_t);
  /external/curl/lib/
config-dos.h 152 #define ssize_t int macro
config-win32ce.h 322 /* Define ssize_t if it is not an available 'typedefed' type */
325 #define ssize_t __int64 macro
327 #define ssize_t int macro
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
config-win32.h 369 /* Define if ssize_t is not an available 'typedefed' type. */
376 # define ssize_t __int64 macro
379 # define ssize_t int macro
config-os400.h 76 /* Define this to 'int' if ssize_t is not an available typedefed type */
77 #undef ssize_t macro
  /external/python/cpython2/PC/
pyconfig.h 203 typedef __int64 ssize_t; typedef
205 typedef _W64 int ssize_t; typedef
  /external/python/cpython3/PC/
pyconfig.h 172 typedef __int64 ssize_t; typedef
174 typedef _W64 int ssize_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 96 typedef _BSD_SSIZE_T_ ssize_t; typedef
551 ssize_t recv(int, void *, size_t, int);
552 ssize_t recvfrom(int, void * __restrict, size_t, int,
554 ssize_t recvmsg(int, struct msghdr *, int);
555 ssize_t send(int, const void *, size_t, int);
556 ssize_t sendto(int, const void *,
558 ssize_t sendmsg(int, const struct msghdr *, int);
  /external/libcups/cups/
cups.h 27 /* Windows does not support the ssize_t type, so map it to long... */
28 typedef long ssize_t; /* @private@ */ typedef
71 # define CUPS_LENGTH_VARIABLE (ssize_t)0
419 extern ssize_t cupsBackChannelRead(char *buffer, size_t bytes,
421 extern ssize_t cupsBackChannelWrite(const char *buffer, size_t bytes,
463 extern ssize_t cupsReadResponseData(http_t *http, char *buffer,
603 extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char *hash, size_t hashsize) _CUPS_API_2_2;
http.h 31 /* Windows does not support the ssize_t type, so map it to off_t... */
32 typedef off_t ssize_t; /* @private@ */ typedef
554 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
563 extern ssize_t httpWrite2(http_t *http, const char *buffer,
613 extern ssize_t httpPeek(http_t *http, char *buffer, size_t length)
  /external/libmicrohttpd/src/include/
microhttpd.h 115 typedef intptr_t ssize_t; typedef
    [all...]
  /external/libusb/libusb/
libusb.h 32 /* ssize_t is also not available (copy/paste from MinGW) */
35 #undef ssize_t macro
37 typedef __int64 ssize_t; typedef
39 typedef int ssize_t; typedef
    [all...]

Completed in 2797 milliseconds

1 2 34 5