Home
last modified time | relevance | path

Searched refs:RETALLOC (Results 1 – 25 of 109) sorted by relevance

12345

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dregex.c295 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
297 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1720 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2148 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3834 RETALLOC (regs->start, regs->num_regs, regoff_t);
3835 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/news/golded+/golded-plus/golded+/goldlib/glibc/
H A Dregex.cpp358 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
360 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1377 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); in regex_compile()
1848 RETALLOC (compile_stack.stack, compile_stack.size << 1, in regex_compile()
3543 RETALLOC (regs->start, regs->num_regs, regoff_t); in weak_alias()
3544 RETALLOC (regs->end, regs->num_regs, regoff_t); in weak_alias()
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dregex.c241 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
243 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1591 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2019 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3683 RETALLOC (regs->start, regs->num_regs, regoff_t);
3684 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/japanese/less/less-382.262.03.01/
H A Dregex_cs.c237 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1127 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1134 RETALLOC (bufp->buffer_cs, INIT_BUF_SIZE, CHARSET);
1693 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3217 RETALLOC (regs->start, regs->num_regs, regoff_t);
3218 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/www/squid/squid-4.15/compat/
H A DGnuRegex.c223 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1045 RETALLOC(bufp->buffer, INIT_BUF_SIZE, unsigned char); in regex_compile()
1429 RETALLOC(compile_stack.stack, compile_stack.size << 1, in regex_compile()
3089 RETALLOC(regs->start, regs->num_regs, regoff_t);
3090 RETALLOC(regs->end, regs->num_regs, regoff_t);
/dports/biology/hyphy/hyphy-2.5.33/src/contrib/
H A Dregex.cpp291 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1232 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); in regex_compile()
1673 RETALLOC (compile_stack.stack, compile_stack.size << 1, in regex_compile()
3525 RETALLOC (regs->start, regs->num_regs, regoff_t); in re_match_2()
3526 RETALLOC (regs->end, regs->num_regs, regoff_t); in re_match_2()
/dports/chinese/enscript/enscript-1.6.6/compat/
H A Dregex.c321 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
323 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1901 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2361 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4088 RETALLOC (regs->start, regs->num_regs, regoff_t);
4089 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/audio/epos-devel/epos-2.5.37/libs/regex/
H A Drx.c352 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
354 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1916 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2380 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4109 RETALLOC (regs->start, regs->num_regs, regoff_t);
4110 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/print/enscript-letter/enscript-1.6.6/compat/
H A Dregex.c321 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
323 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1901 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2361 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4088 RETALLOC (regs->start, regs->num_regs, regoff_t);
4089 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/print/enscript-a4/enscript-1.6.6/compat/
H A Dregex.c321 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
323 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1901 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2361 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4088 RETALLOC (regs->start, regs->num_regs, regoff_t);
4089 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/print/enscript-letterdj/enscript-1.6.6/compat/
H A Dregex.c321 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
323 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1901 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2361 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4088 RETALLOC (regs->start, regs->num_regs, regoff_t);
4089 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dregex.c310 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
312 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1741 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2169 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3857 RETALLOC (regs->start, regs->num_regs, regoff_t);
3858 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dregex.c366 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
368 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1918 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2378 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4106 RETALLOC (regs->start, regs->num_regs, regoff_t);
4107 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/regex/
H A Dregex.c313 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
315 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1762 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2191 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3909 RETALLOC (regs->start, regs->num_regs, regoff_t);
3910 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dregex_win32.c346 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
348 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1904 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); in regex_compile()
2364 RETALLOC (compile_stack.stack, compile_stack.size << 1, in regex_compile()
4089 RETALLOC (regs->start, regs->num_regs, regoff_t); in re_match_2_internal()
4090 RETALLOC (regs->end, regs->num_regs, regoff_t); in re_match_2_internal()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/regex/
H A Dregex.c313 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
315 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1762 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2191 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3909 RETALLOC (regs->start, regs->num_regs, regoff_t);
3910 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/sysutils/rename/rename-1.99.2/
H A Dregex.c310 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
312 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1754 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2182 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3880 RETALLOC (regs->start, regs->num_regs, regoff_t);
3881 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/www/clearsilver/clearsilver-0.10.5/util/regex/
H A Dregex.c313 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
315 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1762 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2191 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3909 RETALLOC (regs->start, regs->num_regs, regoff_t);
3910 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dregex.c513 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
515 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1792 RETALLOC (bufp->buffer, bufp->allocated, unsigned char); \
2249 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2776 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4810 RETALLOC (regs->start, regs->num_regs, regoff_t);
4811 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/net/gutenfetch/gutenfetch-1.5/src/
H A Dgnuregex.c242 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1179 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1602 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3477 RETALLOC (regs->start, regs->num_regs, regoff_t);
3478 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dregex.c237 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1173 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1596 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3477 RETALLOC (regs->start, regs->num_regs, regoff_t);
3478 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/net/ngrep/ngrep-1.45/regex-0.12/
H A Dregex.c236 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1171 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1594 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3472 RETALLOC (regs->start, regs->num_regs, regoff_t);
3473 RETALLOC (regs->end, regs->num_regs, regoff_t);
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/compat/
H A Dregex.c235 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1149 RETALLOC(bufp->buffer, INIT_BUF_SIZE, unsigned char);
1547 RETALLOC(compile_stack.stack, compile_stack.size << 1,
3353 RETALLOC(regs->start, regs->num_regs, regoff_t);
3354 RETALLOC(regs->end, regs->num_regs, regoff_t);
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/compat/
H A Dregex.c235 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1149 RETALLOC(bufp->buffer, INIT_BUF_SIZE, unsigned char);
1545 RETALLOC(compile_stack.stack, compile_stack.size << 1,
3350 RETALLOC(regs->start, regs->num_regs, regoff_t);
3351 RETALLOC(regs->end, regs->num_regs, regoff_t);
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dregex.c217 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
1152 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1575 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3450 RETALLOC (regs->start, regs->num_regs, regoff_t);
3451 RETALLOC (regs->end, regs->num_regs, regoff_t);

12345