HomeSort by: relevance | last modified time | path
    Searched defs:pNew (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 712 char *pNew;
714 pNew = realloc(c->zToken, c->nAllocated);
715 if (!pNew)
717 c->zToken = pNew;
  /src/sys/arch/shark/ofw/
ofw.c 1594 PVFREE pNew;
1625 pNew = ofw_malloc(sizeof(VFREE));
1626 pNew->pNext = (*ppvf)->pNext;
1627 (*ppvf)->pNext = pNew;
1628 pNew->start = new + size;
1629 pNew->size = tail;

Completed in 13 milliseconds