Lines Matching refs:xreallocarray
69 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst)); in blk2short()
88 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst)); in short2blk()
108 sdst = xreallocarray(NULL, (size_t)dstsize, sizeof(*sdst)); in str2short()
117 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst)); in str2short()
138 sdst = xreallocarray(NULL, dstsize, sizeof(*sdst)); in short2str()
146 sdst = xreallocarray(sdst, dstsize, sizeof(*sdst)); in short2str()
315 p = n = xreallocarray(NULL, (size_t)(p - s), sizeof(*n)); in s_strsave()
335 ep = xreallocarray(NULL, (size_t)((p - cp) + (q - dp) - 1), sizeof(*ep)); in s_strspl()
381 sdst = xreallocarray(NULL, dstsize, sizeof(*sdst)); in short2qstr()
391 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst)); in short2qstr()
399 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst)); in short2qstr()
427 xreallocarray(sdst, (size_t)n, sizeof(*sdst)) : in vis_str()
428 xreallocarray(NULL, (size_t)n, sizeof(*sdst))); in vis_str()