Lines Matching refs:xreallocarray
58 sdst = dst = xreallocarray(NULL, n + 1, sizeof(Char *)); in blk2short()
77 sdst = dst = xreallocarray(NULL, n + 1, sizeof(char *)); in short2blk()
97 sdst = xreallocarray(NULL, dstsize, sizeof(Char)); in str2short()
106 sdst = xreallocarray(sdst, dstsize, sizeof(Char)); in str2short()
127 sdst = xreallocarray(NULL, dstsize, sizeof(char)); in short2str()
135 sdst = xreallocarray(sdst, dstsize, sizeof(char)); in short2str()
290 n = p = xreallocarray(NULL, p - s, sizeof(Char)); in Strsave()
310 ep = xreallocarray(NULL, ((p - cp) + (q - dp) - 1), sizeof(Char)); in Strspl()
355 sdst = xreallocarray(NULL, dstsize, sizeof(char)); in short2qstr()
364 sdst = xreallocarray(sdst, dstsize, sizeof(char)); in short2qstr()
372 sdst = xreallocarray(sdst, dstsize, sizeof(char)); in short2qstr()
399 sdst = xreallocarray(sdst, n, sizeof(char)); in vis_str()