Searched refs:DECLARE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.h27 # define DECLARE(type,var,init) type var = init macro
29 # define DECLARE(type,var,init) extern type var macro
33 DECLARE (char *, progname, "makeinfo");
37 DECLARE (int, executing_string, 0);
41 DECLARE (int, me_inhibit_expansion, 0);
45 DECLARE (FILE *, output_stream, NULL);
47 DECLARE (char *, pretty_output_filename, NULL);
50 DECLARE (char *, current_output_filename, NULL);
53 DECLARE (unsigned char *, output_paragraph, NULL);
56 DECLARE (in
[all...]
H A Dnode.h106 DECLARE (char *, node_search_string, "\n@node ");
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c104 DECLARE(void *, malloc, size_t c);
140 DECLARE(void *, calloc, size_t, size_t);
141 DECLARE(void *, malloc, size_t);
142 DECLARE(void *, memset, void *, int, size_t);
181 DECLARE(void * , realloc, void *, size_t);
242 DECLARE(void, free, void *);
324 DECLARE(void *, mmap, void *, size_t, int,
375 DECLARE(int, munmap, void *, size_t);
407 DECLARE (void *, malloc, size_t);
408 DECLARE (voi
[all...]
H A Dmf-hooks3.c72 DECLARE(void *, malloc, size_t sz);
73 DECLARE(void, free, void *ptr);
74 DECLARE(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr,
H A Dmf-impl.h342 #define DECLARE(ty, fname, ...) \ macro
357 #define DECLARE(ty, fname, ...) \ macro
H A Dmf-runtime.c866 DECLARE (void, free, void *p);
878 DECLARE (void *, malloc, size_t c);
1039 DECLARE (void *, calloc, size_t c, size_t n);
1212 DECLARE (void, free, void *ptr);
1874 DECLARE (void, free, void *ptr);
1875 DECLARE (void *, calloc, size_t c, size_t n);
1876 DECLARE (void *, malloc, size_t n);
1962 DECLARE(void, free, void *ptr);
2154 DECLARE (void *, malloc, size_t c);
2155 DECLARE (voi
[all...]
H A Dmf-hooks2.c316 DECLARE(void *, malloc, size_t sz);
339 DECLARE(void *, malloc, size_t sz);

Completed in 171 milliseconds