Home | History | Annotate | Download | only in tzcode

Lines Matching refs:erealloc

438 #define erealloc(ptr, size)	memcheck(irealloc((ptr), (size)))
574 finalRules = (const struct rule**) (void*) erealloc((char *) finalRules,
1111 rules = (struct rule *) (void *) erealloc((char *) rules,
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
1147 buf = erealloc(buf, (int) (132 +
1244 zones = (struct zone *) (void *) erealloc((char *) zones,
1381 links = (struct link *) (void *) erealloc((char *) links,
1689 fullname = erealloc(fullname,
2617 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));