Home
last modified time | relevance | path

Searched refs:mycalloc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/tools/cscope-fast/
H A Dalloc.c43 void *mycalloc(size_t nelem, size_t size);
66 mycalloc(size_t nelem, size_t size) in mycalloc() function
H A Dlibrary.h46 void *mycalloc(size_t nelem, size_t size);
H A Dcommand.c503 change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL)); in changestring()