Home
last modified time | relevance | path

Searched refs:erealloc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c368 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
994 rules = (struct rule *)(void *)erealloc((char *)rules,
1012 buf = erealloc(buf, (int)(132 + strlen(TZDEFAULT)));
1020 buf = erealloc(buf, (int)(132 + strlen(TZDEFRULES)));
1030 buf = erealloc(buf, (int)(132 +
1126 zones = (struct zone *)(void *)erealloc((char *)zones,
1259 links = (struct link *)(void *)erealloc((char *)links,
1520 fullname = erealloc(fullname,
1986 buf = erealloc(buf, (int)(132 + strlen(yitcommand) + strlen(type)));
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c567 cp = erealloc(cp, (len+1)*sizeof (wchar_t)); in f_getline()
867 *cp = erealloc(*cp, (length+1) * sizeof (wchar_t)); in xprintf()
941 *bp = erealloc(*bp, *len * sizeof (wchar_t)); in adjust_buf()
H A Dawk.h282 wchar_t *erealloc(wchar_t *, unsigned);
H A Dawk1.c1248 erealloc(wchar_t *p, unsigned n) in erealloc() function
H A Dawk3.c2167 cp = erealloc(cp, (n+len+seplen+1) * sizeof (wchar_t)); in makeindex()