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

  /src/external/bsd/file/dist/src/
compress.c 34 * uncompress(method, old, n, newch) - uncompress old into new,
583 uncompressgzipped(const unsigned char *old, unsigned char **newch,
618 return uncompresszlib(old, newch, bytes_max, n, 0);
620 return makeerror(newch, n, "File too short");
624 uncompresszlib(const unsigned char *old, unsigned char **newch,
633 z.next_out = *newch;
656 (*newch)[*n] = '\0';
660 return makeerror(newch, n, "%s", z.msg ? z.msg : zError(rc));
666 uncompressbzlib(const unsigned char *old, unsigned char **newch,
680 bz.next_out = RCAST(char *, *newch);
    [all...]
  /src/sys/kern/
vfs_trans.c 888 struct fscow_handler *newch; local
898 newch = kmem_alloc(sizeof(*newch), KM_SLEEP);
899 newch->ch_func = func;
900 newch->ch_arg = arg;
903 LIST_INSERT_HEAD(&fmi->fmi_cow_handler, newch, ch_list);
  /src/sys/dev/wsfont/
wsfont.c 458 u_char *ch, *newch, *p, *newp; local
487 newch = newdata +
495 newp = newch +
502 newp = newch +
  /src/external/bsd/mdocml/dist/
roff.c 4083 size_t oldch, newch; local
4114 newch = stringsz + (1 < append ? 2u : 1u);
4117 n->val.p = mandoc_malloc(newch);
4122 n->val.p = mandoc_realloc(n->val.p, oldch + newch);

Completed in 98 milliseconds