Searched refs:PTR_T (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dansi_stdlib.h34 #ifndef PTR_T
37 # define PTR_T void * macro
39 # define PTR_T char * macro
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
H A Dxmalloc.h32 #ifndef PTR_T
35 # define PTR_T void * macro
37 # define PTR_T char * macro
40 #endif /* !PTR_T */
42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
H A Dxmalloc.c54 PTR_T
58 PTR_T temp;
66 PTR_T
68 PTR_T pointer;
71 PTR_T temp;
84 PTR_T string;
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c5074 free ((PTR_T) ptr);
5165 free ((PTR_T) ptr);

Completed in 89 milliseconds