HomeSort by relevance Sort by last modified time
    Searched defs:__ptr_t (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/e2fsck/
mtrace.h 35 #undef __ptr_t macro
36 #define __ptr_t void * macro
42 #undef __ptr_t macro
43 #define __ptr_t char * macro
61 extern __ptr_t malloc __P ((size_t __size));
63 in __ptr_t, making the new block SIZE bytes long. */
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
68 extern void free __P ((__ptr_t __ptr))
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 25 #undef __ptr_t macro
37 # define __ptr_t void * macro
45 # define __ptr_t char * macro
131 __ptr_t (*gl_opendir) __PMT ((__const char *));
153 __ptr_t (*gl_opendir) __PMT ((__const char *));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 83 /* This is not a typedef so `const __ptr_t' does the right thing. */
84 #define __ptr_t void * macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 97 /* This is not a typedef so `const __ptr_t' does the right thing. */
98 #define __ptr_t void * macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 97 /* This is not a typedef so `const __ptr_t' does the right thing. */
98 #define __ptr_t void * macro

Completed in 120 milliseconds