HomeSort by: relevance | last modified time | path
    Searched refs:xreallocarray (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/diff/
xmalloc.h 24 void *xreallocarray(void *, size_t, size_t);
xmalloc.c 51 xreallocarray(void *ptr, size_t nmemb, size_t size) function
56 err(2, "xreallocarray: allocating %zu * %zu bytes",
diffreg.c 394 member = xreallocarray(member, slen[1] + 2, sizeof(*member));
398 class = xreallocarray(class, slen[0] + 2, sizeof(*class));
408 J = xreallocarray(J, len[0] + 2, sizeof(*J));
413 ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold));
414 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
519 p = xreallocarray(p, sz + 3, sizeof(*p));
634 clist = xreallocarray(clist, clistlen, sizeof(*clist));
1067 context_vec_start = xreallocarray(context_vec_start,
diff.c 471 ignore_pats = xreallocarray(ignore_pats, 1, len);
  /src/bin/csh/
str.c 69 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst));
88 sdst = dst = xreallocarray(NULL, n + 1, sizeof(*dst));
108 sdst = xreallocarray(NULL, (size_t)dstsize, sizeof(*sdst));
117 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst));
138 sdst = xreallocarray(NULL, dstsize, sizeof(*sdst));
146 sdst = xreallocarray(sdst, dstsize, sizeof(*sdst));
315 p = n = xreallocarray(NULL, (size_t)(p - s), sizeof(*n));
335 ep = xreallocarray(NULL, (size_t)((p - cp) + (q - dp) - 1), sizeof(*ep));
381 sdst = xreallocarray(NULL, dstsize, sizeof(*sdst));
391 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst))
    [all...]
glob.c 134 nv = vl = xreallocarray(NULL, sizeof(Char *), (size_t)size);
200 nv = xreallocarray(nv, (size_t)size, sizeof(Char *));
253 nv = xreallocarray(nv, size, sizeof(Char *));
282 nv = vl = xreallocarray(NULL, sizeof(Char *), size);
297 nv = xreallocarray(nv, size, sizeof(Char *));
308 nv = xreallocarray(nv, size, sizeof(Char *));
515 gargv = xreallocarray(NULL, sizeof(Char *), (size_t)gargsiz);
594 pargv = xreallocarray(NULL, sizeof(Char *), (size_t)pargsiz);
780 pargv = xreallocarray(pargv, (size_t)pargsiz, sizeof(Char *));
802 blk = xreallocarray(NULL, GLOBSPACE, sizeof(Char *))
    [all...]
dir.c 282 cwd = xreallocarray(NULL, (size_t)(Strlen(dcwd->di_name) + 3),
392 dp = xreallocarray(NULL,
709 p1 = newcp = xreallocarray(NULL,
729 p1 = newcp = xreallocarray(NULL,
798 p1 = newcp = xreallocarray(NULL,
818 p1 = newcp = xreallocarray(NULL,
misc.c 75 r = p = xreallocarray(NULL, (size_t)(n - s), sizeof(*p));
192 ep = xreallocarray(NULL, (size_t)(((p - cp) + (q - dp) - 1), sizeof(*ep)));
file.c 522 items = xreallocarray(items, sizeof(*items), maxitems);
524 items[numitems] = xreallocarray(NULL,
csh.h 89 #define xreallocarray(p, n, sz) Reallocarray(p, n, sz) macro

Completed in 30 milliseconds