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

  /external/e2fsprogs/e2fsck/
mtrace.c 42 __ptr_t mallwatch;
45 static void (*tr_old_free_hook) __P ((__ptr_t ptr));
46 static __ptr_t (*tr_old_malloc_hook) __P ((size_t size));
47 static __ptr_t (*tr_old_realloc_hook) __P ((__ptr_t ptr, size_t size));
68 static void tr_freehook __P ((__ptr_t));
71 __ptr_t ptr;
81 static __ptr_t tr_mallochook __P ((size_t));
82 static __ptr_t
86 __ptr_t hdr
    [all...]
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 *));
glob.c 302 static int collated_compare __P ((const __ptr_t, const __ptr_t));
1054 qsort ((__ptr_t) &pglob->gl_pathv[non_sort],
1073 free ((__ptr_t) pglob->gl_pathv[i]);
1074 free ((__ptr_t) pglob->gl_pathv);
1082 const __ptr_t a;
1083 const __ptr_t b;
1143 free ((__ptr_t) array[--i]);
1158 free ((__ptr_t) array[i]);
1220 __ptr_t stream = NULL
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
err.h 28 # define __gnuc_va_list __ptr_t
  /ndk/sources/host-tools/make-3.81/
dir.c 1105 static __ptr_t open_dirstream PARAMS ((const char *));
1106 static struct dirent *read_dirstream PARAMS ((__ptr_t));
1108 static __ptr_t
1128 return (__ptr_t) new;
1132 read_dirstream (__ptr_t stream)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /external/jpeg/
ltconfig 1002 # define __ptr_t void *
1004 # define __ptr_t char *
1013 __ptr_t address;
1018 sed 's/^\(.*\) \(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$nlist" >> conftest.c
1020 {0, (__ptr_t) 0}
    [all...]
  /external/strace/
signal.c     [all...]

Completed in 426 milliseconds