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

  /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 16 milliseconds