Searched refs:MBLOCK (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | mymalloc.c | 103 typedef struct MBLOCK { struct 110 } MBLOCK; typedef 118 real_ptr = (MBLOCK *) (ptr - offsetof(MBLOCK, u.payload[0])); \ 132 #define SPACE_FOR(len) (offsetof(MBLOCK, u.payload[0]) + len) 155 MBLOCK *real_ptr; in mymalloc() 167 if ((real_ptr = (MBLOCK *) malloc(SPACE_FOR(len))) == 0) in mymalloc() 179 MBLOCK *real_ptr; in myrealloc() 198 if ((real_ptr = (MBLOCK *) realloc((void *) real_ptr, SPACE_FOR(len))) == 0) in myrealloc() 211 MBLOCK *real_ptr; in myfree()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | trees.c | 154 #define MBLOCK(p,b,t,d,a) buildtree(MUL, p, b) macro 157 #define MBLOCK(p,b,t,d,a) block(PMCONV, p, b, t, d, a) macro 1310 rv = clocal(MBLOCK(rv, r, INT, 0, 0)); in convert() 1313 r = MBLOCK(q, rv, INT, 0, 0); in convert()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | trees.c | 157 #define MBLOCK(p,b,t,d,a) buildtree(MUL, p, b) macro 160 #define MBLOCK(p,b,t,d,a) block(PMCONV, p, b, t, d, a) macro 1398 rv = clocal(MBLOCK(rv, r, INT, 0, 0)); in convert() 1401 r = MBLOCK(q, rv, INT, 0, 0); in convert()
|