Searched defs:erealloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1252 erealloc(wchar_t *p, unsigned n) function
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c368 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
992 rules = (struct rule *)(void *)erealloc((char *)rules,
1010 buf = erealloc(buf, (int)(132 + strlen(TZDEFAULT)));
1018 buf = erealloc(buf, (int)(132 + strlen(TZDEFRULES)));
1028 buf = erealloc(buf, (int)(132 +
1124 zones = (struct zone *)(void *)erealloc((char *)zones,
1257 links = (struct link *)(void *)erealloc((char *)links,
1518 fullname = erealloc(fullname,
1984 buf = erealloc(buf, (int)(132 + strlen(yitcommand) + strlen(type)));

Completed in 79 milliseconds