Searched refs:erealloc (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/zic/
H A Dzic.c400 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
986 rules = (struct rule *) (void *) erealloc((char *) rules,
1004 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1012 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
1022 buf = erealloc(buf, (int) (132 +
1119 zones = (struct zone *) (void *) erealloc((char *) zones,
1256 links = (struct link *) (void *) erealloc((char *) links,
1564 fullname = erealloc(fullname,
2348 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c501 erealloc(obuf, char *, osiz * 2, "format_tree"); \
515 erealloc(obuf, char *, osiz * 2, "format_tree"); \
527 erealloc(obuf, char *, osiz * 2, "format_tree"); \
600 erealloc(the_args, NODE **, (num_args+1) * sizeof(NODE *), "format_tree");
1379 erealloc(bufp, char *, bufsize, "do_strftime");
1861 erealloc(buf, char *, amt, "do_match");
2108 erealloc(buf, char *, buflen, "sub_common");
2214 erealloc(buf, char *, buflen, "sub_common");
H A Dfield.c95 erealloc(fields_arr, NODE **, (num + 1) * sizeof(NODE *), "grow_fields_arr");
250 erealloc(databuf, char *, databuf_size, "set_record");
915 erealloc(FIELDWIDTHS, int *, fw_alloc * sizeof(int), "set_FIELDWIDTHS");
H A Dnode.c363 erealloc(r->stptr, char *, len + 1, "make_str_node");
H A Darray.c176 erealloc(message, char *, len, "array_vname");
289 erealloc(str, char *, len, "concat_exp");
H A Deval.c1442 erealloc(loop_stack, struct loop_info *, nloops * sizeof(struct loop_info),
1522 erealloc(fcall_list, struct fcall *,
2099 erealloc(fmt_list, NODE **, fmt_num * sizeof(*fmt_list), "fmt_index");
H A Dawk.h841 #define erealloc(var,ty,x,str) (void)((var=(ty)realloc((char *)var,\ macro
849 #define erealloc(var,ty,x,str) (void)((var=(ty)realloc((char *)var,\ macro
H A Dmain.c604 erealloc(*data, struct src *, (*alloc) * sizeof(struct src), "add_src");
H A Dawkgram.y587 erealloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
1367 erealloc(tokstart, char *, toksize, "tokexpand");
H A Dawkgram.c2059 erealloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
3206 erealloc(tokstart, char *, toksize, "tokexpand");
H A Dio.c2482 erealloc(iop->buf, char *, iop->size, "grow_iop_buffer");
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dpdf.c339 return(erealloc(mem, size));

Completed in 199 milliseconds