HomeSort by: relevance | last modified time | path
    Searched defs:PTR_T (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
ansi_stdlib.h 34 #ifndef PTR_T
37 # define PTR_T void *
39 # define PTR_T char *
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
xmalloc.h 31 #ifndef PTR_T
34 # define PTR_T void *
36 # define PTR_T char *
39 #endif /* !PTR_T */
41 extern PTR_T xmalloc (size_t);
42 extern PTR_T xrealloc (void *, size_t);
  /src/external/gpl3/gdb.old/dist/readline/readline/
ansi_stdlib.h 34 #ifndef PTR_T
37 # define PTR_T void *
39 # define PTR_T char *
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
xmalloc.h 31 #ifndef PTR_T
34 # define PTR_T void *
36 # define PTR_T char *
39 #endif /* !PTR_T */
41 extern PTR_T xmalloc (size_t);
42 extern PTR_T xrealloc (void *, size_t);

Completed in 55 milliseconds