Home
last modified time | relevance | path

Searched refs:MP_CONST (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/mpatrol/mpatrol/src/
H A Dmpatrol.h57 #ifndef MP_CONST
59 #define MP_CONST const macro
61 #define MP_CONST macro
285 MP_CONST char *, MP_CONST char *,
287 typedef void (*__mp_epiloguehandler)(MP_CONST void *, MP_CONST char *,
290 typedef void (*__mp_nomemoryhandler)(MP_CONST char *, MP_CONST char *,
773 int __mp_setuser(MP_CONST void *, MP_CONST void *);
777 MP_CONST char *__mp_symbol(MP_CONST void *);
810 int __mp_writecontents(MP_CONST char *, MP_CONST void *);
811 long __mp_cmpcontents(MP_CONST char *, MP_CONST void *);
[all …]
H A Dmpalloc.h38 #ifndef MP_CONST
40 #define MP_CONST const macro
42 #define MP_CONST macro
63 typedef void (*__mp_failhandler)(size_t, MP_CONST char *, MP_CONST char *,
90 void *__mp_xmalloc(size_t, MP_CONST char *, MP_CONST char *, unsigned long,
91 MP_CONST char *, size_t);
92 void *__mp_xcalloc(size_t, MP_CONST char *, MP_CONST char *, unsigned long,
93 MP_CONST char *, size_t);
94 char *__mp_xstrdup(MP_CONST char *, MP_CONST char *, MP_CONST char *,
96 void *__mp_xrealloc(void *, size_t, MP_CONST char *, MP_CONST char *,
[all …]
H A Dmalloc.c207 strdup(MP_CONST char *p) in strdup()
258 strsave(MP_CONST char *p) in strsave()
285 strnsave(MP_CONST char *p, int l) in strnsave()
319 strdupa(MP_CONST char *p) in strdupa()
597 xstrdup(MP_CONST char *p) in xstrdup()
852 memmem(MP_CONST void *p, size_t l, MP_CONST void *q, size_t m) in memmem()
862 MP_ALTFUNCNAME(memmem)(MP_CONST void *p, size_t l, MP_CONST void *q, size_t m) in MP_ALTFUNCNAME()
879 memcmp(MP_CONST void *p, MP_CONST void *q, size_t l) in memcmp()
889 MP_ALTFUNCNAME(memcmp)(MP_CONST void *p, MP_CONST void *q, size_t l) in MP_ALTFUNCNAME()
906 bcmp(MP_CONST void *p, MP_CONST void *q, size_t l) in bcmp()
[all …]
H A Dmpstrdup.c38 static MP_CONST MP_VOLATILE char *mpstrdup_id = "$Id: mpstrdup.c,v 1.5 2002/01/08 20:13:59 graeme E…
56 __mp_xstrdup(MP_CONST char *r, MP_CONST char *s, MP_CONST char *t, in __mp_xstrdup()
H A Dmpmalloc.c37 static MP_CONST MP_VOLATILE char *mpmalloc_id = "$Id: mpmalloc.c,v 1.6 2002/01/08 20:13:59 graeme E…
55 __mp_xmalloc(size_t l, MP_CONST char *s, MP_CONST char *t, unsigned long u, in __mp_xmalloc()
56 MP_CONST char *g, size_t h) in __mp_xmalloc()
H A Dmpcalloc.c38 static MP_CONST MP_VOLATILE char *mpcalloc_id = "$Id: mpcalloc.c,v 1.6 2002/01/08 20:13:59 graeme E…
57 __mp_xcalloc(size_t l, MP_CONST char *s, MP_CONST char *t, unsigned long u, in __mp_xcalloc()
58 MP_CONST char *g, size_t h) in __mp_xcalloc()
H A Dmprealloc.c37 static MP_CONST MP_VOLATILE char *mprealloc_id = "$Id: mprealloc.c,v 1.6 2002/01/08 20:13:59 graeme…
55 __mp_xrealloc(void *r, size_t l, MP_CONST char *s, MP_CONST char *t, in __mp_xrealloc()
56 unsigned long u, MP_CONST char *g, size_t h) in __mp_xrealloc()
H A Dmpfailure.c39 static MP_CONST MP_VOLATILE char *mpfailure_id = "$Id: mpfailure.c,v 1.4 2002/01/08 20:13:59 graeme…
54 defaultfailure(size_t l, MP_CONST char *s, MP_CONST char *t, unsigned long u, in defaultfailure()
55 MP_CONST char *g, size_t h) in defaultfailure()
H A Dcplus.c48 static MP_CONST MP_VOLATILE char *cplus_id = "$Id: cplus.c,v 1.12 2002/01/08 20:13:59 graeme Exp $";
144 operator new(size_t l, MP_CONST std::nothrow_t&) throw() in new()
211 operator new[](size_t l, MP_CONST std::nothrow_t&) throw() in throw()
249 operator delete(void *p, MP_CONST std::nothrow_t&) throw() in delete()
287 operator delete[](void *p, MP_CONST std::nothrow_t&) throw() in throw()
H A Dlibrary2.c39 static MP_CONST MP_VOLATILE char *library2_id = "$Id: library2.c,v 1.4 2002/01/08 20:13:59 graeme E…
H A Dlibrary.c39 static MP_CONST MP_VOLATILE char *library_id = "$Id: library.c,v 1.10 2002/01/08 20:13:59 graeme Ex…
H A Dmpsetfail.c37 static MP_CONST MP_VOLATILE char *mpsetfail_id = "$Id: mpsetfail.c,v 1.5 2002/01/08 20:13:59 graeme…
/dports/devel/mpatrol/mpatrol/tools/
H A Dmtrace.c38 static MP_CONST MP_VOLATILE char *mtrace_id = "$Id: mtrace.c,v 1.10 2002/01/08 20:05:10 graeme Exp …
87 location(MP_CONST char *s, MP_CONST char *t, unsigned long u, MP_CONST void *a) in location()
128 prologue(MP_CONST void *p, size_t l, size_t m, MP_CONST char *s, in prologue()
129 MP_CONST char *t, unsigned long u, MP_CONST void *a) in prologue()
144 epilogue(MP_CONST void *p, MP_CONST char *s, MP_CONST char *t, unsigned long u, in epilogue()
145 MP_CONST void *a) in epilogue()
H A Ddmalloc.h174 typedef void (*dmalloc_track_t)(MP_CONST char *, unsigned long, int, size_t,
175 size_t, MP_CONST void *, MP_CONST void *);
214 int __mpt_dmallocverify(MP_CONST void *, MP_CONST char *, MP_CONST char *,
218 int __mpt_dmallocexamine(MP_CONST void *, size_t *, char **, unsigned long *,
220 void __mpt_dmallocmessage(MP_CONST char *, ...);
221 void __mpt_dmallocvmessage(MP_CONST char *, va_list);
224 MP_CONST char *__mpt_dmallocstrerror(__mp_errortype);
261 dmalloc_message(MP_CONST char *s, ...) in dmalloc_message()
H A Dheapdiff.c38 static MP_CONST MP_VOLATILE char *heapdiff_id = "$Id: heapdiff.c,v 1.11 2002/01/08 20:05:10 graeme …
85 prologue(MP_CONST void *p, size_t l, size_t m, MP_CONST char *s, in prologue()
86 MP_CONST char *t, unsigned long u, MP_CONST void *a) in prologue()
108 cleanupcallback(MP_CONST void *p, void *t) in cleanupcallback()
128 writecallback(MP_CONST void *p, void *t) in writecallback()
158 cmpcallback(MP_CONST void *p, void *t) in cmpcallback()
196 callback(MP_CONST void *p, void *t) in callback()
257 __mpt_heapdiffstart(heapdiff *h, unsigned long f, MP_CONST char *t, in __mpt_heapdiffstart()
289 __mpt_heapdiffend(heapdiff *h, MP_CONST char *t, unsigned long u) in __mpt_heapdiffend()
H A Ddmalloc.c334 prologue(MP_CONST void *p, size_t l, size_t m, MP_CONST char *s, in prologue()
335 MP_CONST char *t, unsigned long u, MP_CONST void *a) in prologue()
352 epilogue(MP_CONST void *p, MP_CONST char *s, MP_CONST char *t, unsigned long u, in epilogue()
353 MP_CONST void *a) in epilogue()
435 callback(MP_CONST void *p, void *t) in callback()
553 __mpt_dmallocverify(MP_CONST void *p, MP_CONST char *s, MP_CONST char *t, in __mpt_dmallocverify()
605 __mpt_dmallocexamine(MP_CONST void *p, size_t *l, char **t, unsigned long *u, in __mpt_dmallocexamine()
635 __mpt_dmallocmessage(MP_CONST char *s, ...) in __mpt_dmallocmessage()
651 __mpt_dmallocvmessage(MP_CONST char *s, va_list v) in __mpt_dmallocvmessage()
781 MP_CONST char *
[all …]
H A Dmgauge.c39 static MP_CONST MP_VOLATILE char *mgauge_id = "$Id: mgauge.c,v 1.10 2002/01/08 20:05:10 graeme Exp …
128 epilogue(MP_CONST void *p, MP_CONST char *s, MP_CONST char *t, unsigned long u, in epilogue()
129 MP_CONST void *a) in epilogue()
142 __mpt_mgaugestart(MP_CONST char *f, unsigned char c, unsigned long s, in __mpt_mgaugestart()
H A Ddbmalloc.h180 void __mpt_dbmallocperror(MP_CONST char *);
181 int __mpt_dbmallocchaincheck(int, MP_CONST char *, MP_CONST char *,
186 size_t __mpt_dbmallocsize(MP_CONST void *);
H A Dheapdiff.h115 void __mpt_heapdiffstart(heapdiff *, unsigned long, MP_CONST char *,
117 void __mpt_heapdiffend(heapdiff *, MP_CONST char *, unsigned long);
H A Ddbmalloc.c42 static MP_CONST MP_VOLATILE char *dbmalloc_id = "$Id: dbmalloc.c,v 1.14 2002/01/08 20:05:10 graeme …
160 callback(MP_CONST void *p, void *t) in callback()
322 __mpt_dbmallocperror(MP_CONST char *s) in __mpt_dbmallocperror()
337 __mpt_dbmallocchaincheck(int f, MP_CONST char *s, MP_CONST char *t, in __mpt_dbmallocchaincheck()
425 __mpt_dbmallocsize(MP_CONST void *p) in __mpt_dbmallocsize()
/dports/devel/mpatrol/mpatrol/tests/pass/
H A Dtest2.c37 void prologue(MP_CONST void *p, size_t l, size_t m, MP_CONST char *s, in prologue()
38 MP_CONST char *t, unsigned long u, MP_CONST void *a) in prologue()
54 void epilogue(MP_CONST void *p, MP_CONST char *s, MP_CONST char *t, in epilogue()
55 unsigned long u, MP_CONST void *a) in epilogue()
H A Dtest3.c37 void handler(MP_CONST char *s, MP_CONST char *t, unsigned long u, in handler()
38 MP_CONST void *a) in handler()
/dports/devel/msgpuck/msgpuck-06e6308/
H A Dmsgpuck.h131 #define MP_CONST
406 MP_PROTO MP_CONST uint32_t
471 MP_PROTO MP_CONST uint32_t
625 MP_PROTO MP_CONST uint32_t
636 MP_PROTO MP_CONST uint32_t
726 MP_PROTO MP_CONST uint32_t
737 MP_PROTO MP_CONST uint32_t
813 MP_PROTO MP_CONST uint32_t
821 MP_PROTO MP_CONST uint32_t
831 MP_PROTO MP_CONST uint32_t
[all …]
/dports/devel/mpatrol/mpatrol/build/windows/
H A Dmain2.c37 static MP_CONST MP_VOLATILE char *main2_id = "$Id: main2.c,v 1.4 2002/01/08 20:41:56 graeme Exp $";
H A Dmain.c37 static MP_CONST MP_VOLATILE char *main_id = "$Id: main.c,v 1.7 2002/01/08 20:41:56 graeme Exp $";

123