Searched refs:bufalloc (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libdemangle/common/ |
| H A D | rust-v0puny.c | 65 size_t bufalloc; /* in units of uint32_t */ in rustv0_puny_decode() local 89 bufalloc = sv_remaining(src) + 1; in rustv0_puny_decode() 90 buf = xcalloc(st->rs_ops, bufalloc, sizeof (uint32_t)); in rustv0_puny_decode() 121 VERIFY3U(delim_idx, <, bufalloc); in rustv0_puny_decode() 167 VERIFY3U(buflen, <, bufalloc - 1); in rustv0_puny_decode() 241 xfree(st->rs_ops, buf, bufalloc * sizeof (uint32_t)); in rustv0_puny_decode()
|
| /illumos-gate/usr/src/cmd/zdump/ |
| H A D | zdump.c | 408 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument 415 if (*bufalloc < absize) { in saveabbr() 420 *bufalloc = sumsize(*bufalloc, absize); in saveabbr() 422 *buf = xmalloc(*bufalloc); in saveabbr() 1146 char *bufalloc = NULL; in showtrans() local 1149 free(bufalloc); in showtrans() 1150 buf = bufalloc = xmalloc(size); in showtrans() 1153 free(bufalloc); in showtrans()
|